Releases: qbicsoftware/mtb-parser-lib
Releases · qbicsoftware/mtb-parser-lib
Small fix
Small feature extension
You can now extract a copy of the complete SNV Item information as dictionary.
Bug fix
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
Fixes a typo in the METADATA header definition, that lead to parsing failures.
Hotfix release
Files are now read with utf-8 encoding, and not ASCII anymore.
Hotfix release
Fixes installation error with pip
.
First production-ready release
First production-ready release of qbic.mtbparser
.
Release first development version
First development version of the qbic.mtbparser python module, providing a SnvParser class for germline, somatic SNVs, CNVs structural variants and metadata.