recipe salmon

Highly-accurate & wicked fast transcript-level quantification from RNA-seq reads using selective alignment.

Homepage:

https://github.com/COMBINE-lab/salmon

Documentation:

https://combine-lab.github.io/salmon

License:

GPL3 / GPL-3.0-or-later

Recipe:

/salmon/meta.yaml

Links:

biotools: salmon, usegalaxy-eu: salmon, usegalaxy-eu: salmonquantmerge, usegalaxy-eu: alevin, doi: 10.1038/nmeth.4197

package salmon

(downloads) docker_salmon

versions:
1.10.3-41.10.3-31.10.3-21.10.3-11.10.3-01.10.2-01.10.1-21.10.1-11.10.1-0

1.10.3-41.10.3-31.10.3-21.10.3-11.10.3-01.10.2-01.10.1-21.10.1-11.10.1-01.10.0-01.9.0-11.9.0-01.8.0-11.8.0-01.7.0-11.7.0-01.6.0-01.5.2-01.5.1-01.5.0-01.4.0-11.4.0-01.3.0-01.2.1-01.2.0-01.1.0-01.0.0-00.15.0-00.14.2-10.14.2-00.14.1-20.14.1-10.14.1-00.14.0-10.14.0-00.13.1-00.13.0-20.13.0-10.12.0-10.11.3-20.11.3-10.11.2-00.11.1-00.11.0-00.10.2-30.10.2-10.10.1-10.10.0-10.9.1-10.9.1-00.9.0-00.8.2-10.8.2-00.8.1-00.8.0-00.7.2-30.7.2-20.6.0-20.6.0-10.6.0-00.5.1-0

depends boost-cpp:

depends bzip2:

>=1.0.8,<2.0a0

depends icu:

depends libcurl:

>=8.12.1,<9.0a0

depends libdeflate:

>=1.22,<1.23.0a0

depends libgcc:

>=13

depends libgff:

>=2.0.0,<3.0a0

depends libiconv:

>=1.18,<2.0a0

depends libjemalloc:

>=5.3.0

depends liblzma:

>=5.6.4,<6.0a0

depends libstdcxx:

>=13

depends libzlib:

>=1.3.1,<2.0a0

depends staden_io_lib:

>=1.15.0

depends staden_io_lib:

>=1.15.0,<2.0a0

depends tbb:

>=2022.0.0

depends zstd:

>=1.5.7,<1.6.0a0

requirements:

additional platforms:
linux-aarch64osx-arm64

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 salmon

and update with::

   mamba update salmon

To create a new environment, run:

mamba create --name myenvname salmon

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

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

Download stats