Given a fasta file and a feature table, it can output a simplified version of the genbank file.
EMBOSS seqret http://www.bioinformatics.nl/cgi-bin/emboss/help/seqret
-
- Only one-sequence fasta file
-
- a feature table, tab seperated txt file
parameter1: input fasta file parameter2: feature file parameter3: output the gbk file
fa_feature_to_gbk.sh MT.fasta feature.txt MT.feature.gbk
The output file is the simplified gbk file, with our defined features.