recipe stacks

Stacks is a software pipeline for building loci from RAD-seq

Homepage:

https://catchenlab.life.illinois.edu/stacks/

License:

GPL

Recipe:

/stacks/meta.yaml

Links:

biotools: Stacks, doi: 10.1111/mec.12354

package stacks

(downloads) docker_stacks

versions:
2.65-02.64-02.61-12.61-02.60-12.60-02.55-12.55-02.53-1

2.65-02.64-02.61-12.61-02.60-12.60-02.55-12.55-02.53-12.53-02.52-02.5-02.4-12.4-02.3-62.3-52.3-42.3-32.3d-12.3d-02.3c-32.3c-22.3c-12.3c-02.3b-32.3b-22.3b-12.3b-02.2-62.2-52.2-42.2-32.2-22.2-12.2-02.1-52.1-42.1-32.1-22.1-12.0-42.0-32.0-22.0-12.0-02.0Beta10a-02.0Beta9-02.0Beta8-12.0Beta8-02.0Beta8c-12.0Beta8c-02.0Beta7c-01.48-11.48-01.47-21.47-11.47-01.46-41.46-31.46-21.46-11.46-01.44-31.44-21.44-11.44-01.43-21.43-11.43-01.42-51.42-41.42-31.42-21.42-11.40-31.40-21.40-11.40-01.37-51.37-41.37-31.37-21.37-11.37-0

depends libgcc-ng:

>=12

depends libstdcxx-ng:

>=12

depends libzlib:

>=1.2.13,<1.3.0a0

depends openmp:

depends perl:

depends perl-bioperl-core:

depends perl-file-spec:

depends perl-file-temp:

depends perl-posix:

depends python:

>=3

depends r-base:

>=4

depends samtools:

depends velvet:

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 stacks

and update with::

   mamba update stacks

To create a new environment, run:

mamba create --name myenvname stacks

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

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

Download stats