-
Notifications
You must be signed in to change notification settings - Fork 94
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
how to adjusting parameters to improve the assembly result #218
Comments
I'm dealing with a much larger genome (26Gbp) but with similar levels of repeats. It may seem counter intuitive but increasing the required overlap from the default of 2Kbp to 5kbp (using the -l flag) has helped my assemblies. I noticed when I mapped the raw reads back onto the raw.fa that there were a number of locations where the assembly was collapsing around repeats but by increasing the minimum overlap I was able to get rid of a lot of these and improve the overall length of the assembly at the cost of increasing the number of contigs. However, I'm going to scaffold at a later stage once I'm done with error correction and polishing so I should be able to improve things again then. Better to have more contigs without repeat regions being collapsed. |
The solution may includes |
I've been using |
Is there a specific parameter that needs to be adjusted and/or input to wtdbg2 to specify the coverage depth? Or is that irrelevant for the programme to run correctly? |
Have a look at |
Hi Prof. Ruan, I also have this question with similar levels of repeats. As your advice, I added up "-l -R -s --aln-dovetail -1" in this first run. I am trying to assembly it again. Hope it works. Thank you! |
Hi Prof. Ruan, I tried to use the 4 parameters together, but I got a more bad result than I did not add up
Hope ur reply. Thank you very much! Li Fan |
|
hi, I have run a 1G , diploid genome with 70~80% repetitive sequences genome . The coverage of my PacBio data is approximately 40 x. As a result the final assembly N50 is 32k . I would be interested how to adjust the parameters to improve the assembly result. Could you please give me some advises? Thank you very much!
The text was updated successfully, but these errors were encountered: