xiezhq / ISEScan

A python pipeline to identify IS (Insertion Sequence) elements in genome and metagenome
Apache License 2.0
79 stars 17 forks source link

change parent to meet GFF specifications #54

Open xonq opened 9 months ago

xonq commented 9 months ago

Parent in the gff attributes field is capitalized traditionally, and ISEscan currently has it lower-case, e.g. parent=<ISE>, which causes errors in downstream GFF parsers; this pull request upper-cases the p in parent