Stringtie error with gtf file
0
0
Entering edit mode
6.2 years ago

Hi! I am getting this error when I try to run stringtie on some RNA-seq data. This is what I am getting.

WARNING: no reference transcripts were found for the genomic sequences where reads were mapped!

Please make sure the -G annotation file uses the same naming convention for the genome sequences.

I am using a gtf file from flybase. I am wondering if it is just not the correct file? I am working on a project with Drosophila. Does anyone know anything about this or could help?

The index that I used for hisat2 was just the premade Drosophilia index they have on their site. Could it be an issue of the index is a older version than the gtf file?

Thanks in advance

RNA-Seq software error next-gen • 3.9k views
ADD COMMENT
0
Entering edit mode

It seems that the header of reference fasta file and naming used in gtf/gff (1st column ) is not matching. Have you downloaded reference fasta & gtf/gff file from same DB and is it of similar version?

ADD REPLY
0
Entering edit mode

I believe a similar version. Do you think that is the issue?

ADD REPLY
0
Entering edit mode

Maybe I need to build my own index?

ADD REPLY
0
Entering edit mode

Where did you get the indexes from? Can you post the output of following commands (use real file names that you have)

$ grep "^>" genome.fa 
$ head -10 your_file.gtf
ADD REPLY

Login before adding your answer.

Traffic: 2457 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6