export

RepPhylogeny.export(output_fp, _add_ext=False, **kwargs)[source]

Exports the Newick formatted phylogenetic tree into specified file.

Parameters
  • output_fp (str) – Export filepath

  • _add_ext (bool) – Add file extension or not

  • kwargs (Any) – Compatibility

Return type

None