gffread outputs empty gtf file
1
0
Entering edit mode
7 months ago
sumitra.20 • 0

Hi,

I've been trying to convert my prokka output in gff format to gtf format to be able to use for my hisat-stringtie analysis. However, using gffreads to convert yields an empty gtf file. Im not sure if im going wrong somewhere. Any help will be appreciated.

gffread ./b.mega_hybrid.gff -T -o sequence.gtf

screenshot of my gff file

gff gffread gtf • 497 views
ADD COMMENT
1
Entering edit mode
7 months ago
inedraylig ▴ 60

Do you use excel to view and save the gff file or did you only use it for the question? What is the source of the gff file?

Generally, it's best to avoid graphic editors (Excel, OpenOffice) when working with text-based files like gff. If you do, my advice is to use command-line as much as possible. One of the reasons is that when you save the file in a graphic editor, it will change the contents of the file (add field delimiters and other complicated elements). My guess, in that case, is that Excel did something unexpected to the gff, so that gffread cannot parse it. My other advice is to start by looking at the example files provided with gffread (but do it on command line), that way you may spot the property in your file that causes the problem.

ADD COMMENT

Login before adding your answer.

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