recipe star

An RNA-seq read aligner.

Homepage:

https://github.com/alexdobin/STAR

License:

GPLv3

Recipe:

/star/meta.yaml

Links:

biotools: star, usegalaxy-eu: rna_starsolo, usegalaxy-eu: rna_star

package star

(downloads) docker_star

versions:
2.7.11b-12.7.11b-02.7.11a-02.7.10b-12.7.10b-02.7.10a-02.7.9a-02.7.8a-12.7.8a-0

2.7.11b-12.7.11b-02.7.11a-02.7.10b-12.7.10b-02.7.10a-02.7.9a-02.7.8a-12.7.8a-02.7.7a-02.7.6a-02.7.5c-02.7.5b-02.7.5a-02.7.4a-02.7.3a-02.7.2c-02.7.2b-02.7.2a-02.7.1a-02.7.0f-02.7.0e-02.7.0d-02.7.0b-02.6.1d-12.6.1d-02.6.1b-02.6.1a-12.6.0c-32.6.0c-22.6.0c-12.6.0c-02.6.0b-02.5.4a-02.5.3a-02.5.2b-02.5.2a-02.5.1b-02.5.0c-02.5.0b-02.5.0a-02.4.2a-02.4.0j-22.4.0j-12.4.0j-0

depends htslib:

>=1.19.1,<1.21.0a0

depends libgcc-ng:

>=12

depends libstdcxx-ng:

>=12

depends libzlib:

>=1.2.13,<1.3.0a0

depends zlib:

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 star

and update with::

   mamba update star

To create a new environment, run:

mamba create --name myenvname star

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

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

Download stats