gpertea / gffcompare

classify, merge, tracking and annotation of GFF files by comparing to a reference annotation GFF
MIT License
198 stars 32 forks source link

all input transcript attributes and features should be preserved in annotation mode #82

Open gpertea opened 11 months ago

gpertea commented 11 months ago

Currently only the basic exon structure and some basic GTF tags are preserved when gffcompare is running in "annotation mode", where a single input transcript file is given (+ a reference annotation) and no merging of input transcripts is requested - and thus the output GTF is named with the prefix .annotated.gtf

Proper implementation would make the "annotation mode" much more useful than it currently is. Issues to keep in mind: