stacks-software
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
stacks-software [2015/02/05 09:29] – [v1.24] joguya | stacks-software [2023/01/16 07:57] (current) – aorth | ||
---|---|---|---|
Line 2: | Line 2: | ||
Stacks is a software pipeline for building loci from short-read sequences, such as those generated on the Illumina platform. | Stacks is a software pipeline for building loci from short-read sequences, such as those generated on the Illumina platform. | ||
- | ==== v1.24 ==== | + | |
- | | + | * Added: |
- | * Added: | + | * Updated: January, 2023 |
- | * Link: http:// | + | * Link: http:// |
=== Usage === | === Usage === | ||
- | * Show all available versions of stacks< | ||
- | * Load stacks module: < | ||
- | === Installation === | + | Show all available versions: |
- | * download stacks tarball & compile it< | + | |
- | tar -xvf stacks-1.24.tar.gz | + | |
- | cd stacks-1.24/ | + | |
- | sudo mkdir -p / | + | |
- | sudo chown -R joguya: | + | |
- | ./configure --prefix=/ | + | |
- | make | + | |
- | make install | + | |
- | sudo chown -R root:root / | + | |
- | * stacks module file< | + | |
- | ##################################################################### | + | |
- | ## | + | |
- | ## stacks Modulefile | + | |
- | ## By James Oguya, j.oguya@cgiar.org | + | |
- | ## February, 2015 | + | |
- | ## | + | |
- | set appname | + | < |
- | set version | + | |
- | set prefix | + | |
- | set exec_prefix | + | |
- | set url " | + | |
- | set msg "a software pipeline for building loci from short-read sequences, such as those generated on the Illumina platform.\Stacks Official Site: $url\n" | + | |
- | module-whatis $msg | + | Load one version into your environment and run it: |
- | proc ModulesHelp { } { | + | < |
- | puts stderr "$msg" | + | $ sstacks</ |
- | } | + | |
- | conflict | + | === Installation === |
- | + | ||
- | prepend-path | + | |
- | </ | + | |
- | * deploy | + | Notes from the systems administrator during installation: |
+ | < | ||
+ | $ wget http:// | ||
+ | $ tar xf stacks-2.62.tar.gz | ||
+ | $ ./configure --prefix=/ | ||
+ | $ make | ||
+ | $ sudo mkdir -p / | ||
+ | $ sudo chown aorth / | ||
+ | $ make install</ |
stacks-software.1423128554.txt.gz · Last modified: 2015/02/05 09:29 by joguya