This format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Release date: TBD
Release date: 28 July 2023
- Dependencies' versions.
- Explicit Python 3.7 support.
Release date: 11 April 2022
- Support for parsing STAR-Fusion 1.10 output (thanks @Redmar-van-der-berg).
Release date: 12 October 2021
- Parsing empty VEP outputs (thanks @Redmar-van-der-berg).
- Support for Python 3.9.
- Support for Python 3.6.
Release date: 2 July 2021
- --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.
Release date: 30 June 2020
- FusionCatcher v1.20 output without any result rows is now parsed properly (see #11).
- Sections in VEP files containing no data is now parsed properly (see #13).
Release date: 27 February 2020
- Relaxed Click and YAML requirements. Now crimon requires only minimum versions of these dependencies instead of exact ones.
Release date: 4 February 2020
- Support for parsing output of STAR-Fusion v1.6.0 under the same
star-fusion
parser. Thank you @Redmar-van-den-Berg!
- Support for Python 2.7, 3.3, 3.4, and 3.5
Release date: 25 July 2018
- Support for parsing zipped FastQC result.
- Improved detection of zipped FastQC input.
- Set configurable file-size limits for flagstat, Picard, and FastQC.
Release date: 19 May 2016
- Support for parsing FusionCatcher final fusion genes file.
Release date: 13 April 2016
- Support for parsing STAR-Fusion hits table output.
- Support for parsing STAR alignment log output.
- Support for parsing VEP plain text output.
Release date: 2 February 2016
- Test and build dependencies.
Release date: 27 July 2015
- First release.
- Support for parsing FastQC, samtools flagstat, and Picard.