-
Notifications
You must be signed in to change notification settings - Fork 36
Description
Hello!
The other day, Clair3 appeared to be finished, however upon investigation, I noticed that the final merge output was never created.
The last lines of the log are:
`[mpileup] 1 samples in 1 input files
Total process positions in chrY : 10000
Total time elapsed: 197.78 s
real 567m0.735s
user 8014m59.665s
sys 191m58.762s
[INFO] 7/7 Merge pileup vcf and full alignment vcf
`
I have the full-alignment and the pileup files, so I decided to try and run the MergeVcf.py on them.
However I'm not sure I understand how, and if this is even a good idea?
I tried to run
python MergeVcf.py
and received the following error
Traceback (most recent call last): File "MergeVcf.py", line 9, in <module> from shared.utils import subprocess_popen, str2bool ModuleNotFoundError: No module named 'shared'
Any help greatly appreciated!
Thanks.