Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/biojulia/phylogenies.jl

The BioJulia package for working with phylogenetic trees and geneologies.
https://github.com/biojulia/phylogenies.jl

bioinformatics biology evolution phylogenetic-trees phylogenetics phylogenomics

Last synced: 14 days ago
JSON representation

The BioJulia package for working with phylogenetic trees and geneologies.

Awesome Lists containing this project

README

        

# Phylogenies.jl

[![Build Status](https://travis-ci.org/BioJulia/Phylogenies.jl.svg?branch=master)](https://travis-ci.org/BioJulia/Phylogenies.jl)
[![Build status](https://ci.appveyor.com/api/projects/status/4ynx0nao86kw0a5m/branch/master?svg=true)](https://ci.appveyor.com/project/Ward9250/phylogenies-jl/branch/master)
[![codecov](https://codecov.io/gh/BioJulia/Phylogenies.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/BioJulia/Phylogenies.jl)
[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://biojulia.github.io/Phylogenies.jl/stable)
[![](https://img.shields.io/badge/docs-latest-blue.svg)](https://biojulia.github.io/Phylogenies.jl/latest)

## Description

A julia package providing an abstract type and interface for phylogenies, a
concrete phylogeny type implementation, and higher-level methods for working
with phylogenies.

In development.

Part of the BioJulia software ecosystem.