recipe mothur

This project seeks to develop a single piece of open-source, expandable software to fill the bioinformatics needs of the microbial ecology community.

Homepage:

http://www.mothur.org

Developer docs:

https://github.com/mothur/mothur

License:

GPL / GPL-3.0

Recipe:

/mothur/meta.yaml

Links:

doi: 10.1128/AEM.01541-09, usegalaxy-eu: mothur_get_label

package mothur

(downloads) docker_mothur

versions:
1.48.0-31.48.0-21.48.0-11.48.0-01.47.0-21.47.0-11.47.0-01.46.1-11.46.1-0

1.48.0-31.48.0-21.48.0-11.48.0-01.47.0-21.47.0-11.47.0-01.46.1-11.46.1-01.46.0-01.45.3-01.44.11-01.44.1-21.44.1-11.44.1-01.44.0-01.43.0-01.42.3-01.42.1-01.42.0-01.41.3-01.41.0-01.40.5-01.39.5-41.39.5-31.39.5-21.39.5-11.39.5-01.38.1.1-01.36.1-21.36.1-11.36.1-01.25.0-0

depends blast-legacy:

depends boost-cpp:

>=1.78.0,<1.78.1.0a0

depends gsl:

>=2.7,<2.8.0a0

depends hdf5:

>=1.12.2,<1.12.3.0a0

depends libcxx:

>=15.0.7

depends libzlib:

>=1.2.13,<1.3.0a0

depends readline:

>=8.2,<9.0a0

depends sra-tools:

depends vsearch:

2.15.2.*

depends zlib:

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 mothur

and update with::

   mamba update mothur

To create a new environment, run:

mamba create --name myenvname mothur

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

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

Download stats