This is a test version of Biostars. For the public version, visit https://www.biostars.org.
What is the difference between gbk and gbf file?

prokka 1.13.7 is generating gbf file instead of gbk. They look similar. Is there any difference?

annotation prokka

1 answer

Gbk format is outdated. Gbf replaced it some time (years) ago. From the NCBI Genomes Download (FTP) FAQ:

GenBank flat file format of the genomic sequence(s) in the assembly. This file includes both the genomic sequence and the CONTIG description (for CON records), hence, it replaces both the .gbk .gbs format files that were provided in the old genomes FTP directories.

If gbk format is outdated, why is my Prokka’s version 1.14.5 deleting unwanted file .gbf and changed it to .gbk? Thanks.

For some reason NCBI's tbl2asn tool (which Prokka uses to create to GenBank files) writes wrong COORDINATES inference tags. Thus, Prokka fixes this and writes corrected Gbk files -> prokka#L1419

Log in to answer this question.