-
Notifications
You must be signed in to change notification settings - Fork 49
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
error: overlap is not transmuted! #209
Comments
Hi, minimap2 -a B.fa A.fa > out.sam
racon A.fa out.sam B.fa > out.racon.fa Best regards, |
Ah, thank you! |
A = reads You can run |
Thanks again. |
Asking for your advice again... The paf file (from minimap2) contains 2019406 unique contigs from the target (cut -f 1 | sort | uniq). But the target has 3678064 contigs, so about half couldn't be mapped, which is fine and not unexpected. So, my plan is to take all the unmapped contigs from the target and append them to the racon consensus so nothing is lost. I wanted to ask your opinion on this in case I am not understanding this correctly. |
You can use option |
Great! |
Hello,
Thank you for writing this very useful program. I hope you can help me with this problem. I see other issues about this error but I haven't gotten it to work.
I ran minimap2 on reference.fasta and target.fasta.
minimap2 -a reference.fasta target.fasta > out.sam
Followed by racon:
racon reference.fasta out.sam target.fasta
I also tried with minimap2 output in paf format.
In each case I get an error:
error: overlap is not transmuted!
Can you suggest how to fix this? Any advice will be appreciated.
The text was updated successfully, but these errors were encountered: