Mercurial > repos > idot > coverage_correlation
comparison mkCorr.sh @ 3:7bdd29cdfed8
more debug messages
author | Ido Tamir <ido.tamir@imp.ac.at> |
---|---|
date | Sun, 18 Aug 2013 16:56:56 +0200 |
parents | f106b52086b0 |
children | 60bfca1da141 |
comparison
equal
deleted
inserted
replaced
2:1eb46757d8bb | 3:7bdd29cdfed8 |
---|---|
2 TOOLDIR="$( cd -P "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" | 2 TOOLDIR="$( cd -P "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" |
3 | 3 |
4 #echo "running corr" | 4 #echo "running corr" |
5 #echo $PWD | 5 #echo $PWD |
6 | 6 |
7 | 7 module () { |
8 eval `/usr/bin/modulecmd bash $*` | |
9 } | |
8 | 10 |
9 if [ -f /biosw/modules/init/modules-env.sh ]; then | 11 if [ -f /biosw/modules/init/modules-env.sh ]; then |
10 module load R/3.0.0 | 12 module load R/3.0.0 |
11 fi; | 13 fi; |
12 | 14 |