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

Primer edits #185

Closed msettles closed 4 years ago

msettles commented 4 years ago

A change to primer app, to allow (fully) for 1 primer to be present and all operations work as expected. The original algorithm was build with the expectation that 2 primers would exist (always). changes are more general and allows 0, 1, or 2 primers to exist.

Flip, flips a read now look for both 5' and 3' primers (used to be only 5')

in json stats, flipped count is now based on output reads.

Lots of Unit tests added