ruanjue / wtdbg2

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

Recomendation for AT-high and very repetitive genome #261

Open V-JJ opened 1 year ago

V-JJ commented 1 year ago

Hello @ruanjue !

We have to assemble a genome with the following features:

We've checked some of the issues, such as #239 and we thought about the following tests. So, we'd like to ask your opinion or recommendations about them. All of them have two steps: (a) assembly with wtdbg2; (b) polishing with wtdbg-cns (minimap2 is used as a read mapper).

List of possible tests/ideas:

1) Default options:

2) Add -R parameter:

3) Increase -s parameter (0.5 or 0.7 as in #239): wtdbg2 -g 2.05g -t 24 -x sq -s 0.5

4) Try to vary -L, increasing it to keep the longest reads.

Any advice would be appreciated, Thanks in advance