Skip to content

Releases: wdecoster/cramino

v1.3.0

26 Dec 20:55

Choose a tag to compare

What's Changed

  • This PR fixes missing JSON histogram data and makes the histogram outputs consistently respect --scaled, while keeping the rest of the CLI unchanged. by @aganezov in #78

New Contributors

Full Changelog: v1.2.0...v1.3.0

v1.2.0

25 Nov 19:21

Choose a tag to compare

What's Changed

Implementation of --hist-count, outputting the counts and bins of the histogram rather than the histogram itself (#69)

Full Changelog: v1.1.0...v1.2.0

v1.1.0

12 Jun 09:09

Choose a tag to compare

What's Changed

  • Option to create read-length scaled histograms by @SwiftSeal in #45

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.0.0

16 Mar 14:53
048a70b

Choose a tag to compare

Big refactor

What's Changed

Full Changelog: v0.17.0...v1.0.0

bugfix!

15 Mar 20:43

Choose a tag to compare

This fixes a bug introduced in v0.16.0, which makes a mistake in calculating the mean identity and mean read length. Thanks to Stuart for letting me know.

Full Changelog: v0.16.0...v0.17.0

v0.16.0

18 Jan 21:21
158abfe

Choose a tag to compare

What's Changed

  • add number of reads in addition to number of alignments by @wdecoster in #35

Full Changelog: v0.15.0...v0.16.0

v0.15.0

04 Nov 09:39

Choose a tag to compare

What's Changed

  • Always filter out secondary alignments, always remove soft clipped bases by @fellen31 in #30

New Contributors

Full Changelog: v0.14.5...v0.15.0

Fix for NM (AUX)

27 Feb 14:44

Choose a tag to compare

This fix support AUX I8, as reported (once more) in #24

fix for PS (AUX::i16)

23 Feb 09:17

Choose a tag to compare

This release fixes the new problem reported in #24

Now the Aux::I16 and I8 are also supported for the PS tag.

fix for PS (AUX::i32)

21 Feb 14:02

Choose a tag to compare

This fix addresses the issue reported in #24