recipe bali-phy

Phylogenetics - Bayesian estimation of phylogenies and multiple sequence alignments.

Homepage:

http://www.bali-phy.org

Developer docs:

https://github.com/bredelings/BAli-Phy/

License:

GPL2

Recipe:

/bali-phy/meta.yaml

Links:

doi: 10.1093/bioinformatics/btab129, biotools: bali-phy

package bali-phy

(downloads) docker_bali-phy

versions:

3.6.0-23.6.0-13.6.0-0

depends boost-cpp:

>=1.78.0,<1.78.1.0a0

depends cairo:

>=1.16.0,<2.0a0

depends eigen:

>=3.3.7

depends glib:

depends gnuplot:

depends libgcc-ng:

>=12

depends libglib:

>=2.76.2,<3.0a0

depends libstdcxx-ng:

>=12

depends pandoc:

depends perl:

depends python:

>=3.11,<3.12.0a0

depends r-base:

requirements:

Installation

You need a conda-compatible package manager (currently either micromamba, mamba, or conda) and the Bioconda channel already activated (see set-up-channels).

While any of above package managers is fine, it is currently recommended to use either micromamba or mamba (see here for installation instructions). We will show all commands using mamba below, but the arguments are the same for the two others.

Given that you already have a conda environment in which you want to have this package, install with:

   mamba install bali-phy

and update with::

   mamba update bali-phy

To create a new environment, run:

mamba create --name myenvname bali-phy

with myenvname being a reasonable name for the environment (see e.g. the mamba docs for details and further options).

Alternatively, use the docker container:

   docker pull quay.io/biocontainers/bali-phy:<tag>

(see `bali-phy/tags`_ for valid values for ``<tag>``)

Download stats