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!
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
.This made my day, 6 years later.
Do you know if I can convert gbk files to BAM files?
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).