biopython v1.71.0 Bio.Phylo.NewickIO.Writer

Based on the writer in Bio.Nexus.Trees (str, to_string).

Link to this section Summary

Functions

Initialize parameter for Tree Writer object

Return a function that creates a nicely formatted node tag

Convert a node tree to a Newick tree string, recursively

Return an iterable of PAUP-compatible tree lines

Write this instance’s trees to a file handle

Link to this section Functions

Initialize parameter for Tree Writer object.

Link to this function _info_factory()

Return a function that creates a nicely formatted node tag.

Convert a node tree to a Newick tree string, recursively.

Return an iterable of PAUP-compatible tree lines.

Write this instance’s trees to a file handle.