Rename enums, so their names and values are equal.
0.2.6
You can now extract a copy of the complete SNV Item information as dictionary.
0.2.5
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.
0.2.4
Fixes a typo in the METADATA header definition, that lead to parsing failures.
0.2.2
Files are now read with utf-8 encoding, and not ASCII anymore.