recipe hmmer

Biosequence analysis using profile hidden Markov models

Homepage:

http://hmmer.org/

License:

BSD

Recipe:

/hmmer/meta.yaml

package hmmer

(downloads) docker_hmmer

versions:
3.4-13.4-03.3.2-43.3.2-33.3.2-23.3.2-13.3.2-03.3.1-03.3-1

3.4-13.4-03.3.2-43.3.2-33.3.2-23.3.2-13.3.2-03.3.1-03.3-13.3-03.2.1-23.2.1-13.2.1-03.2-33.2-23.2-03.1b2-33.1b2-23.1b2-13.1b2-03.0-43.0-33.0-23.0-13.0-02.3.2-82.3.2-72.3.2-62.3.2-52.3.2-42.3.2-32.3.2-22.3.2-12.3.2-0

depends libgcc-ng:

>=12

depends libstdcxx-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 hmmer

and update with::

   mamba update hmmer

To create a new environment, run:

mamba create --name myenvname hmmer

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

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

Download stats