As raised in #138 there are GTFs produced by RefSeq that have ### as their last line.
Ideally pr.read_gtf(gtf, ignore_bad=True) would handle this and skip that problematic line but saving that a more informative error message could be raised directing the user to remove the offending line.
Again, very happy to submit a PR for this if you wish!
As raised in #138 there are GTFs produced by RefSeq that have
###as their last line.Ideally
pr.read_gtf(gtf, ignore_bad=True)would handle this and skip that problematic line but saving that a more informative error message could be raised directing the user to remove the offending line.Again, very happy to submit a PR for this if you wish!