-
Notifications
You must be signed in to change notification settings - Fork 50
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
Missing ragtag.correct.reads.s.bam file #184
Comments
Hi, I had the same error: File "/home/juaguila/miniconda3/envs/ragtag/lib/python3.6/site-packages/pysam/init.py", line 71, in call Everything worked fine until it tried reading a file that doesn't exist: ragtag.py correct myse_female.fasta myse-hapog.fasta -t 12 -o MYSE_corr -T sr -R MYSE_mrg.fasta [E::hts_open] fail to open file '/DataDrive/juaguila/MYSE-PESU/MYSE_corr/ragtag.correct.reads.s.bam' Thank you; |
Hello, I am getting the following error after mapping the query genome to the reference and mapping reads to the query genome:
It seems like
ragtag_correct.py
can't find a file namedragtag.correct.reads.s.bam
. This file was never created during the previous steps, so I'm not sure if/why I'm missing it. These are the only files existing in my output directory before the job was terminated via error:So when was
ragtag.correct.reads.s.bam
supposed to be created, and why am I missing it? I installed RagTag via conda. Any help would be much appreciated.The text was updated successfully, but these errors were encountered: