recipe seqcluster

small RNA analysis from NGS data

Homepage:

https://github.com/lpantano/seqclsuter

License:

MIT

Recipe:

/seqcluster/meta.yaml

Links:

biotools: seqcluster

package seqcluster

(downloads) docker_seqcluster

versions:
1.2.9-01.2.8-01.2.7-11.2.7-01.2.5-01.2.4-01.2.4a15-11.2.4a15-01.2.4a14-2

1.2.9-01.2.8-01.2.7-11.2.7-01.2.5-01.2.4-01.2.4a15-11.2.4a15-01.2.4a14-21.2.4a14-11.2.4a14-01.2.4a12-11.2.4a12-01.2.4a6-01.2.4a5-01.2.4a-61.2.4a-51.2.4a-41.2.4a-21.2.4a-11.2.4a-01.2.3-01.2.2-01.2.1-01.2.0-01.1.14-01.1.13-31.1.13-21.1.13-11.1.13-0

depends biopython:

depends mirtop:

depends pandas:

depends progressbar2:

depends pybedtools:

depends pysam:

depends python:

depends pyyaml:

depends scipy:

depends six:

depends viennarna:

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 seqcluster

and update with::

   mamba update seqcluster

To create a new environment, run:

mamba create --name myenvname seqcluster

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

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

Download stats