:orphan: .. only available via index, not via toctree .. title:: Package Recipe 'picard-slim' .. highlight: bash picard-slim =========== .. conda:recipe:: picard-slim :replaces_section_title: :noindex: 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: :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. .. conda:package:: picard-slim |downloads_picard-slim| |docker_picard-slim| :versions: .. raw:: html
3.4.0-03.3.0-03.2.0-03.1.1-03.1.0-03.0.0-02.27.4-02.27.3-02.27.2-0 ``3.4.0-0``,  ``3.3.0-0``,  ``3.2.0-0``,  ``3.1.1-0``,  ``3.1.0-0``,  ``3.0.0-0``,  ``2.27.4-0``,  ``2.27.3-0``,  ``2.27.2-0``,  ``2.27.1-0``,  ``2.27.0-0``,  ``2.26.11-0``,  ``2.26.10-0``,  ``2.26.9-0``,  ``2.26.8-0``,  ``2.26.7-0``,  ``2.26.6-0``,  ``2.26.5-0``,  ``2.26.4-0``,  ``2.26.3-0``,  ``2.26.2-0``,  ``2.26.1-0``,  ``2.26.0-0``,  ``2.25.7-0``,  ``2.25.6-0``,  ``2.25.5-0``,  ``2.25.4-0``,  ``2.25.3-0``,  ``2.25.2-0``,  ``2.25.1-1``,  ``2.25.1-0``,  ``2.25.0-1``,  ``2.25.0-0``,  ``2.24.2-0``,  ``2.24.1-0``,  ``2.24.0-0``,  ``2.23.9-0``,  ``2.23.8-0``,  ``2.23.7-0``,  ``2.23.6-0``,  ``2.23.5-0``,  ``2.23.4-0``,  ``2.23.3-0``,  ``2.23.2-0``,  ``2.23.1-0``,  ``2.23.0-0``,  ``2.22.9-0``,  ``2.22.8-0``,  ``2.22.7-0``,  ``2.22.6-0``,  ``2.22.5-0``,  ``2.22.4-0``,  ``2.22.3-0``,  ``2.22.2-0``,  ``2.22.1-0``,  ``2.22.0-0``,  ``2.21.9-0``,  ``2.21.8-0``,  ``2.21.7-0``,  ``2.21.6-0``,  ``2.21.5-0``,  ``2.21.4-0``,  ``2.21.3-0``,  ``2.21.2-0``,  ``2.21.1-0``,  ``2.20.8-0``,  ``2.20.7-0``,  ``2.20.6-0``,  ``2.20.5-0``,  ``2.20.4-0`` .. raw:: html
:depends on openjdk: ``>=17`` :depends on zlib: :additional platforms: Installation ------------ You need a conda-compatible package manager (currently either `pixi `__, `conda `__, or `micromamba `__) and the Bioconda channel already activated (see :ref:`bioconda_setup`). Below, we show how to install with either pixi or conda (for micromamba and mamba, commands are essentially the same as with conda). Pixi """" With pixi_ installed and the Bioconda channel set up (see :ref:`bioconda_setup`), to install globally, run:: pixi global install picard-slim to add into an existing workspace instead, run:: pixi add picard-slim In the latter case, make sure to first add bioconda and conda-forge to the channels considered by the workspace:: pixi workspace channel add conda-forge pixi workspace channel add bioconda Conda """"" With conda_ installed and the Bioconda channel set up (see :ref:`bioconda_setup`), to install into an existing and activated environment, run:: conda install picard-slim Alternatively, to install into a new environment, run:: conda create -n envname picard-slim with ``envname`` being the name of the desired environment. Container """"""""" Alternatively, every Bioconda package is available as a container image for usage with your preferred container runtime. For e.g. docker, run:: docker pull quay.io/biocontainers/picard-slim: (see `picard-slim/tags`_ for valid values for ````). Integrated deployment """"""""""""""""""""" Finally, note that many scientific workflow management systems directly integrate both conda and container based software deployment. Thus, workflow steps can be often directly annotated to use the package, leading to automatic deployment by the respective workflow management system, thereby improving reproducibility and transparency. Check the documentation of your workflow management system to find out about the integration. .. _conda: https://conda.io .. _pixi: https://pixi.sh .. |downloads_picard-slim| image:: https://img.shields.io/conda/dn/bioconda/picard-slim.svg?style=flat :target: https://anaconda.org/bioconda/picard-slim :alt: (downloads) .. |docker_picard-slim| image:: https://quay.io/repository/biocontainers/picard-slim/status :target: https://quay.io/repository/biocontainers/picard-slim .. _`picard-slim/tags`: https://quay.io/repository/biocontainers/picard-slim?tab=tags .. raw:: html Download stats ----------------- .. raw:: html :file: ../../templates/package_dashboard.html Link to this page ----------------- Render an |install-with-bioconda| badge with the following MarkDown:: [![install with bioconda](https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat)](http://bioconda.github.io/recipes/picard-slim/README.html) .. |install-with-bioconda| image:: https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat :target: http://bioconda.github.io/recipes/picard-slim/README.html