-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clair3 didn't run the final merge step! #38
Comments
Hi, |
Hey Zheng! I sent along the logs. One other question I had though was: Is it feasible to run that MergeVcf.py script if I have the full alignment and pileup vcfs? Thanks! |
Thank you guys! For anyone in the future here was the resolution via email:
Wishes, |
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.
The text was updated successfully, but these errors were encountered: