[Swift-commit] r5979 - SwiftApps/EpiSnp
    wilde at ci.uchicago.edu 
    wilde at ci.uchicago.edu
       
    Fri Oct 19 12:34:48 CDT 2012
    
    
  
Author: wilde
Date: 2012-10-19 12:34:48 -0500 (Fri, 19 Oct 2012)
New Revision: 5979
Added:
   SwiftApps/EpiSnp/README
   SwiftApps/EpiSnp/runepisnp.sh
Modified:
   SwiftApps/EpiSnp/cf
Log:
Add README and initial run script.
Added: SwiftApps/EpiSnp/README
===================================================================
--- SwiftApps/EpiSnp/README	                        (rev 0)
+++ SwiftApps/EpiSnp/README	2012-10-19 17:34:48 UTC (rev 5979)
@@ -0,0 +1,5 @@
+To run:
+
+  ./runepisnp.sh N
+
+where N is the number of app calls to run.
Modified: SwiftApps/EpiSnp/cf
===================================================================
--- SwiftApps/EpiSnp/cf	2012-10-19 17:18:04 UTC (rev 5978)
+++ SwiftApps/EpiSnp/cf	2012-10-19 17:34:48 UTC (rev 5979)
@@ -358,3 +358,4 @@
 execution.retries=0
 lazy.errors=false
 status.mode=provider
+use.wrapper.staging=false
\ No newline at end of file
Added: SwiftApps/EpiSnp/runepisnp.sh
===================================================================
--- SwiftApps/EpiSnp/runepisnp.sh	                        (rev 0)
+++ SwiftApps/EpiSnp/runepisnp.sh	2012-10-19 17:34:48 UTC (rev 5979)
@@ -0,0 +1,3 @@
+#! /bin/sh
+
+swift -config cf -tc.file tc -sites.file sites.xml episnp.swift -nRuns=${1:-1}
Property changes on: SwiftApps/EpiSnp/runepisnp.sh
___________________________________________________________________
Added: svn:executable
   + *
    
    
More information about the Swift-commit
mailing list