This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
spades-software [2017/07/06 14:15] aorth |
spades-software [2019/10/04 12:58] (current) aorth |
||
|---|---|---|---|
| Line 4: | Line 4: | ||
| ===== Information ===== | ===== Information ===== | ||
| - | * Version: 3.10.1 | + | * Version: 3.13.0 |
| * Added: September, 2014 | * Added: September, 2014 | ||
| - | * Updated: | + | * Updated: |
| - | * Link: http://cab.spbu.ru/software/spades/ | + | * Link: https://github.com/ablab/spades |
| ===== Usage ===== | ===== Usage ===== | ||
| Line 13: | Line 13: | ||
| See versions of spades which are available: | See versions of spades which are available: | ||
| < | < | ||
| + | |||
| + | Load one version into your environment and run it: | ||
| + | < | ||
| + | $ spades.py --help</ | ||
| === Example batch job === | === Example batch job === | ||
| Line 21: | Line 25: | ||
| #SBATCH -J spades | #SBATCH -J spades | ||
| - | module load spades/3.6.1 | + | module load spades/3.13.0 |
| readonly DATADIR=~/ | readonly DATADIR=~/ | ||
| Line 42: | Line 46: | ||
| < | < | ||
| - | $ wget http://cab.spbu.ru/files/release3.10.1/SPAdes-3.10.1-Linux.tar.gz | + | $ wget https://github.com/ |
| - | $ tar xf SPAdes-3.10.1-Linux.tar.gz | + | $ tar xf SPAdes-3.13.0.tar.gz |
| - | $ sudo mkdir / | + | $ cd SPAdes-3.13.0 |
| - | $ sudo cp -rv SPAdes-3.10.1-Linux/* / | + | $ sudo mkdir / |
| - | + | $ sudo chown aorth / | |
| - | ===== Running ===== | + | $ sudo yum install centos-release-scl cmake |
| - | After loading the module, consult the built-in help: | + | $ sudo yum install devtoolset-6-gcc.x86_64 devtoolset-6-gcc-c++.x86_64 |
| + | $ PREFIX=/ | ||
| + | $ sudo chown -R root: | ||
| - | < | + | Note: if you get the error '' |