-
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
contigN50 too small #259
Comments
The results look so bad. Have you tried hifiasm? |
Yes, the hifiasm obtains an assembly which has 1389 contigs with contigN50 of 26905840 bp using the same data. Could you give me some advises to get an better assembly with wtdbg2. |
|
Hi, thank you for your reply. Do you means I run the following commands one by one and choose the best one? |
Hi, I tried the following script and the contig number is 5601 and N50 is 424654 bp. wtdbg2 -x ccs -g 1144.6m -t 8 -i Glycine_max.ccs.bam.fasta.gz -fo NN1138_wtdbg2_test1 -p 0 -k 19 -s 0.6 |
Please decrease |
1 similar comment
Please decrease |
I really appreciate your reply and will try -s 0.4/0.3,ruanjue. |
Hi, I have tried the '-p 0 -k 19 -s 0.4' parameter but not performed worse with contig N50 of 141547 bp. |
From the log file, it looks a highly repetitive genome. It is better to increase -k to 21/23, also try to increase the -s to 0.5/0.6/0.7. Any progress, please send the full log file. |
Thank you for your help, Dr. ruanjue. This time I tried the -p 0 -k 23 -s 0.7 and got a best assembly with longset total length (905541315) and contig N50(724860). But still shorter than other Assemblers' results. |
Also try change |
Thank you for your help, Dr. ruanjue, sorry for relpy late. I didn't know the --load-alignments parameter, so I deleted the alignment file for saving hard drive space. |
Hi, I've used wtdbg2 to assemble a soybean genome with 62-fold Hifi data. The resulting fasta file has 4604 contigs, with contigN50 of 595316 bp, which is too small.
Here is my script,
wtdbg2 -x ccs -g 1144.6m -t 8 -i Glycine_max.ccs.bam.fasta.gz -fo wtdbg2
wtpoa-cns -t 8 -i wtdbg2.ctg.lay.gz -fo wtdbg2.raw.fa
Could you give me some advise to improve contigN50 ? Thank you very much.
The text was updated successfully, but these errors were encountered: