Ignore:
Timestamp:
01/31/06 17:42:30 (19 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r7467 r7469  
    142142  no=`printf %08d $sequence | cut -c 0-4`
    143143  no2=`printf %08d $sequence`
     144  var1=$no
     145  var2=$no2
    144146  outpath="$datapath/$program/$no/$no2"
    145147  inpath=`echo $outpath | sed -e 's/$program/callisto/'`
     
    152154 
    153155  echo "run $program..." >> $scriptlog 2>&1
    154   setstatus "start"
     156  setstatus "start" >> $scriptlog 2>&1
    155157
    156158  ./star -b -q -v4 -f --log=$outpath/$program$no2.log --html=$outpath/$program$no2.html --ind=$inpath --out=$outpath $sequfile  2>> $scriptlog> /dev/null
     
    165167  esac
    166168  echo "inserting the status for $program for sequence $sequence into the db" >> $scriptlog 2>&1
    167   setstatus "stop"
     169  setstatus "stop" >> $scriptlog 2>&1
    168170done
    169171
Note: See TracChangeset for help on using the changeset viewer.