daler / gffutils

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

V0.12rc #222

Closed Juke34 closed 1 year ago

Juke34 commented 1 year ago

I addressed the issues raised in #221 and asked in #219. Please review my fixes.

daler commented 1 year ago

Thanks. There may be a corner case where the IDs would not be concatenated here, so I moved the concatenation to the _prep_for_yield function.