:orphan: .. only available via index, not via toctree .. title:: Package Recipe 'snippy' .. highlight: bash snippy ====== .. conda:recipe:: snippy :replaces_section_title: :noindex: Rapid bacterial SNP calling and core genome alignments :homepage: https://github.com/tseemann/snippy :license: GPL / GPL-2.0 :recipe: /`snippy `_/`meta.yaml `_ :links: biotools: :biotools:`snippy`, usegalaxy-eu: :usegalaxy-eu:`snippy` .. conda:package:: snippy |downloads_snippy| |docker_snippy| :versions: .. raw:: html
4.6.0-44.6.0-34.6.0-24.6.0-14.6.0-04.5.1-04.5.0-04.4.5-14.4.5-0 ``4.6.0-4``,  ``4.6.0-3``,  ``4.6.0-2``,  ``4.6.0-1``,  ``4.6.0-0``,  ``4.5.1-0``,  ``4.5.0-0``,  ``4.4.5-1``,  ``4.4.5-0``,  ``4.4.3-1``,  ``4.4.3-0``,  ``4.4.1-0``,  ``4.4.0-2``,  ``4.4.0-1``,  ``4.4.0-0``,  ``4.3.6-0``,  ``4.3.5-0``,  ``4.3.3-0``,  ``4.2.3-0``,  ``4.1.0-0``,  ``4.0.7-0``,  ``4.0.5-0``,  ``4.0.2-0``,  ``3.2-1``,  ``3.1-4``,  ``3.1-3``,  ``3.1-2``,  ``3.1-1``,  ``3.1-0``,  ``3.0-1``,  ``3.0-0``,  ``2.9-1``,  ``2.9-0`` .. raw:: html
:depends any2fasta: ``>=0.4`` :depends bcftools: ``>=1.10`` :depends bedtools: ``>=2.28.0`` :depends bwa: ``>=0.7.17`` :depends freebayes: ``>=1.3.1`` :depends minimap2: ``>=2.17`` :depends openjdk: ``>=11`` :depends parallel: ``>=20170422`` :depends perl: :depends perl-bioperl: ``>=1.7.2`` :depends samclip: ``>=0.4`` :depends samtools: ``>=1.10`` :depends seqtk: ``>=1.3`` :depends snp-sites: ``>=2.4`` :depends snpeff: ``>=4.3,<=5.0`` :depends tabixpp: ``1.1.0.*`` :depends vcflib: ``>=1.0.0_rc3,<=1.0.2`` :depends vt: ``>=0.5772`` :requirements: .. rubric:: Installation You need a conda-compatible package manager (currently either `micromamba `_, `mamba `_, or `conda `_) and the Bioconda channel already activated (see :ref:`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 snippy and update with:: mamba update snippy To create a new environment, run:: mamba create --name myenvname snippy 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/snippy: (see `snippy/tags`_ for valid values for ````) .. |downloads_snippy| image:: https://img.shields.io/conda/dn/bioconda/snippy.svg?style=flat :target: https://anaconda.org/bioconda/snippy :alt: (downloads) .. |docker_snippy| image:: https://quay.io/repository/biocontainers/snippy/status :target: https://quay.io/repository/biocontainers/snippy .. _`snippy/tags`: https://quay.io/repository/biocontainers/snippy?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/snippy/README.html) .. |install-with-bioconda| image:: https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat :target: http://bioconda.github.io/recipes/snippy/README.html