Ignore:
Timestamp:
01/31/06 14:53:08 (19 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/datacenter/scripts/runstar

    r7465 r7467  
    152152 
    153153  echo "run $program..." >> $scriptlog 2>&1
     154  setstatus "start"
     155
    154156  ./star -b -q -v4 -f --log=$outpath/$program$no2.log --html=$outpath/$program$no2.html --ind=$inpath --out=$outpath $sequfile  2>> $scriptlog> /dev/null
    155157  check1=$?
    156158
    157159  case $check1 in
    158      0)   echo "check1=$check1 -> everything ok " >> $scriptlog 2>&1
    159           echo "inserting the status for $program for sequence $sequence into the db" >> $scriptlog 2>&1
    160           statustime="Now()"
    161           failed="NULL"
    162           starttime="NULL"
    163           failedtime="NULL"
    164           var1=$no
    165           var2=$no2
    166           setstatus
    167           ;;
    168      *)   echo "check1=$check1 -> ERROR -> step has to be repeated" >> $scriptlog 2>&1;;
     160     0)   echo "check1=$check1 -> everything ok " >> $scriptlog 2>&1;;
     161     *)   echo "check1=$check1 -> ERROR -> step has to be repeated" >> $scriptlog 2>&1
     162          com="star failed"
     163          check=$check1
     164          ;;
    169165  esac
     166  echo "inserting the status for $program for sequence $sequence into the db" >> $scriptlog 2>&1
     167  setstatus "stop"
    170168done
    171169
Note: See TracChangeset for help on using the changeset viewer.