spades-software
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| spades-software [2022/02/21 17:48] – aorth | spades-software [2025/05/30 07:39] (current) – aorth | ||
|---|---|---|---|
| Line 4: | Line 4: | ||
| ===== Information ===== | ===== Information ===== | ||
| - | * Version: | + | * Version: |
| * Added: September, 2014 | * Added: September, 2014 | ||
| - | * Updated: | + | * Updated: |
| * Link: https:// | * Link: https:// | ||
| ===== Usage ===== | ===== Usage ===== | ||
| - | See versions | + | See versions which are available: |
| < | < | ||
| Load one version into your environment and run it: | Load one version into your environment and run it: | ||
| - | < | + | < |
| $ spades.py --help | $ spades.py --help | ||
| $ spades.py --test</ | $ spades.py --test</ | ||
| Line 26: | Line 26: | ||
| #SBATCH -J spades | #SBATCH -J spades | ||
| - | module load spades/3.13.0 | + | module load spades/3.15 |
| readonly DATADIR=~/ | readonly DATADIR=~/ | ||
| Line 34: | Line 34: | ||
| mkdir -p ${OUTDIR} | mkdir -p ${OUTDIR} | ||
| - | # run spades with 8 CPUs on mammoth (it has 16 logical CPUs, but only 8 are physical) | + | # run spades with 8 CPU threads |
| # run spades with 384 GB of RAM (default is 250, but it ran out of memory before) | # run spades with 384 GB of RAM (default is 250, but it ran out of memory before) | ||
| spades.py -k 27 -1 ${DATADIR}/ | spades.py -k 27 -1 ${DATADIR}/ | ||
| Line 47: | Line 47: | ||
| < | < | ||
| - | $ wget https:// | + | $ wget https:// |
| - | $ tar xf SPAdes-3.15.4.tar.gz | + | $ tar xf SPAdes-4.2.0-Linux.tar.gz |
| - | $ cd SPAdes-3.15.4 | + | $ sudo cp -r SPAdes-4.2.0-Linux / |
| - | $ sudo chown aorth / | + | |
| - | $ sudo mkdir -p / | + | |
| - | $ scl enable devtoolset-7 bash | + | |
| - | $ module load python/ | + | |
| - | $ sed -i ' | + | |
| - | $ PREFIX=/ | + | |
| - | $ sudo chown -R root:root / | + | |
| Note: if you get the error '' | Note: if you get the error '' | ||
spades-software.1645465709.txt.gz · Last modified: by aorth
