Changeset 7909 for trunk/MagicSoft/Mars/datacenter/scripts/checkstardone
- Timestamp:
- 08/22/06 13:42:30 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/checkstardone
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 dataset the sequences are extracted from the datasetfile 33 33 # and for each sequence the availability of the star files checked by using … … 40 40 source `dirname $0`/sourcefile 41 41 42 table=DataSetProcessStatus43 42 column=fStarFilesAvail 44 43 45 todofile=$listpath/ToDo-$table-$column.txt46 44 lockfile=$lockpath/lock-$program.txt 47 45 … … 52 50 date >> $scriptlog 2>&1 53 51 54 cd $mars55 56 52 # check if script is already running 57 53 checklock >> $scriptlog 2>&1 58 54 59 55 # get todo list 60 get dolist >> $scriptlog 2>&156 gettodot >> $scriptlog 2>&1 61 57 62 58 datasets=(`cat $todofile`) … … 66 62 finish >> $scriptlog 2>&1 67 63 fi 64 65 cd $mars 68 66 69 67 echo "datasets: "${datasets[@]} #>> $scriptlog 2>&1
Note:
See TracChangeset
for help on using the changeset viewer.