Changeset 7938


Ignore:
Timestamp:
08/25/06 14:51:40 (18 years ago)
Author:
hoehne
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
26 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r7937 r7938  
    1818
    1919                                                 -*-*- END OF LINE -*-*-
     20 2006/08/25 Daniela Hoehne
     21
     22   * datacenter/scripts/setup:
     23     - implemented new path for runlogs
     24
     25   * datacenter/scripts/buildsequenceentries, datacenter/scripts/
     26     checkfilesforsequenceavail, datacenter/scripts/checkstardone, 
     27     datacenter/scripts/copyscript, datacenter/scripts/correcttime,
     28     datacenter/scripts/dodatacheck, datacenter/scripts/doexclusions,
     29     datacenter/scripts/doqualityplots, datacenter/scripts/dowebplots,
     30     datacenter/scripts/filesondisk, datacenter/scripts/fillcallisto,
     31     datacenter/scripts/fillganymed, datacenter/scripts/fillstar,
     32     datacenter/scripts/insertdatasets, datacenter/scripts/insertsequences,
     33     datacenter/scripts/linkmc, datacenter/scripts/makecallistolinks,
     34     datacenter/scripts/runcallisto, datacenter/scripts/runganymed,
     35     datacenter/scripts/runstar, datacenter/scripts/processmcsequences,
     36     datacenter/scripts/mcsequences:
     37     - improved logging (changed runlogpath)
     38
     39   * datacenter/scripts/checkstardone, datacenter/scripts/insertdatasets,
     40     datacenter/scripts/insertsequences:
     41     - changed logging outpath
     42
     43
     44
    2045 2006/08/25 Daniela Dorner
    2146
  • trunk/MagicSoft/Mars/datacenter/scripts/buildsequenceentries

    r7926 r7938  
    4444lockfile=$lockpath/lock-$program.txt
    4545
    46 scriptlogpath=$logpath/run/$program/`date +%Y/%m`
     46scriptlogpath=$runlogpath/$program
    4747makedir $scriptlogpath
    4848scriptlog=$scriptlogpath/$program-$datetime.log
  • trunk/MagicSoft/Mars/datacenter/scripts/checkfilesforsequenceavail

    r7926 r7938  
    4242lockfile=$lockpath/lock-$program.txt
    4343
    44 scriptlogpath=$logpath/run/$program/`date +%Y/%m/%d`
     44scriptlogpath=$runlogpath/$program
    4545makedir $scriptlogpath
    4646scriptlog=$scriptlogpath/$program-$datetime.log
  • trunk/MagicSoft/Mars/datacenter/scripts/checkstardone

    r7926 r7938  
    4343lockfile=$lockpath/lock-$program.txt
    4444
    45 scriptlogpath=$logpath/run/$program/`date +%Y/%m/%d`
     45scriptlogpath=$runlogpath/$program
    4646makedir $scriptlogpath
    4747scriptlog=$scriptlogpath/$program-$datetime.log
     
    6969do
    7070   no=`printf %08d $dataset | cut -c 0-5`
     71   no2=`printf %08d $dataset`
    7172   var1=$no
    7273   var2=$dataset
     
    8485   echo "sequences: "${sequences[@]} >> $scriptlog 2>&1
    8586
    86    outpath=$logpath/$program/$no
     87   outpath=$logpath/$program/$no/$no2
    8788   makedir $outpath  >> $scriptlog 2>&1
    8889   
  • trunk/MagicSoft/Mars/datacenter/scripts/copyscript

    r7907 r7938  
    6969lockfile=$lockpath/lock-copyscript.txt
    7070
    71 scriptlogpath=$logpath/run/copyscript/`date +%Y/%m/%d`
     71scriptlogpath=$runlogpath/$program
    7272makedir $scriptlogpath
    7373
  • trunk/MagicSoft/Mars/datacenter/scripts/correcttime

    r7926 r7938  
    4343
    4444lockfile=$lockpath/lock-$program.txt
     45scriptlogpath=$runlogpath/$program
    4546
    4647if [ -e $todofile ]
  • trunk/MagicSoft/Mars/datacenter/scripts/dodatacheck

    r7932 r7938  
    4545set -C
    4646
    47 scriptlogpath=$logpath/run/$program/`date +%Y/%m/%d`
     47scriptlogpath=$runlogpath/$program
    4848makedir $scriptlogpath
    4949scriptlog=$scriptlogpath/$program-$datetime.log
  • trunk/MagicSoft/Mars/datacenter/scripts/doexclusions

    r7926 r7938  
    4444lockfile=$lockpath/lock-$program.txt
    4545
    46 scriptlogpath=$logpath/run/$program/`date +%Y/%m`
     46scriptlogpath=$runlogpath/$program
    4747makedir $scriptlogpath
    4848scriptlog=$scriptlogpath/$program-$datetime.log
  • trunk/MagicSoft/Mars/datacenter/scripts/doqualityplots

    r7902 r7938  
    4242datetime=`date +%F-%H-%M-%S`
    4343
    44 scriptlogpath=$logpath/run/doqualityplots/`date +%Y/%m/%d`
     44scriptlogpath=$runlogpath/$program
    4545makedir $scriptlogpath
    4646
  • trunk/MagicSoft/Mars/datacenter/scripts/dowebplots

    r7902 r7938  
    4141datetime=`date +%F-%H-%M-%S`
    4242
    43 scriptlogpath=$logpath/run/dowebplots/`date +%Y/%m/%d`
     43scriptlogpath=$runlogpath/$program
    4444makedir $scriptlogpath
    4545
  • trunk/MagicSoft/Mars/datacenter/scripts/filesondisk

    r7902 r7938  
    5555lockfile=$lockpath/lock-$program.txt
    5656
    57 scriptlogpath=$logpath/run/$program/`date +%Y`
     57scriptlogpath=$runlogpath/$program
    5858makedir $scriptlogpath
    5959scriptlog=$scriptlogpath/$program-$datetime.log
  • trunk/MagicSoft/Mars/datacenter/scripts/fillcallisto

    r7926 r7938  
    4545lockfile=$lockpath/lock-$program.txt
    4646
    47 scriptlogpath=$logpath/run/$program/`date +%Y/%m/%d`
     47scriptlogpath=$runlogpath/$program
    4848makedir $scriptlogpath
    4949scriptlog=$scriptlogpath/run$program-$datetime.log
  • trunk/MagicSoft/Mars/datacenter/scripts/fillganymed

    r7926 r7938  
    4444lockfile=$lockpath/lock-$program.txt
    4545
    46 scriptlogpath=$logpath/run/$program/`date +%Y/%m/%d`
     46scriptlogpath=$runlogpath/$program
    4747makedir $scriptlogpath
    4848scriptlog=$scriptlogpath/run$program-$datetime.log
  • trunk/MagicSoft/Mars/datacenter/scripts/fillstar

    r7926 r7938  
    4444lockfile=$lockpath/lock-$program.txt
    4545
    46 scriptlogpath=$logpath/run/$program/`date +%Y/%m/%d`
     46scriptlogpath=$runlogpath/$program
    4747makedir $scriptlogpath
    4848scriptlog=$scriptlogpath/run$program-$datetime.log
  • trunk/MagicSoft/Mars/datacenter/scripts/insertdatasets

    r7902 r7938  
    4242lockfile=$lockpath/lock-insertdatasets.txt
    4343
    44 scriptlogpath=$logpath/run/insertdatasets/`date +%Y/%m`
     44scriptlogpath=$runlogpath/$program
    4545makedir $scriptlogpath
    4646
     
    6565   no2=`grep 'AnalysisNumber:' $datasetfile | sed -e 's/AnalysisNumber://g' | sed -e 's/ //g'`
    6666   no3=`printf %08d $no2`
     67   no4=`printf %08d $no2 | cut -c 1-5`
    6768   # compare the two datasetnumber
    6869   # continue only if number is the same
     
    9394   echo " " >> $scriptlog 2>&1
    9495   
    95    insertdatasetpath=$logpath/insertdataset/$no3
     96   insertdatasetpath=$logpath/insertdataset/$no4
    9697   makedir $insertdatasetpath >> $scriptlog 2>&1
    9798   insertdatasetlog=$insertdatasetpath/insertdataset-$no3.log
  • trunk/MagicSoft/Mars/datacenter/scripts/insertsequences

    r7902 r7938  
    4444lockfile=$lockpath/lock-insertsequences.txt
    4545
    46 scriptlogpath=$logpath/run/insertsequences/`date +%Y/%m`
     46scriptlogpath=$runlogpath/$program
    4747makedir $scriptlogpath
    4848
     
    6666   echo "file: "$sequencefile >> $scriptlog 2>&1
    6767   no=`echo $sequencefile | cut -c 31-38`
     68   no=`echo $no | cut -c 1-4`
    6869   insertsequencepath=$logpath/insertsequence/$no
    6970   makedir $insertsequencepath >> $scriptlog 2>&1
  • trunk/MagicSoft/Mars/datacenter/scripts/linkmc

    r7902 r7938  
    4747set -C
    4848
    49 scriptlogpath=$logpath/run/linkmc/`date +%Y/%m/%d`
     49scriptlogpath=$runlogpath/$program
    5050makedir $scriptlogpath
    5151scriptlog=$scriptlogpath/linkmc`date +%F`.log
  • trunk/MagicSoft/Mars/datacenter/scripts/makecallistolinks

    r7911 r7938  
    4141callistorcnew=callisto_Dec04Jan05.rc
    4242
    43 scriptlogpath=$logpath/run/$program/`date +%Y/%m/%d`
     43scriptlogpath=$runlogpath/$program
    4444makedir $scriptlogpath
    4545scriptlog=$scriptlogpath/$program`date +%F`.log
  • trunk/MagicSoft/Mars/datacenter/scripts/mcsequences

    r7902 r7938  
    3939set -C
    4040
    41 scriptlogpath=$logpath/run/$program/`date +%Y/%m/%d`
     41scriptlogpath=$runlogpath/$program
    4242makedir $scriptlogpath
    4343scriptlog=$scriptlogpath/$program`date +%F`.log
  • trunk/MagicSoft/Mars/datacenter/scripts/movingrawfiles

    r7902 r7938  
    3838lockfile=$lockpath/lock-$program.txt
    3939
    40 scriptlogpath=$logpath/run/$program/`date +%Y`
     40scriptlogpath=$runlogpath/$program
    4141makedir $scriptlogpath
    4242scriptlog=$scriptlogpath/$program-$datetime.log
  • trunk/MagicSoft/Mars/datacenter/scripts/processmcsequences

    r7902 r7938  
    3737set -C
    3838
    39 scriptlogpath=$logpath/run/$program/`date +%Y/%m/%d`
     39scriptlogpath=$runlogpath/$program
    4040makedir $scriptlogpath
    4141scriptlog=$scriptlogpath/$program`date +%F-%H-%M-%S`.log
  • trunk/MagicSoft/Mars/datacenter/scripts/runcallisto

    r7927 r7938  
    4949#pno=500 # number of processes, i.e. number of todo-files
    5050
    51 scriptlogpath=$logpath/run/$program/`date +%Y/%m/%d`
     51scriptlogpath=$runlogpath/$program
    5252makedir $scriptlogpath
    5353scriptlog=$scriptlogpath/run$program-$datetime.log
  • trunk/MagicSoft/Mars/datacenter/scripts/runganymed

    r7927 r7938  
    4444column=fGanymed
    4545
    46 scriptlogpath=$logpath/run/$program/`date +%Y/%m/%d`
     46scriptlogpath=$runlogpath/$program
    4747makedir $scriptlogpath
    4848scriptlog=$scriptlogpath/run$program-$datetime.log
  • trunk/MagicSoft/Mars/datacenter/scripts/runstar

    r7927 r7938  
    4444column=fStar
    4545
    46 scriptlogpath=$logpath/run/$program/`date +%Y/%m/%d`
     46scriptlogpath=$runlogpath/$program
    4747makedir $scriptlogpath
    4848scriptlog=$scriptlogpath/run$program-$datetime.log
  • trunk/MagicSoft/Mars/datacenter/scripts/setup

    r7919 r7938  
    3434
    3535logpath=/magic/datacenter/autologs
     36runlogpath=/magic/datacenter/autologs/run/`date +%Y/%m/%d`
    3637lockpath=/magic/datacenter/locks
    3738listpath=/magic/datacenter/lists
  • trunk/MagicSoft/Mars/datacenter/scripts/writesequencefiles

    r7926 r7938  
    4444lockfile=$lockpath/lock-$program.txt
    4545
    46 scriptlogpath=$logpath/run/$program/`date +%Y/%m/%d`
     46scriptlogpath=$runlogpath/$program
    4747makedir $scriptlogpath
    4848scriptlog=$scriptlogpath/run$program-$datetime.log
Note: See TracChangeset for help on using the changeset viewer.