gpertea / gffcompare

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

question about code "=" #39

Open lufeng891109 opened 5 years ago

lufeng891109 commented 5 years ago

I always has one doubt for the code "=", if the query is an exact match of intron chain, but the last exon is longer than the reference, why is the query not an alternative splice.

Jungal10 commented 8 months ago

I am late for this, but the idea is to address the possible extension on the end sites. So it does consider Alternative Splicing, as long as all other intron junctions are matching. There is something about it in the documentation