Ignore:
Timestamp:
08/22/06 13:42:30 (18 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r7902 r7909  
    2929#
    3030# After checking, if the script is already running, the todolist is
    31 # written by using the macro getdolist.C
     31# written
    3232# Then for each dataset the sequences are extracted from the datasetfile
    3333# and for each sequence the availability of the star files checked by using
     
    4040source `dirname $0`/sourcefile
    4141
    42 table=DataSetProcessStatus
    4342column=fStarFilesAvail
    4443
    45 todofile=$listpath/ToDo-$table-$column.txt
    4644lockfile=$lockpath/lock-$program.txt
    4745
     
    5250date >> $scriptlog 2>&1
    5351
    54 cd $mars
    55 
    5652# check if script is already running
    5753checklock  >> $scriptlog 2>&1
    5854
    5955# get todo list
    60 getdolist  >> $scriptlog 2>&1
     56gettodot  >> $scriptlog 2>&1
    6157
    6258datasets=(`cat $todofile`)
     
    6662   finish >> $scriptlog 2>&1
    6763fi
     64
     65cd $mars
    6866
    6967echo "datasets: "${datasets[@]} #>> $scriptlog 2>&1
Note: See TracChangeset for help on using the changeset viewer.