Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 9610)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 9611)
@@ -19,4 +19,12 @@
                                                  -*-*- END OF LINE -*-*-
 
+ 2010/07/06 Daniela Dorner
+
+   * datacenter/scripts/runstar_mc:
+     - fixed typo
+     - added inpath to command line
+
+
+
  2010/07/05 Daniela Dorner
 
Index: /trunk/MagicSoft/Mars/datacenter/scripts/runstar_mc
===================================================================
--- /trunk/MagicSoft/Mars/datacenter/scripts/runstar_mc	(revision 9610)
+++ /trunk/MagicSoft/Mars/datacenter/scripts/runstar_mc	(revision 9611)
@@ -54,8 +54,9 @@
 makedir $outpath
 log=$outpath/$program`printf %08d $sequence`
+inpath=$mcpath/callisto/`printf %03d $cereskey`/`printf %08d $sequence | cut -c 1-4`/`printf %08d $sequence | cut -c 5-8`
 
 setstatus "start"
 
-command="./star -b -q -v4 -f --out=$outpath --log=$log.log --html=$log.html sequfile"
+command="./star -b -q -v4 -f --ind=$inpath --out=$outpath --log=$log.log --html=$log.html $sequfile"
 printprocesslog "INFO executing "$command
 $command
