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/checkfilesforsequenceavail

    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 sequence the availability of the files (raw, cc, caco) is
    3333# checked by using the macro checkfilesavail.C
     
    3939source `dirname $0`/sourcefile
    4040
    41 table=SequenceProcessStatus
    4241column=fAllFilesAvail
    4342
    44 todofile=$listpath/ToDo-$table-$column.txt
    4543lockfile=$lockpath/lock-$program.txt
    4644
     
    5149date >> $scriptlog 2>&1
    5250
    53 cd $mars
    54 
    5551# check if script is already running
    5652checklock  >> $scriptlog 2>&1
    5753
    5854# get todo list
    59 getdolist  >> $scriptlog 2>&1
     55gettodo  >> $scriptlog 2>&1
    6056
    6157# retrieve sequences from todofile
     
    6662   finish >> $scriptlog 2>&1
    6763fi
     64
     65cd $mars
    6866
    6967echo "sequences: "${sequences[@]} >> $scriptlog 2>&1
Note: See TracChangeset for help on using the changeset viewer.