plastid.bin.gff_parent_types module

Exports a table of parent-child feature relationships for all feature types found in a GFF3 file. Features with multiple parents are sorted into a category called Multiple.

plastid.bin.gff_parent_types.main(argv=['-T', '-E', '-b', 'html', '-d', '_build/doctrees', '-D', 'language=en', '.', '_build/html'])[source]

Command-line program

Parameters
argvlist, optional

A list of command-line arguments, which will be processed as if the script were called from the command line if main() is called directly.

Default: sys.argv[1:]. The command-line arguments, if the script is invoked from the command line