gb2gtf

gb2gtf

Module for converting GenBank files to GTF format.

Usage

python gb2gtf.py sequence.gb > sequence.gtf

Functions

Name Description
check_args Validate the CLI arguments.
gb2gtf Convert a GenBank file to GTF output.
main Run the CLI.

check_args

gb2gtf.check_args(args)

Validate the CLI arguments.

gb2gtf

gb2gtf.gb2gtf(args)

Convert a GenBank file to GTF output.

main

gb2gtf.main()

Run the CLI.