Ignore:
Timestamp:
08/22/06 15:36:10 (18 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/datacenter/scripts/checkfilesforsequenceavail

    r7909 r7911  
    2828# the sequences.
    2929#
    30 # After checking, if the script is already running, the todolist is
    31 # written
     30# After checking if the script is already running the todolist is written.
    3231# Then for each sequence the availability of the files (raw, cc, caco) is
    3332# checked by using the macro checkfilesavail.C
     
    7978   sequencefile=$sequpath/$no/sequence$no2.txt
    8079
    81    echo "run $program..." >> $scriptlog 2>&1
    8280   setstatus "start" >> $scriptlog 2>&1
    8381
     
    8583
    8684   case $check1 in
    87       1)   echo "check1=$check1 -> everything ok -> setting status..." >> $scriptlog 2>&1 ;;
    88       2)   echo "check1=$check1 -> files not yet available -> continue..." >> $scriptlog 2>&1
     85      1)   echo " check1=$check1 -> everything ok -> setting status..." >> $scriptlog 2>&1 ;;
     86      2)   echo " check1=$check1 -> files not yet available -> continue..." >> $scriptlog 2>&1
    8987           check="no"
    9088           ;;
    91       0)   echo "check1=$check1 -> no connection to db -> continue..." >> $scriptlog 2>&1
     89      0)   echo " check1=$check1 -> no connection to db -> continue..." >> $scriptlog 2>&1
    9290           check="no"
    9391           ;;
     
    9896   esac
    9997
    100    echo "inserting the status for $program for sequence $sequence into the db" >> $scriptlog 2>&1
    10198   setstatus "stop" >> $scriptlog 2>&1
    10299done
Note: See TracChangeset for help on using the changeset viewer.