-
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
No polished contigs despite ~50X coverage #207
Comments
Hello, Best regards, |
Of course...
|
Do you have a fastQ file? If so, what is the average quality score? |
This is a published read set I pulled from NCBI and appears to be missing all quality info. No idea why... |
Could you provide the data for this example? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've used Racon on > 200 assemblies and have only had this error arise with one sample...
The reads in this case are ONT reads that I mapped to my assembly using Minimap2. The coverage distribution (removing the high coverage tail) looks like this...
When I run Racon, everything looks normal, there are no errors, and it ends with
[racon::Polisher::] total = 24.029181 s
The output file, however, is empty. When I run with '-u', the output file gets properly filled with all the unpolished contigs.
I'm thinking this has something to do with the input reads as I have two different assemblies I've made for the same sample and both are having the same issue. Any ideas?
The text was updated successfully, but these errors were encountered: