Skip to content

Releases: qbicsoftware/mtb-parser-lib

Small fix

13 Feb 16:31
f9eba29
Compare
Choose a tag to compare

Rename enums, so their names and values are equal.

Small feature extension

12 Feb 13:35
43ca7c4
Compare
Choose a tag to compare

You can now extract a copy of the complete SNV Item information as dictionary.

Bug fix

12 Feb 13:17
bc2a8e4
Compare
Choose a tag to compare

Bugfix: parsing of empty first columns failed because of the usage of strip() function. Columns can be empty, if they contain no information, so trimming whitespaces leads to a wrong total column number. We use rstrip() now, to remove escape characters and trailing whitespaces.

Hotfix release

11 Jan 16:43
f6e134f
Compare
Choose a tag to compare

Fixes a typo in the METADATA header definition, that lead to parsing failures.

Hotfix release

11 Jan 14:49
779908d
Compare
Choose a tag to compare

Files are now read with utf-8 encoding, and not ASCII anymore.

Hotfix release

29 Dec 11:00
72e9a11
Compare
Choose a tag to compare

Fixes installation error with pip.

First production-ready release

29 Dec 10:26
Compare
Choose a tag to compare

First production-ready release of qbic.mtbparser.

Release first development version

28 Dec 12:56
4ae98f6
Compare
Choose a tag to compare
Pre-release

First development version of the qbic.mtbparser python module, providing a SnvParser class for germline, somatic SNVs, CNVs structural variants and metadata.