-
Notifications
You must be signed in to change notification settings - Fork 70
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
Hello there, #76
Comments
Hi, I'm having the same issue. I'm rerunning a job that worked successfully in July, but is now failing to get past the very first step in Miniasm ([M::main] ===> Step 1: reading read mappings <===). Any help with this issue would be greatly appreciated. |
Hi, I'm having this issue too, where Miniasm stops at step 1. Seems that many have this issue, but no one really have a solution. Some say it is a problem in the self-mapping process. If anyone can help with this problem, I (and my lab) would appreciate it. |
The weird thing for me is that I've successfully run this exact assembly before. This is what I'm doing: minimap2 -x ava-ont -r 10000 -t 16 reads.fastq.gz reads.fastq.gz > overlap.paf The only insight I have is that my .paf file generated from minimap2 is different from before and I don't know what I did differently. About 6 months ago, my .paf file was only 1,631.2 GB, but when I run the same code with the same reads I get a .paf file that is 3,498.7 GB. I'm thinking that my issue is stemming from minimap2 and not miniasm. If either of you have found a solution to this, I would appreciate your insight. |
Hello there,
I had the exact same issue. Minimap2 worked fine but miniasm does not produce any output for some particular fastq file without any further indications. Did you solved your problem in the mean time ?
Cheers,
Roxane
Originally posted by @RxLoutre in #50 (comment)
The text was updated successfully, but these errors were encountered: