recipe circexplorer2

Circular RNA analysis toolkits

Homepage:

https://github.com/YangLab/CIRCexplorer2

License:

MIT License

Recipe:

/circexplorer2/meta.yaml

package circexplorer2

(downloads) docker_circexplorer2

versions:
2.3.8-22.3.8-12.3.8-02.3.6-02.3.5-02.3.3-22.3.3-02.3.2-02.3.1-0

2.3.8-22.3.8-12.3.8-02.3.6-02.3.5-02.3.3-22.3.3-02.3.2-02.3.1-02.3.0-02.2.7-02.2.6-02.2.5-12.2.5-02.2.4-02.2.3-02.2.2-02.2.1-02.2.0-02.1.2-02.1.1-02.1.0-02.0.1-0

depends bowtie:

1.2.3.*

depends bowtie2:

2.3.5.1.*

depends cufflinks:

2.2.1.*

depends docopt:

depends pybedtools:

depends pysam:

>=0.8.4

depends python:

depends requests:

depends scipy:

depends tophat:

2.1.1.*

depends ucsc-genepredtogtf:

depends ucsc-gtftogenepred:

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 circexplorer2

and update with::

   mamba update circexplorer2

To create a new environment, run:

mamba create --name myenvname circexplorer2

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

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

Download stats