biotaphy.tools.get_tree

This tool gets a tree from Open Tree from a species list.

Module Contents

Functions

build_parser()

Get an argparse.ArgumentParser for the tool.

cli()

A command-line interface for the tool.

Attributes

DESCRIPTION

biotaphy.tools.get_tree.DESCRIPTION = Tool to get a tree for a list of species.[source]
biotaphy.tools.get_tree.build_parser()[source]

Get an argparse.ArgumentParser for the tool.

Returns

An ArgumentParser for this tool.

Return type

argparse.ArgumentParser

biotaphy.tools.get_tree.cli()[source]

A command-line interface for the tool.