recipe repeatmasker

RepeatMasker is a program that screens DNA sequences for interspersed repeats and low complexity DNA sequences.

Homepage:

https://www.repeatmasker.org

License:

Open Software License v2.1

Recipe:

/repeatmasker/meta.yaml

Links:

biotools: RepeatMasker

package repeatmasker

(downloads) docker_repeatmasker

versions:
4.1.5-14.1.5-04.1.2.p1-14.1.2.p1-04.1.1-24.1.1-14.1.1-04.1.0-04.0.9_p2-2

4.1.5-14.1.5-04.1.2.p1-14.1.2.p1-04.1.1-24.1.1-14.1.1-04.1.0-04.0.9_p2-24.0.9_p2-14.0.9_p2-04.0.8-144.0.8-134.0.7-134.0.7-114.0.7-104.0.6-104.0.6-94.0.6-84.0.6-74.0.6-64.0.6-54.0.6-4

depends h5py:

depends hmmer:

depends perl:

>=5.32.1,<6.0a0 *_perl5

depends rmblast:

depends trf:

depends wget:

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 repeatmasker

and update with::

   mamba update repeatmasker

To create a new environment, run:

mamba create --name myenvname repeatmasker

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

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

Download stats