Changeset 18684
- Timestamp:
- 12/18/16 20:49:49 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/QuickLook/Step2a.sh
r18666 r18684 3 3 source `dirname $0`/../Sourcefile.sh 4 4 printprocesslog "INFO starting $0" 5 6 echo $certaindate7 5 8 6 # get dates … … 22 20 fi 23 21 24 echo ${dates[@]}25 22 26 23 … … 28 25 do 29 26 printprocesslog "INFO processing "$date 30 echo "INFO processing "$date 27 if [ "$certaindate" != "" ] 28 then 29 echo "INFO processing "$date 30 fi 31 31 night=`echo $date | sed -e 's/\///g'` 32 32 … … 46 46 run=`basename $file | cut -d_ -f2` 47 47 printprocesslog "INFO processing run "$run 48 #echo "INFO processing run "$run 48 49 # process only if merpp-log is available to make sure that star-file is complete 49 50 # at ISDC seq# != run# -> get seq# … … 71 72 then 72 73 printprocesslog "$sgepath/qsub -b y -q fact_short -v AUTOMATIONSETUP=$AUTOMATIONSETUP -v starfile=$file -e bla.txt -o bla.txt `dirname $0`/RunGanymed.sh" 73 $sgepath/qsub -b y -q fact_short -v AUTOMATIONSETUP=$AUTOMATIONSETUP -v starfile=$file -e bla.txt -o bla.txt `dirname $0`/RunGanymed.sh 74 $sgepath/qsub -b y -q fact_short -v AUTOMATIONSETUP=$AUTOMATIONSETUP -v starfile=$file -e bla.txt -o bla.txt `dirname $0`/RunGanymed.sh | grep -v 'has been submitted' 74 75 else 75 76 printprocesslog " INFO `dirname $0`/RunGanymed.sh $file" 76 77 `dirname $0`/RunGanymed.sh $file 77 echo "ganymed for "$file 78 if [ "$certaindate" != "" ] 79 then 80 echo "ganymed for "$file 81 fi 78 82 fi 79 83 numganymeds=`echo " $numganymeds + 1 " | bc -l`
Note:
See TracChangeset
for help on using the changeset viewer.