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

add option to assemble transfrags in the combined.gtf output #79

Open gpertea opened 1 year ago

gpertea commented 1 year ago

A new option (e.g. --assemble) should allow gffcompare to extend the transfrag-merging ability in the resulting combined.gtf output. Intron-compatible transfrags could be merged based on at least n>=1 matching introns, where the user can control the n value.

This is meant to be a more conservative alternative to stringtie --merge.

gpertea commented 1 year ago