- Timestamp:
- 08/22/06 13:42:30 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/checkfilesforsequenceavail
r7902 r7909 29 29 # 30 30 # After checking, if the script is already running, the todolist is 31 # written by using the macro getdolist.C31 # written 32 32 # Then for each sequence the availability of the files (raw, cc, caco) is 33 33 # checked by using the macro checkfilesavail.C … … 39 39 source `dirname $0`/sourcefile 40 40 41 table=SequenceProcessStatus42 41 column=fAllFilesAvail 43 42 44 todofile=$listpath/ToDo-$table-$column.txt45 43 lockfile=$lockpath/lock-$program.txt 46 44 … … 51 49 date >> $scriptlog 2>&1 52 50 53 cd $mars54 55 51 # check if script is already running 56 52 checklock >> $scriptlog 2>&1 57 53 58 54 # get todo list 59 get dolist>> $scriptlog 2>&155 gettodo >> $scriptlog 2>&1 60 56 61 57 # retrieve sequences from todofile … … 66 62 finish >> $scriptlog 2>&1 67 63 fi 64 65 cd $mars 68 66 69 67 echo "sequences: "${sequences[@]} >> $scriptlog 2>&1
Note:
See TracChangeset
for help on using the changeset viewer.