Releases: Genometric/GeUtilities
Releases · Genometric/GeUtilities
Release v6.0.0
Release v5.4.0
>PM Install-Package Genometric.GeUtilities -Version 5.4.0
Define a UnspecifiedStrandChar
variable, and set its default value to .
replacing *
for unstranded intervals.
Release v5.1.0
Update version to v5.1
Release v5.0.0
Merge remote-tracking branch 'upstream/dev' into HEAD
Release v4.0.0
A major overhaul on the interfaces, functions signatures, and namespace naming. Namely:
- Parsers constructors take least possible information, and all the other configuration could be set on an instace of the parser class.
- By moving source file name from constructor to Parse function, now single instance of Parser can be used to parse multiple files.
- A major overhaul of classes inheritance with the objective of making them more coherent.
Release v2.0.0
Merge pull request #26 from Genometric/master Release v2.0.0