Changeset 18317


Ignore:
Timestamp:
08/31/15 01:14:24 (9 years ago)
Author:
Daniela Dorner
Message:
removed check of certaindate-variable, fixed bug in sge-case
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataCheck/QuickLook/Step2a.sh

    r18099 r18317  
    77if [ "$certaindate" != "" ]
    88then
    9    checkstring=`echo $certaindate | grep -E -o '^20[0-9][0-9]\/[01][0-9]\/[0-3][0-9]$'`
    10    if [ "$checkstring" = "" ]
    11    then
    12       echo "Please give the variable certaindate in the correct format (YYYY/MM/DD)"
    13       finish
    14    fi
    159   getdates $certaindate
    1610else
     
    7468         then
    7569            printprocesslog "$sgepath/qsub -b y -q fact_short -v AUTOMATIONSETUP=$AUTOMATIONSETUP -v starfile=$file -e bla.txt -o bla.txt `dirname $0`/RunGanymed.sh"
    76             $sgepath/qsub -b y -q fact_short -v AUTOMATIONSETUP=$AUTOMATIONSETUP -v star=$file -e bla.txt -o bla.txt `dirname $0`/RunGanymed.sh
     70            $sgepath/qsub -b y -q fact_short -v AUTOMATIONSETUP=$AUTOMATIONSETUP -v starfile=$file -e bla.txt -o bla.txt `dirname $0`/RunGanymed.sh
    7771         else
    7872            printprocesslog " INFO `dirname $0`/RunGanymed.sh $file"
Note: See TracChangeset for help on using the changeset viewer.