draw_tree
Convert a Newick format tree into a visual representation (ASCII text) for phylogenetic analysis. Specify the tree in Newick string and optionally choose output format to get a tree diagram.
Instructions
Draw a phylogenetic tree from Newick format.
Args: tree_newick: Tree in Newick format output_format: Output format - 'ascii' for text representation (default: 'ascii')
Returns: Dictionary containing tree visualization
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tree_newick | Yes | ||
| output_format | No | ascii |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||