/PhyloBits.jl

Phylogenetic tree tables and other phylogenetic utilities. (Functions include: prt(tr) and other utilities. Also includes the PhyloNetworks tree object/reader/writer, with minimal dependencies.)

Primary LanguageJuliaOtherNOASSERTION

PhyloBits

Phylogenetic tree tables, PhyloNetworks tree reader without dependencies

Linux and macOS: Build Status

Windows: Build Status

Coverage Status codecov.io

Local add instructions:

Pkg.add(PackageSpec(path="/GitHub/PhyloBits.jl")) using PhyloBits

Get the list of installed packages:

x = Pkg.installed() list_of_installed_packages = collect(x); println.(list_of_installed_packages) # Messy

Or:

x["PhyloBits"]

v"0.0.1"