daler / gffutils

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

move strand specification to FeatureLocation in `to_seqfeature` #228

Closed stevendbrown closed 5 months ago

stevendbrown commented 7 months ago

In BioPython 1.81, the strand property was moved from SeqFeature to FeatureLocation, and in BioPython 1.82, an accessor was included in the SeqFeature object, but the strand keyword arg to SeqFeature.__init__ was not re-added (and doesn't look like it will be to me).

daler commented 5 months ago

Thanks! Finally getting around to this....