Changeset 8688 for trunk/MagicSoft/Mars/datacenter
- Timestamp:
- 08/21/07 18:06:53 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/runcallisto
r8525 r8688 70 70 makedir $outpath >> $scriptlog 2>&1 71 71 sequfile="$sequpath/$no/sequence$no2.txt" 72 73 # stage the needed files; to be removed as soon as the correct stub file size has been determined 74 echo "staging files:" >> $scriptlog 2>&1 75 date=`grep Night $sequfile | cut -c 18-27 | sed -e "s/-/\//g"` 76 runs=`grep ^Runs $sequfile | cut -d: -f2` 77 i=0 78 79 for run in ${runs[@]} 80 do 81 files[i]=20*_0*${run}_[PCD]_*_E.raw.gz 82 echo ${files[i]} >> $scriptlog 2>&1 83 let i++ 84 done 85 86 ssh -nx phoenix "cd $datapath/rawfiles/${date}; /opt/SUNWsamfs/bin/stage ${files[@]}" 87 72 88 73 89 # define callisto.rc files
Note:
See TracChangeset
for help on using the changeset viewer.