This is a super simple script that performs only one task:
- Given a genbank file with multiple sequences, it splits it into multiple files, each one with one sequence and its related annotation features.
.. literalinclude:: ./splitgbk_help.txt :language: stdout
The usage is super simple:
falmeida-py tsv2markdown --gbk multi_contig.gbk --outdir single_contig_gbks
Note
The directory must already exist.