pandaseq-software
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| pandaseq-software [2014/12/08 09:21] – joguya | pandaseq-software [2014/12/08 09:27] (current) – [Installation Notes] joguya | ||
|---|---|---|---|
| Line 62: | Line 62: | ||
| </ | </ | ||
| - | ===== Pandaseq 2.8 ===== | + | ===== Pandaseq 2.8.1 ===== |
| + | Information: | ||
| + | * Version: 2.8.1 | ||
| + | * Added: December, 2014 | ||
| + | * Link: https:// | ||
| + | |||
| + | changelog: | ||
| + | * Add a plugin to display overlaps examined | ||
| + | * Add -D flag to add a penalty for shifting primers | ||
| + | * Added UPARSE algorithm | ||
| + | * Add FastqJoin algorithm | ||
| + | * Add FLASH algorithm | ||
| + | * Add Sitch algorithm | ||
| + | * Fix bug causing spurious "no sequences" | ||
| + | * Issue an error if the command line arguments have UTF-8 characters | ||
| + | * Remove min_readqscore since it doesn' | ||
| + | * Sanity check sequence length after primer stripping | ||
| + | |||
| + | |||
| + | ==== Installation Notes ==== | ||
| + | * Download pandaseq 2.8.1, create version specific dir in / | ||
| + | wget https:// | ||
| + | tar -xvf pandaseq-v2.8.1.tar.gz | ||
| + | cd pandaseq-v2.8.1 | ||
| + | sudo mkdir / | ||
| + | sudo chown -R joguya: | ||
| + | ./ | ||
| + | ./configure --prefix=/ | ||
| + | make | ||
| + | make install | ||
| + | sudo chown -R root:root / | ||
| + | </ | ||
| + | |||
| + | * pandaseq/ | ||
| + | # | ||
| + | ##################################################################### | ||
| + | ## | ||
| + | ## Pandaseq Modulefile | ||
| + | ## By James Oguya, j.oguya@cgiar.org | ||
| + | ## December, 2014 | ||
| + | ## | ||
| + | |||
| + | set appname | ||
| + | set version | ||
| + | set prefix | ||
| + | set exec_prefix | ||
| + | set url " | ||
| + | set msg " | ||
| + | |||
| + | module-whatis $msg | ||
| + | |||
| + | proc ModulesHelp { } { | ||
| + | puts stderr " | ||
| + | } | ||
| + | |||
| + | conflict | ||
| + | |||
| + | prepend-path | ||
| + | prepend-path | ||
| + | </ | ||
pandaseq-software.1418030464.txt.gz · Last modified: by joguya
