- Timestamp:
- 08/22/06 08:41:47 (18 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 27 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r7901 r7902 18 18 19 19 -*-*- END OF LINE -*-*- 20 2006/08/22 Daniela Dorner 21 22 * datacenter/scripts/buildsequenceentries, 23 datacenter/scripts/checkfilesforsequenceavail, 24 datacenter/scripts/checkstardone, datacenter/scripts/copyscript, 25 datacenter/scripts/correcttime, datacenter/scripts/dodatacheck, 26 datacenter/scripts/doexclusions, datacenter/scripts/doqualityplots, 27 datacenter/scripts/dowebplots, datacenter/scripts/filesondisk, 28 datacenter/scripts/fillcallisto, datacenter/scripts/fillganymed, 29 datacenter/scripts/fillstar, datacenter/scripts/insertdatasets, 30 datacenter/scripts/insertsequences, datacenter/scripts/linkmc, 31 datacenter/scripts/makecallistolinks, 32 datacenter/scripts/mcsequences, datacenter/scripts/movingrawfiles, 33 datacenter/scripts/processmcsequences, datacenter/scripts/rmlocks, 34 datacenter/scripts/runcallisto, datacenter/scripts/runganymed, 35 datacenter/scripts/runstar, datacenter/scripts/writesequencefiles, 36 datacenter/scripts/sourcefile: 37 - implemented possibility to run several tests by one user 38 (relative path for Mars version) 39 40 * datacenter/scripts/sourcefile: 41 - included webpath 42 43 44 20 45 2006/08/22 Thomas Bretz 21 46 -
trunk/MagicSoft/Mars/datacenter/scripts/buildsequenceentries
r7835 r7902 37 37 38 38 program=buildsequenceentries 39 source /home/`whoami`/Mars/datacenter/scripts/sourcefile39 source `dirname $0`/sourcefile 40 40 41 41 set -C -
trunk/MagicSoft/Mars/datacenter/scripts/checkfilesforsequenceavail
r7835 r7902 37 37 38 38 program=checkfilesavail 39 source /home/`whoami`/Mars/datacenter/scripts/sourcefile39 source `dirname $0`/sourcefile 40 40 41 41 table=SequenceProcessStatus -
trunk/MagicSoft/Mars/datacenter/scripts/checkstardone
r7835 r7902 38 38 39 39 program=checkstardone 40 source /home/`whoami`/Mars/datacenter/scripts/sourcefile40 source `dirname $0`/sourcefile 41 41 42 42 table=DataSetProcessStatus -
trunk/MagicSoft/Mars/datacenter/scripts/copyscript
r7866 r7902 58 58 59 59 program=copyscript 60 source /home/`whoami`/Mars/datacenter/scripts/sourcefile60 source `dirname $0`/sourcefile 61 61 62 62 set -C -
trunk/MagicSoft/Mars/datacenter/scripts/correcttime
r7835 r7902 39 39 40 40 program=correct_raw_time 41 source /home/`whoami`/Mars/datacenter/scripts/sourcefile41 source `dirname $0`/sourcefile 42 42 43 43 table=RunProcessStatus -
trunk/MagicSoft/Mars/datacenter/scripts/dodatacheck
r7835 r7902 41 41 42 42 program=datacheck 43 source /home/`whoami`/Mars/datacenter/scripts/sourcefile43 source `dirname $0`/sourcefile 44 44 45 45 set -C -
trunk/MagicSoft/Mars/datacenter/scripts/doexclusions
r7835 r7902 37 37 38 38 program=doexclusions 39 source /home/`whoami`/Mars/datacenter/scripts/sourcefile39 source `dirname $0`/sourcefile 40 40 41 41 set -C -
trunk/MagicSoft/Mars/datacenter/scripts/doqualityplots
r7835 r7902 34 34 35 35 program=doqualityplots 36 source /home/`whoami`/Mars/datacenter/scripts/sourcefile36 source `dirname $0`/sourcefile 37 37 38 38 set -C -
trunk/MagicSoft/Mars/datacenter/scripts/dowebplots
r7836 r7902 33 33 34 34 program=dowebplots 35 source /home/`whoami`/Mars/datacenter/scripts/sourcefile35 source `dirname $0`/sourcefile 36 36 37 37 set -C -
trunk/MagicSoft/Mars/datacenter/scripts/filesondisk
r7835 r7902 45 45 # 46 46 47 source /home/`whoami`/Mars/datacenter/scripts/sourcefile47 source `dirname $0`/sourcefile 48 48 49 49 set -C -
trunk/MagicSoft/Mars/datacenter/scripts/fillcallisto
r7835 r7902 38 38 39 39 program=fillcallisto 40 source /home/`whoami`/Mars/datacenter/scripts/sourcefile40 source `dirname $0`/sourcefile 41 41 42 42 set -C -
trunk/MagicSoft/Mars/datacenter/scripts/fillganymed
r7835 r7902 37 37 38 38 program=fillganymed 39 source /home/`whoami`/Mars/datacenter/scripts/sourcefile39 source `dirname $0`/sourcefile 40 40 41 41 set -C -
trunk/MagicSoft/Mars/datacenter/scripts/fillstar
r7835 r7902 37 37 38 38 program=fillstar 39 source /home/`whoami`/Mars/datacenter/scripts/sourcefile39 source `dirname $0`/sourcefile 40 40 41 41 set -C -
trunk/MagicSoft/Mars/datacenter/scripts/insertdatasets
r7835 r7902 33 33 34 34 program=insertdatasets 35 source /home/`whoami`/Mars/datacenter/scripts/sourcefile35 source `dirname $0`/sourcefile 36 36 37 37 set -C -
trunk/MagicSoft/Mars/datacenter/scripts/insertsequences
r7835 r7902 34 34 35 35 program=insertsequences 36 source /home/`whoami`/Mars/datacenter/scripts/sourcefile36 source `dirname $0`/sourcefile 37 37 38 38 set -C -
trunk/MagicSoft/Mars/datacenter/scripts/linkmc
r7835 r7902 43 43 44 44 program=linkmc 45 source /home/`whoami`/Mars/datacenter/scripts/sourcefile45 source `dirname $0`/sourcefile 46 46 47 47 set -C -
trunk/MagicSoft/Mars/datacenter/scripts/makecallistolinks
r7863 r7902 34 34 35 35 program=makecallistolinks 36 source /home/`whoami`/Mars/datacenter/scripts/sourcefile36 source `dirname $0`/sourcefile 37 37 38 38 set -C -
trunk/MagicSoft/Mars/datacenter/scripts/mcsequences
r7835 r7902 35 35 36 36 program=mcsequences 37 source /home/`whoami`/Mars/datacenter/scripts/sourcefile37 source `dirname $0`/sourcefile 38 38 39 39 set -C -
trunk/MagicSoft/Mars/datacenter/scripts/movingrawfiles
r7835 r7902 30 30 # 31 31 32 source /home/`whoami`/Mars/datacenter/scripts/sourcefile32 source `dirname $0`/sourcefile 33 33 34 34 set -C -
trunk/MagicSoft/Mars/datacenter/scripts/processmcsequences
r7835 r7902 33 33 34 34 program=processmcsequences 35 source /home/`whoami`/Mars/datacenter/scripts/sourcefile35 source `dirname $0`/sourcefile 36 36 37 37 set -C -
trunk/MagicSoft/Mars/datacenter/scripts/rmlocks
r7835 r7902 37 37 # 38 38 39 source /home/`whoami`/Mars/datacenter/scripts/sourcefile39 source `dirname $0`/sourcefile 40 40 41 41 files=`ls $lockpath/*` -
trunk/MagicSoft/Mars/datacenter/scripts/runcallisto
r7835 r7902 38 38 39 39 program=callisto 40 source /home/`whoami`/Mars/datacenter/scripts/sourcefile40 source `dirname $0`/sourcefile 41 41 42 42 set -C -
trunk/MagicSoft/Mars/datacenter/scripts/runganymed
r7835 r7902 38 38 39 39 program=ganymed 40 source /home/`whoami`/Mars/datacenter/scripts/sourcefile40 source `dirname $0`/sourcefile 41 41 42 42 set -C -
trunk/MagicSoft/Mars/datacenter/scripts/runstar
r7835 r7902 38 38 39 39 program=star 40 source /home/`whoami`/Mars/datacenter/scripts/sourcefile40 source `dirname $0`/sourcefile 41 41 42 42 set -C -
trunk/MagicSoft/Mars/datacenter/scripts/sourcefile
r7835 r7902 33 33 export PATH=$PATH:$ROOTSYS/bin 34 34 35 mars=/home/`whoami`/Mars 35 mars=`dirname $0 | sed -e 's/\/datacenter\/scripts//'` 36 36 37 macrospath=$mars/datacenter/macros 37 38 scriptspath=$mars/datacenter/scripts … … 46 47 sequpath=/magic/sequences 47 48 datasetpath=/magic/datasets 49 50 webpath=/www/htdocs/datacenter 48 51 49 52 datetime=`date +%F-%H-%M-%S` -
trunk/MagicSoft/Mars/datacenter/scripts/writesequencefiles
r7835 r7902 37 37 38 38 program=writesequencefile 39 source /home/`whoami`/Mars/datacenter/scripts/sourcefile39 source `dirname $0`/sourcefile 40 40 41 41 set -C
Note:
See TracChangeset
for help on using the changeset viewer.