PhyNetPy Documentation

Library for the Development and Use of Phylogenetic Network Methods

PhyloNet Module v1.0.0

PhyloNet Java wrapper for running external phylogenetic analysis tools.

Author:
Mark Kessler
Last Edit:
3/11/25
Source:
PhyloNet.py

Contents

Module Functions

jarWrapper(*args) -> list[str]

Wrapper function for running PhyloNet from within Python code.

Returns: list[str]: list of lines of output from PhyloNet.
run(nex_file_loc: str) -> list[str]

Run PhyloNet on a nexus file.

Parameter Type Description
nex_file_loc str Location of the nexus file to run PhyloNet on.
Returns: list[str]: List of lines of output from PhyloNet.

Navigation

Modules

This Page