Changeset 7909 for trunk/MagicSoft/Mars/datacenter/scripts/fillstar
- Timestamp:
- 08/22/06 13:42:30 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/fillstar
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 in the todo list the star results are filled 33 33 # into the table Star in the database using the macro fillstar.C … … 41 41 set -C 42 42 43 table=SequenceProcessStatus44 43 column=fFillStar 45 44 46 todofile=$listpath/ToDo-$table-$column.txt47 45 lockfile=$lockpath/lock-$program.txt 48 46 … … 53 51 date >> $scriptlog 2>&1 54 52 55 cd $mars56 57 53 # check if the script is already running 58 54 checklock >> $scriptlog 2>&1 59 55 60 56 # get todo list 61 get dolist>> $scriptlog 2>&157 gettodo >> $scriptlog 2>&1 62 58 63 59 … … 69 65 finish >> $scriptlog 2>&1 70 66 fi 67 68 cd $mars 71 69 72 70 # run fillstar for sequences
Note:
See TracChangeset
for help on using the changeset viewer.