Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/biojulia/phylogenies.jl
- Owner: BioJulia
- License: mit
- Created: 2017-03-20T08:12:15.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-22T14:09:58.000Z (over 6 years ago)
- Last Synced: 2024-10-30T01:36:59.349Z (about 2 months ago)
- Topics: bioinformatics, biology, evolution, phylogenetic-trees, phylogenetics, phylogenomics
- Language: Julia
- Size: 446 KB
- Stars: 8
- Watchers: 16
- Forks: 4
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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.