recipe snippy

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: snippy, usegalaxy-eu: snippy

package snippy

(downloads) docker_snippy

versions:
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-44.6.0-34.6.0-24.6.0-14.6.0-04.5.1-04.5.0-04.4.5-14.4.5-04.4.3-14.4.3-04.4.1-04.4.0-24.4.0-14.4.0-04.3.6-04.3.5-04.3.3-04.2.3-04.1.0-04.0.7-04.0.5-04.0.2-03.2-13.1-43.1-33.1-23.1-13.1-03.0-13.0-02.9-12.9-0

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:

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

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

Download stats