Hi,
I am trying to do STAR indexing of my reference genome (only including 72 contigs from NCBI). I downloaded a gbff file from NCBI as well. I converted gbff to GTF with a python script. But there are no exon lines in the GTF file, only gene and CDS lines. So I got the error message "no exon lines in the GTF file".
My reference is only assembled into contigs, and annotated into proteins. I do no have any other information. So my questions are:
1) can STAR consider CDS lines? If not, can I simply replace CDS to exon in my GTF file?
1) If still no, can I use STAR at all? I would like to generate a gene table where the numbers of reads mapped to reference genes are presented.
Thank you!
Best,
Janet