User Tools

Site Tools


stacks-software

stacks

Stacks is a software pipeline for building loci from short-read sequences, such as those generated on the Illumina platform.

Usage

Show all available versions:

$ module avail stacks

Load one version into your environment and run it:

$ module load stacks/2.62
$ sstacks

Installation

Notes from the systems administrator during installation:

$ cd /tmp
$ wget http://catchenlab.life.illinois.edu/stacks/source/stacks-2.62.tar.gz
$ tar xf stacks-2.62.tar.gz
$ ./configure --prefix=/export/apps/stacks/2.62
$ make
$ sudo mkdir -p /export/apps/stacks/2.62
$ sudo chown aorth /export/apps/stacks/2.62
$ make install
stacks-software.txt · Last modified: 2023/01/16 07:57 by aorth