ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/mjarvis/SweetBatchSub.py
(Generate patch)

Comparing UserCode/mjarvis/SweetBatchSub.py (file contents):
Revision 1.1 by mjarvis, Thu Aug 26 22:33:06 2010 UTC vs.
Revision 1.2 by mjarvis, Thu Aug 26 22:39:02 2010 UTC

# Line 76 | Line 76 | def BatchRun(samples,analysis,config,out
76              newCode = p.sub(string, code)
77              ensure_dir(outputDir+"/"+sample.Name)
78              #replace batch run with normal "a.run()"
79 <            string = analysis+".Run( \""+outputDir+"/" +sample.Name +" \"," +config +", samples)"
79 >            string = analysis+".Run( \""+outputDir +sample.Name +"/\"," +config +", samples)"
80              newCode = q.sub(string, newCode)
81  
82              #write .py

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines