Subversion Repositories wimsdev

Rev

Rev 3877 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

#! /bin/sh
##Script to use some programs for a bioinfo module. 

echo "$wims_exec_parm" > $tmp_dir/test

[ -s $tmp_dir/test ] || exit

ulimit -f 64
a="$wims_exec_parm"

SUCCES=0
grep -q "C_etat_civil" $tmp_dir/test
if [ $? -eq $SUCCES ]
then
        ./bin/wrap..exec C_etat_civil $a
fi
SUCCES=0
grep -q "test_cond" $tmp_dir/test
if [ $? -eq $SUCCES ]
then
        ./bin/wrap..exec test_cond $a
fi
SUCCES=0
grep -q "tab1d" $tmp_dir/test
if [ $? -eq $SUCCES ]
then
        ./bin/wrap..exec tab1d $a
fi

SUCCES=0
grep -q "tab2d" $tmp_dir/test
if [ $? -eq $SUCCES ]
then
  ./bin/wrap..exec tab2d $a
fi