Skip to content

Releases: bow/crimson

1.1.1

28 Jul 21:44
@bow bow
1.1.1
7364381
Compare
Choose a tag to compare

Changed

  • Dependencies' versions.

Removed

  • Explicit Python 3.7 support.

1.1.0

09 May 22:52
@bow bow
1.1.0
494f472
Compare
Choose a tag to compare

Added

  • Support for parsing STAR-Fusion 1.10 output

1.0.0-alpha1

02 Jul 21:55
@bow bow
1.0.0-alpha1
053f38e
Compare
Choose a tag to compare
1.0.0-alpha1 Pre-release
Pre-release

Added

  • --input-linesep CLI argument for picard, star, and vep for specifying
    the line separator used when parsing the input file. This is also exposed in the
    parser functions as input_linesep. For vep in particular, this is a
    backwards-incompatible change, as the previous behavior is to always parse using the
    POSIX new line separator.

v0.5.1

27 Feb 08:11
@bow bow
v0.5.1
Compare
Choose a tag to compare

[0.5.1] - 2020-02-27

Changed

  • Relaxed Click and YAML requirements. Now crimon requires only minimum versions of these dependencies instead of exact ones.

v0.5.0

04 Feb 21:52
@bow bow
v0.5.0
Compare
Choose a tag to compare

[0.5.0] - 2020-02-04

Added

  • Support for parsing output of STAR-Fusion v1.6.0 under the same
    star-fusion parser. Thank you @Redmar-van-den-Berg!

Removed

  • Support for Python 2.7, 3.3, 3.4, and 3.5