dotnetbio / bio

Bioinformatics library for .NET
Apache License 2.0
143 stars 49 forks source link

GFF version 3 crash #35

Open acesnik opened 6 years ago

acesnik commented 6 years ago

There's a check for GFF parsing that requires version 2. The parser works fine for version 3 (default version for Ensembl now), since the attributes are stored as free text. I'd suggest changing the version check or removing it if the parser also works fine for version 1.