recipe rseqc

RNA-seq QC Package

Homepage:

http://rseqc.sourceforge.net/

License:

GPL2 / GNU General Public License v2 (GPLv2)

Recipe:

/rseqc/meta.yaml

Links:

biotools: rseqc, doi: 10.1093/bioinformatics/bts356

package rseqc

(downloads) docker_rseqc

versions:
5.0.3-05.0.1-15.0.1-05.0.0-04.0.0-24.0.0-14.0.0-03.0.1-23.0.1-1

5.0.3-05.0.1-15.0.1-05.0.0-04.0.0-24.0.0-14.0.0-03.0.1-23.0.1-13.0.1-03.0.0-33.0.0-13.0.0-02.6.4-22.6.4-12.6.4-02.6.2-0

depends bx-python:

depends libgcc-ng:

>=12

depends numpy:

depends pip:

depends pybigwig:

depends pysam:

depends python:

>=3.10,<3.11.0a0

depends python_abi:

3.10.* *_cp310

depends r-base:

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 rseqc

and update with::

   mamba update rseqc

To create a new environment, run:

mamba create --name myenvname rseqc

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

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

Download stats