User Tools

Site Tools


snippy-software

Table of Contents

Snippy

Rapid haploid variant calling and core genome alignment.

Information

Usage

See which versions are available:

$ module avail snippy

Load one version into your environment and run it:

$ module load snippy/4.6.0
$ snippy

Note: Please use the ''--cpus'' option to tell snippy how many CPUs it should use or else it will automatically use eight (8). This number should match the number of CPUs you requested in your SLURM batch allocation.

Installation

Notes from the sysadmin during installation:

$ cd /tmp
$ git clone https://github.com/tseemann/snippy.git -b v4.6.0
$ cd snippy
$ grep -rh -oE "use Bio::.*$" bin/* binaries/* | sort -u | awk '{print $2}' | sed 's/;//'
Bio::SeqIO
Bio::Tools::GFF
$ cpanm -l perl5 Bio::SeqIO Bio::Tools::GFF
$ sudo mkdir -p /export/apps/snippy/4.6.0
$ sudo cp -r . /export/apps/snippy/4.6.0

Note 1: Snippy only says that it requires "BioPerl", but the BioPerl distribution frowns upon requiring the entire distribution. Here I have attempted to guess which modules are needed by checking the actual Perl "use" statements.

snippy-software.txt · Last modified: 2023/07/07 09:05 by aorth