Converts DDBJ/GenBank type flat file and output as DDBJ annotation and fasta files.
perl FFintoANN.pl flatfile.gb
After run the command, you will find "flatfile.gb.ann" & "flatfile.gb.fasta".Converts DDBJ annotation file to tsv. Be sure that the script cannot make COMMON block. When the valuless qualifier is used, the value is expressed as "@@!+!@@".
perl ann2table.pl samble.gb.ann > OutputThe script has the reverse function of the ann2table.pl. Converts the tsv from ann2table.pl to annotation file. Be sure that the output tsv does not include COMMON block. You should fill "@@!+!@@" in the cell when use the valuless qualifier keys.
perl table2ann.pl sample.tsv > Output