BFL-lab / Mfannot

MFannot is a program for the annotation of mitochondrial and plastid genomes
GNU General Public License v3.0
17 stars 6 forks source link

.gbk #50

Open siolybecerra opened 1 year ago

siolybecerra commented 1 year ago

Hi. I am working with mfannot to obtain my annotation of MT genome, but I have .tbl .sqn and .fsa and now I need .gbk or .gb I have used tbl2asn but it isn't working with the output files of mfannot. Could I get this file in another way? Thanks a lot.

natacha-beck commented 10 months ago

Next version of Mfannot will allow the user to convert result to gbk format.

But in meantime you can use asn2gb with the following command line:

asn2gb -i input.asn -o output.gbk