rpetit3 / dragonflye

:dragon: :fly: Assemble bacterial isolate genomes from Nanopore reads
GNU General Public License v3.0
117 stars 10 forks source link

Filtering reads quality #3

Closed chen1i6c04 closed 3 years ago

chen1i6c04 commented 3 years ago

Hi

The dragonflye use nanoq filter reads length, and nanoq also can filter reads quality, could you add the feature to dragonflye?

Thanks

rpetit3 commented 3 years ago

Sure can! I'll look into it and get it in the next version

rpetit3 commented 3 years ago

Thank you very much for the suggestion!

rpetit3 commented 3 years ago

I've added --minquality to do quality filtering with nanoq. By default this is disabled.

https://github.com/rpetit3/dragonflye/releases/tag/v1.0.5

Thanks again for your suggestion