Skip to content

Releases: nboley/idr

2.0.3

06 May 19:43
Compare
Choose a tag to compare

Added new features

2.0.2

01 Sep 20:13
Compare
Choose a tag to compare

Important bug fix.

Fixed a bug where if --soft-idr-threshold was set but not --idr, then the hard threshold defaulted to 0.05 (rather than 1.0 as the documentation suggested). If --soft-idr-threshold was set but not --idr set this bug would have silently removed every peak with an idr value less than 0.05.

Because of the potential severity of this bug, this is the only update in this minor revision.

2.0.1

23 Jul 17:38
Compare
Choose a tag to compare

Changed the Oracle peak matching code to match on peak summit, peak overlap, and peak signal in that order.
Fixed numerous minor bugs.