Error parsing attribute transcript_id (" " required)
2
0
Entering edit mode
6.5 years ago
Yuyayuya ▴ 250

Hello everyone,

I was using StringTie to get gene count and I got the error message:

After checking, I found the difference between reference.GTF file I used and standard is the " " sign for gene_id and transxript_id.

Here's the format of the .GTF file I used:

I didn't get error when I used another .GTF file. Here's how it looks:

Is this error due to " " issue?
If yes, does anyone happen to know how to solve it?

Thanks in advance!

RNA-Seq • 4.3k views
ADD COMMENT
2
Entering edit mode
6.5 years ago
Renesh ★ 2.2k

GFF parser code in StringTie expects double quotes around the textual attributes and that's why you are getting this error. You can use the gffread utility to validate your gff files and convert your files into the correct format.

GFF utilities can be found here http://ccb.jhu.edu/software/stringtie/gff.shtml

ADD COMMENT
0
Entering edit mode

Thank you! It works!

ADD REPLY
0
Entering edit mode
6.5 years ago
Yuyayuya ▴ 250

Thank you!! It works.

ADD COMMENT

Login before adding your answer.

Traffic: 1771 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