Releases: wdecoster/chopper
Releases · wdecoster/chopper
v0.12.0b
Full Changelog: v0.12.0...v0.12.0b
Changes from @MillarCD making chopper faster again!
v0.12.0: Merge pull request #54 from MillarCD/master
Improve runtime performance by adding channels
v0.11.0
implementation of finding good segments split by low quality interrup…
v0.10.0b
Add a --trim option to use quality score for trimming from read ends (#51)
Full Changelog: v0.9.2...v0.10.0b
v0.9.2
Remove the explicit max i32 as a default value for max length, and some other optimizations
Full Changelog: v0.9.1...v0.9.2
v0.9.1
Full Changelog: v0.9.0...v0.9.1
Update
update
This release includes multithreaded minimap2 for contamination checking as contributed by @Ge0rges and reading from a file (rather than stdin) as contributed by @JMencius
What's Changed
- Make use of faster preset and multithreaded minimap2 by @Ge0rges in #26
- Add straightforward --input by @JMencius in #29
New Contributors
Full Changelog: v0.7.0...v0.8.0
cigar-level alignment for removing contaminants
In some cases contaminants were not removed #19, and to solve this alignment accuracy is improved by using with_cigar()