The vg call
command, which follows vg augment
, is as follows:
vg call ${aug_xg} -k ${aug_pack} -r ${aug_snarls} -t 30 -a -A > ${aug_vcf}
It has been running for 30 hours and has only produced an empty ${aug_vcf} file so far. This is likely due to the large size of the graph. The input sizes are:
${aug_xg}
: 117G${aug_pack}
: 4.7G${aug_snarls}
: 1.1G
Is there anything I can do to expedite the vg call
process? For instance, would vg chunk
it by chromosome help? I would appreciate any advice.
Thanks,
Maxine
Those fixes are really helpful. Thanks for notice!