diff options
Diffstat (limited to 'sourcecodes/run.sh')
| -rw-r--r-- | sourcecodes/run.sh | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sourcecodes/run.sh b/sourcecodes/run.sh index 344b7591..12bab53f 100644 --- a/sourcecodes/run.sh +++ b/sourcecodes/run.sh @@ -3,24 +3,24 @@ #ess=1 #DIR="$d/data/$1" #DIR_1="$d/data/$1/" -cd /var/lib/genenet/bnw +cd /tmp/bnw -mkdir -p /var/lib/genenet/bnw/$1 +mkdir -p /tmp/bnw/$1 maxparent=$2 k=$3 THR=$4 -./network_score /var/lib/genenet/bnw/$1continuous_input.txt /var/lib/genenet/bnw/$1ban.txt /var/lib/genenet/bnw/$1white.txt $maxparent /var/lib/genenet/bnw/$1 +./network_score /tmp/bnw/$1continuous_input.txt /tmp/bnw/$1ban.txt /tmp/bnw/$1white.txt $maxparent /tmp/bnw/$1 -./k-best/src/data2netk_poster.sh /var/lib/genenet/bnw/$1continuous_input.txt /var/lib/genenet/bnw/$1 $k $maxparent +./k-best/src/data2netk_poster.sh /tmp/bnw/$1continuous_input.txt /tmp/bnw/$1 $k $maxparent -./structure /var/lib/genenet/bnw/$1continuous_input.txt /var/lib/genenet/bnw/$1/postProbEachEdge.txt /var/lib/genenet/bnw/$1structure_input_temp.txt /var/lib/genenet/bnw/$1structure_input.txt $THR +./structure /tmp/bnw/$1continuous_input.txt /tmp/bnw/$1/postProbEachEdge.txt /tmp/bnw/$1structure_input_temp.txt /tmp/bnw/$1structure_input.txt $THR -rm -r /var/lib/genenet/bnw/$1 +rm -r /tmp/bnw/$1 if [ $k = 1 ] then - rm -r /var/lib/genenet/bnw/$1structure_input_temp.txt + rm -r /tmp/bnw/$1structure_input_temp.txt fi |
