Mercurial > repos > idot > coverage_correlation
comparison mkCorr.sh @ 4:60bfca1da141
wrong redirect
author | Ido Tamir <ido.tamir@imp.ac.at> |
---|---|
date | Sun, 18 Aug 2013 17:08:27 +0200 |
parents | 7bdd29cdfed8 |
children | 9abd178b46bd |
comparison
equal
deleted
inserted
replaced
3:7bdd29cdfed8 | 4:60bfca1da141 |
---|---|
12 module load R/3.0.0 | 12 module load R/3.0.0 |
13 fi; | 13 fi; |
14 | 14 |
15 cp $TOOLDIR/corr.R $PWD | 15 cp $TOOLDIR/corr.R $PWD |
16 | 16 |
17 ./corr.R "$@" > err.log 2>&1 | 17 ./corr.R "$@" 2>&1 > err.log |
18 | 18 |
19 if [ $? -eq 0 ] | 19 if [ $? -eq 0 ] |
20 then | 20 then |
21 echo 'correlation result' | 21 echo 'correlation result' |
22 exit 0 | 22 exit 0 |