Skip to content

vinyll/PhyloNetworks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PhyloNetwork project contains the python package phylonetwork, used to work with phylogenetic trees and networks.

It can be installed with pip:

pip install phylonetwork

Run tests

  1. Create your virtualenv (see below)
  2. run the test command: python3 -m unittest phylonetwork/tests.py

Creating your virtualenv

python3 -m venv venv
source venv/bin/activate
pip install -e .

About

Phylogenetic networks in Python. This repo is a fix of the original that is in stagnation

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%