recipe sortmerna

SortMeRNA is a biological sequence analysis tool for filtering, mapping and OTU-picking NGS reads.

Homepage:

http://bioinfo.lifl.fr/RNA/sortmerna

License:

LGPL

Recipe:

/sortmerna/meta.yaml

Links:

biotools: sortmerna, doi: 10.1093/bioinformatics/bts611, usegalaxy-eu: bg_sortmerna

package sortmerna

(downloads) docker_sortmerna

versions:
4.3.6-04.3.4-04.3.3-04.3.2-14.3.2-04.3.1-14.3.1-04.2.0-14.2.0-0

4.3.6-04.3.4-04.3.3-04.3.2-14.3.2-04.3.1-14.3.1-04.2.0-14.2.0-02.1b-42.1b-32.1b-22.1b-12.1b-02.0-42.0-32.0-22.0-12.0-0

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 sortmerna

and update with::

   mamba update sortmerna

To create a new environment, run:

mamba create --name myenvname sortmerna

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

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

Download stats