Changeset 9611 for trunk/MagicSoft


Ignore:
Timestamp:
07/06/10 15:58:15 (14 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r9610 r9611  
    1919                                                 -*-*- END OF LINE -*-*-
    2020
     21 2010/07/06 Daniela Dorner
     22
     23   * datacenter/scripts/runstar_mc:
     24     - fixed typo
     25     - added inpath to command line
     26
     27
     28
    2129 2010/07/05 Daniela Dorner
    2230
  • trunk/MagicSoft/Mars/datacenter/scripts/runstar_mc

    r9605 r9611  
    5454makedir $outpath
    5555log=$outpath/$program`printf %08d $sequence`
     56inpath=$mcpath/callisto/`printf %03d $cereskey`/`printf %08d $sequence | cut -c 1-4`/`printf %08d $sequence | cut -c 5-8`
    5657
    5758setstatus "start"
    5859
    59 command="./star -b -q -v4 -f --out=$outpath --log=$log.log --html=$log.html sequfile"
     60command="./star -b -q -v4 -f --ind=$inpath --out=$outpath --log=$log.log --html=$log.html $sequfile"
    6061printprocesslog "INFO executing "$command
    6162$command
Note: See TracChangeset for help on using the changeset viewer.