This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How to convert a genebank file to a gff file

I have a .gb file from a bacterial genome and I would like to convert in an annotated .gff file. Can such a thing be done in Galaxy? Also, Is there any .gff version that fits better for working with SNP .bam files and mapping .bam files in Galaxy?

gff galaxy

1 answer

I don't know how to do it with Galaxy directly. But you can du this with seqret of the EMBOSS package

seqret -feature -osformat2 gff3 -outseq FILE.gff FILE.gb

Also BioPerl offers format conversion scripts.

Thanks! I will check the Galaxy option now, but I'll check the others too, to get more options later.

Log in to answer this question.