Hi vg team,
The vg map
command has been running for 4 days. Initially, the size of the .gam
file accumulated to around 100G, but then suddenly dropped to 1G. Currently, the size is around 2.3G and it continues to increase.
The command used is as follows:
vg map -t 32 -x $xg_file -g $gcsa_file -f $read1_file -f $read2_file --log-time --debug > $sample_name.mapped.gam
I am wondering if this progress is normal, and if it's possible to estimate when the process will be completed. Can I estimate the end time based on the size of the input files?
Thank you for your assistance.
Just to add: since the gam is being created via redirecting
vg map
's output via>
, there is no way forvg map
to decrease the size of your file. If it goes from 100G to 1G, it means another process deleted or overwrote it (and also, possibly, that the final output will be corrupt).