Mercurial > repos > idot > coverage_correlation
comparison mkCorr.sh @ 5:9abd178b46bd
wrong redirect
author | Ido Tamir <ido.tamir@imp.ac.at> |
---|---|
date | Sun, 18 Aug 2013 17:14:10 +0200 |
parents | 60bfca1da141 |
children | 5a4cbfb5fbc5 |
comparison
equal
deleted
inserted
replaced
4:60bfca1da141 | 5:9abd178b46bd |
---|---|
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 "$@" 2>&1 > err.log | 17 ./corr.R "$@" >> err.log 2>&1 |
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 |