Closed warrenlr closed 4 years ago
wtdbg2 assembled the axolotl genome within 2 days using -x rs
. If assemble a ONT dataset using -x ont
, it will take much longer. To speed it up, try to increase the kmer size with -k -p
, or just use -x rs
. Besides, for large genomes, please find a satisified wtdbg2
assembly, then run wtpoa-cns
to generate fasta sequences, because the consensus step will even take more time than the contig assembly step.
thank you, I'll experiment with those Rene
Hello,
Thank you for your de novo long read assembly solution, which we have used successfully on a 20Gbp genome.
At the time of assembly, we had only 23x coverage, now 40X from 10kbp+ ONT reads. The low-coverage assembly took 6 days (only wtdbg2+wtpoa-cns). Strangely, you indicate processing 30X of a 32Gbp genome (mex salamander) in 2 days in your recent publication.
not sure why the discrepancy..? Coverage titration experiments indicate the time complexity of the algorithm may be quadratic.. please let me know as I'd like to assemble the 40X read fraction. Any tips to speed it up by param optimization is appreciated.
Thank you!