Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Latest commit

 

History

History
27 lines (16 loc) · 528 Bytes

File metadata and controls

27 lines (16 loc) · 528 Bytes

splitgbk

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.

CLI help message

.. literalinclude:: ./splitgbk_help.txt
   :language: stdout

Usage

The usage is super simple:

falmeida-py tsv2markdown --gbk multi_contig.gbk --outdir single_contig_gbks

Note

The directory must already exist.