This is a test version of Biostars. For the public version, visit https://www.biostars.org.
A puzzling warning when running Cufflinks

Hi, all

I'm using the Cufflinks for detecting the expression in isoform level.

The command is:

cufflinks -p 8 -o out -g Homo_sapiens.GRCh38.78.gtf -b Homo_sapiens.GRCh38.dna.primary_assembly.fa -u  Aligned.sortedByCoord.out.bam

The GTF file and genome.fa was downloaded from Ensembl ftp.

I got this warning for each line which represents a gene

Warning: could not parse ID or Parent from GFF line

I'm wondering if there are something wrong with my gtf file or anything else?

Every answer will be appreciated!

Thanks in advance!

rna-seq

2 answers

You might wanna check on the chromosome naming in the GTF and Primary Assembly files. GTF uses 1,2,... naming and I'm not sure they'd match the fasta file IDs.

The chromosome names in both files are consistent. This warning occured in the initial step when "Loading reference annotation", and only for the gene line not the transcript or exon line.

Thank you all the same.

Consider igenomes. http://support.illumina.com/sequencing/sequencing_software/igenome.html

They have Ensembl annotation designed for the Tuxedo packages

Log in to answer this question.