recipe picard-slim

Java tools for working with NGS data in the BAM format.

Homepage:

http://broadinstitute.github.io/picard/

Developer docs:

https://github.com/broadinstitute/picard

License:

MIT / MIT

Recipe:

/picard-slim/meta.yaml

Links:

usegalaxy-eu: picard_MarkDuplicates

Java tools for working with NGS data in the BAM format. This package lacks the R dependency that is only required for some metrics tasks. This keeps the size of the package smaller, at the cost of breaking some of Picards's commands. The 'picard' package contains all the necessary dependencies.

package picard-slim

(downloads) docker_picard-slim

versions:
3.1.1-03.1.0-03.0.0-02.27.4-02.27.3-02.27.2-02.27.1-02.27.0-02.26.11-0

3.1.1-03.1.0-03.0.0-02.27.4-02.27.3-02.27.2-02.27.1-02.27.0-02.26.11-02.26.10-02.26.9-02.26.8-02.26.7-02.26.6-02.26.5-02.26.4-02.26.3-02.26.2-02.26.1-02.26.0-02.25.7-02.25.6-02.25.5-02.25.4-02.25.3-02.25.2-02.25.1-12.25.1-02.25.0-12.25.0-02.24.2-02.24.1-02.24.0-02.23.9-02.23.8-02.23.7-02.23.6-02.23.5-02.23.4-02.23.3-02.23.2-02.23.1-02.23.0-02.22.9-02.22.8-02.22.7-02.22.6-02.22.5-02.22.4-02.22.3-02.22.2-02.22.1-02.22.0-02.21.9-02.21.8-02.21.7-02.21.6-02.21.5-02.21.4-02.21.3-02.21.2-02.21.1-02.20.8-02.20.7-02.20.6-02.20.5-02.20.4-0

depends openjdk:

>=17

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 picard-slim

and update with::

   mamba update picard-slim

To create a new environment, run:

mamba create --name myenvname picard-slim

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/picard-slim:<tag>

(see `picard-slim/tags`_ for valid values for ``<tag>``)

Download stats