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

    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 in the todo list the star results are filled
    3333# into the table Star in the database using the macro fillstar.C
     
    4141set -C
    4242
    43 table=SequenceProcessStatus
    4443column=fFillStar
    4544
    46 todofile=$listpath/ToDo-$table-$column.txt
    4745lockfile=$lockpath/lock-$program.txt
    4846
     
    5351date >> $scriptlog 2>&1
    5452
    55 cd $mars
    56 
    5753# check if the script is already running
    5854checklock  >> $scriptlog 2>&1
    5955
    6056# get todo list
    61 getdolist  >> $scriptlog 2>&1
     57gettodo  >> $scriptlog 2>&1
    6258
    6359
     
    6965   finish >> $scriptlog 2>&1
    7066fi
     67
     68cd $mars
    7169
    7270# run fillstar for sequences
Note: See TracChangeset for help on using the changeset viewer.