This is a test version of Biostars. For the public version, visit https://www.biostars.org.
empty output of cds.fa from gffread

Hello,

I am using gffread (v0.12.7) to extract transcript sequences based on a stringtie merged gtf file. After looking through gffread's usage, I want to use -w to extract sequences of exons, and -x to extract cds.

My command are as following:

gffread -w exon.fa -x cds.fa -g genome stringtie_merged.gtf

The result exon.fa seems fine, but cds.fa is an empty file. I am wondering is there anything I can do about this.

Thanks a lot, Liyong

seq extract cds gffread transcript

Hi! Does your GTF have annotation of CDS's?

Hello,

I just checked the GTF, it doesn't have any CDS. Thank you very much for pointing this out.
I might need to figure out how to add this feature to stringtie merge result.

0 answers

No answers yet.

Log in to answer this question.