Skip to content

Releases: fulcrumgenomics/guide-counter

v0.1.3

22 Mar 11:58
5e49703
Compare
Choose a tag to compare

Release 0.1.3 is a minor release to fix a bug in the handling of input reads that are shorter than the length of guides in the guide library. Prior to this release if one of the input FASTQs contained reads that are shorter than the length of the guides in use, guide-counter would fail and exit with an error. Starting with 0.1.3 reads shorter than a guide-length are ignored.

v0.1.2

29 Dec 22:47
Compare
Choose a tag to compare

Minor bugfix to renable multi-value parameters (i.e. --input 1.fq 2.fq) vs. having to specify the option many times (e.g. --input 1.fq --input2.fq). No other changes.

v0.1.1

29 Dec 00:13
d90b366
Compare
Choose a tag to compare

Bugfix release to fix broken cargo install due to derive macros in clap-3.0.0 RCs moving behind a feature flag.
No functional differences.

v0.1.0

28 Dec 23:06
0534a3f
Compare
Choose a tag to compare

First public release of guide-counter.