biopython v1.71.0 Bio.Phylo.CDAOIO.Writer
Based on the writer in Bio.Nexus.Trees (str, to_string).
Link to this section Summary
Functions
Initialize parameters for writing a CDAO tree
Add URI prefix to handle
Recursively generate triples describing a tree of clades
Write this instance’s trees to a file handle
Link to this section Functions
Link to this function
__init__()
Initialize parameters for writing a CDAO tree.
Link to this function
add_stmt_to_handle()
Add URI prefix to handle.
Link to this function
process_clade()
Recursively generate triples describing a tree of clades.
Link to this function
write()
Write this instance’s trees to a file handle.