genomeannotation / GAG

Generates an NCBI .tbl file of annotations on a genome.
MIT License
64 stars 20 forks source link

verify "__ features flagged" output #112

Closed bruab closed 10 years ago

bruab commented 10 years ago

user test seemed to be returning number of mRNAs containing flagged features, not number of flagged features in total.

bruab commented 10 years ago

okay it's all good. this was a rare "oops" case where every single exon ended up flagged. The number of flagged features matched the number of mRNAs because each mRNA reports only whether its exons contain a flag or not -- not how many exons are flagged. I guess we could change this but I'm leaving it for now.