Any tools converting Genbank format to GFF3 format?
4
6
Entering edit mode
9.1 years ago
biolab ★ 1.4k

Dear all,

As my title describe, I am asking help to convert Genbank format to GFF format. By Googling, I found a perl script (bp_genbank2gff3.pl), which has many bioperl dependencies. Could anyone inform me other easy-to-use tools? Any suggestions will be appreciated. THANKS a lot in advance!

genbank gff • 36k views
ADD COMMENT
4
Entering edit mode

bp_genbank2gff3.pl has many BioPerl dependencies because it is part of BioPerl. If you use Debian or Ubuntu, sudo apt install bioperl and voilà, you have the tool in /usr/bin/bp_genbank2gff.

ADD REPLY
0
Entering edit mode

This made my day, 6 years later.

ADD REPLY
0
Entering edit mode

Do you know if I can convert gbk files to BAM files?

ADD REPLY
1
Entering edit mode

If that's something you truly wonder about I suggest you do some reading about what those files are, which data they contain and how they are obtained/made, because you absolutely can't convert genbank format (gbk) in binary Sequence Alignment/Map files (BAM).

ADD REPLY
6
Entering edit mode
9.1 years ago

Readseq reads and writes sequences in various formats, including GenBank and GFF.

ADD COMMENT
0
Entering edit mode

Thank you, a.zielezinski, your answer is really helpful for me!

ADD REPLY
0
Entering edit mode

FYI this tool doesn't convert to GFF3 v3, but to v2. Moreover, its latest version seems to be from May 2010. Nevertheless, the source code is available.

ADD REPLY
1
Entering edit mode
9.1 years ago
kangyueapril ▴ 80

You could try GFF-tools.

ADD COMMENT
0
Entering edit mode

Hi Kangyueapril,

Thank you very much for your answer. I have one more question: I logged on the Galaxy site, and found GenBank to GFF converter page, however, I was unable to find the link to download the tool. Do you have any solution? THANKS again.

ADD REPLY
0
Entering edit mode

Thank you, Kangyueapril!

ADD REPLY
0
Entering edit mode

FYI this tool can't be found anymore, whether via the link above or below.

ADD REPLY
1
Entering edit mode
7.6 years ago
musta1234 ▴ 30

genbank2gff3.pl does the magic! http://www.hpa-bioinformatics.org.uk/biosnippets/snippets/115

ADD COMMENT
2
Entering edit mode
ADD REPLY
0
Entering edit mode
ADD REPLY
1
Entering edit mode
2.6 years ago
maximilian ▴ 10

Perl dependencies now make the canonical bioperl bp_genbank2gff3.pl tool more complicated to install with some common package managers such as miniconda.

Another python-based alternative is here in the biocode package.

ADD COMMENT

Login before adding your answer.

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