Entering edit mode
6.8 years ago
williamsbrian5064
▴
530
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
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?
I believe a similar version. Do you think that is the issue?
Maybe I need to build my own index?
Where did you get the indexes from? Can you post the output of following commands (use real file names that you have)