daler / gffutils

GFF and GTF file manipulation and interconversion
http://daler.github.io/gffutils
MIT License
287 stars 78 forks source link

fix #197 #199

Closed daler closed 2 years ago

daler commented 2 years ago

Previously db.interfeatures() would incorrectly use the stop position of a feature that came from the previous seqid.

This PR reimplements the interfeatures() method to be more readable and to fix this error.