This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
tassel-software [2015/09/15 09:30] aorth |
tassel-software [2015/09/22 14:08] (current) aorth |
||
|---|---|---|---|
| Line 3: | Line 3: | ||
| ===== Information ===== | ===== Information ===== | ||
| - | * Version: | + | * Version: |
| - | * Added: | + | * Added: |
| * Link: http:// | * Link: http:// | ||
| Line 14: | Line 14: | ||
| Load one version into your shell' | Load one version into your shell' | ||
| - | < | + | < |
| ==== Memory Usage/ | ==== Memory Usage/ | ||
| Line 25: | Line 25: | ||
| Notes from the sysadmin during installation: | Notes from the sysadmin during installation: | ||
| - | <code>>$ git clone git://git.code.sf.net/p/tassel/tassel3-standalone | + | < |
| - | $ cd tassel3/ | + | $ cd tassel-5-standalone |
| - | $ git checkout | + | $ git checkout |
| - | $ sudo su - | + | $ sudo mkdir -p / |
| - | $ mkdir -p / | + | $ sudo cp -rv * / |
| - | $ cp -rv * / | + | |
| ===== Sample Script ===== | ===== Sample Script ===== | ||
| Sample script for running via SLURM: | Sample script for running via SLURM: | ||
| - | < | + | < |
| #SBATCH -p batch | #SBATCH -p batch | ||
| Line 41: | Line 40: | ||
| #SBATCH -n 10 | #SBATCH -n 10 | ||
| - | current_date=$(date +%b_%d) | + | current_date=$(date +%Y-%m-%d) |
| DATADIR="/ | DATADIR="/ | ||