ruanjue / wtdbg2

Redbean: A fuzzy Bruijn graph approach to long noisy reads assembly
GNU General Public License v3.0
504 stars 92 forks source link

Parameter tuning for small (~5k) plasmids #214

Open fredyr opened 4 years ago

fredyr commented 4 years ago

Hi,

I'm looking to tune the parameters for wtdbg2 (or troubleshooting in general) for recovering a smaller plasmid (~5k in size, many reads with the entire plasmid contained) that miniasm finds, but I have so far not been able to get wtdbg2 to find it.

Thanks in advance Fredrik

ruanjue commented 4 years ago

Have a look at wtdbg2 --help.

 --ctg-min-length <int>
   Min length of contigs to be output, 5000
 --ctg-min-nodes <int>
   Min num of nodes in a contig to be ouput, 3
fredyr commented 4 years ago

Thanks -- that did indeed seem to solve it! In my previous attempts I seem to have mixed up the -L parameter with --ctg-min-length.