recipe mirtop

Small RNA-seq annotation

Homepage:

http://github.com/mirtop/mirtop

License:

MIT / MIT License

Recipe:

/mirtop/meta.yaml

Links:

biotools: mirtop

package mirtop

(downloads) docker_mirtop

versions:
0.4.25-00.4.24-00.4.23-10.4.23-00.4.22-00.4.21-00.4.20-00.4.19-00.4.18a-2

0.4.25-00.4.24-00.4.23-10.4.23-00.4.22-00.4.21-00.4.20-00.4.19-00.4.18a-20.4.18a-10.4.18a-00.4.17a-00.4.15a-00.3.17-10.3.17-00.3.11a0-20.3.11a0-00.3.6a0-00.3.2a0-00.1.8a0-0

depends biopython:

depends pandas:

depends pybedtools:

depends pysam:

depends python:

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 mirtop

and update with::

   mamba update mirtop

To create a new environment, run:

mamba create --name myenvname mirtop

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

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

Download stats