Genome annotation: convert gtf to gff3 file
2
1
Entering edit mode
17 months ago
shinyjj ▴ 50

Hi Biostars,

Are there tools to convert gtf file into gff3 file? To my knowledge, gff3 file has more information than the gtf file, so to have the same amount of information, converting from gtf into gff3 is more fair than the other way around.

I know bioinfokit(https://github.com/reneshbedre/bioinfokit) can convert gff3 into gtf, but here, I am looking for a tool that can convert gtf into gff3 file.

Thanks

gff3 gtf • 3.6k views
ADD COMMENT
3
Entering edit mode
17 months ago
LDT ▴ 340

I have started using agat recently and find it super useful. You can use the following function

agat_convert_sp_gxf2gxf.pl -g test.gtf -o test.gff3

for more info, look at: https://agat.readthedocs.io/en/latest/tools/agat_convert_sp_gxf2gxf.html Also, the developers of agat are super helpful. Whenever I had an issue, they were always super helpful. They are great

ADD COMMENT
0
Entering edit mode
4 weeks ago

You can use the gtf_to_gff3 utility of genometools, but AGAT is an excellent option.

Converting GFF to GTF

ADD COMMENT

Login before adding your answer.

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