s4hts / HTStream

A high throughput sequence read toolset using a streaming approach facilitated by Linux pipes
https://s4hts.github.io/HTStream/
Apache License 2.0
49 stars 9 forks source link

Feature downgrade actually, remove -a option from SuperD #231

Open msettles opened 4 years ago

msettles commented 4 years ago

Is your feature request related to a problem? Please describe. Principle of each app should do one thing and one thing well, is violated with this optoins

Describe the solution you'd like remove the option and functionality from hts_SuperDeduper for -a [ --inform-avg-qual-score ] arg (=5) Avg quality score to consider a read informative (min 1, max 10000) This functionality is a hold over from our flash2 implementation to remove likely primer dimers. These reads should be removed using other utilities like QWindowTrim and LengthFilter

Describe alternatives you've considered N/A

Additional context N/A