recipe fasttree

FastTree infers approximately-maximum-likelihood phylogenetic trees from alignments of nucleotide or protein sequences

Homepage:

http://www.microbesonline.org/fasttree/

License:

GPL / GPL-2

Recipe:

/fasttree/meta.yaml

Links:

biotools: fasttree, doi: 10.1093/molbev/msp077

package fasttree

(downloads) docker_fasttree

versions:
2.1.11-32.1.11-22.1.11-12.1.11-02.1.10-62.1.10-52.1.10-42.1.10-32.1.10-2

2.1.11-32.1.11-22.1.11-12.1.11-02.1.10-62.1.10-52.1.10-42.1.10-32.1.10-22.1.10-02.1.9-22.1.9-12.1.9-02.1.8-82.1.8-72.1.8-62.1.8-52.1.8-42.1.8-22.1.8-12.1.3-62.1.3-52.1.3-42.1.3-32.1.3-22.1.3-0

depends _openmp_mutex:

>=4.5

depends libgcc-ng:

>=12

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 fasttree

and update with::

   mamba update fasttree

To create a new environment, run:

mamba create --name myenvname fasttree

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/fasttree:<tag>

(see `fasttree/tags`_ for valid values for ``<tag>``)

Download stats