[Swift-commit] r7540 - SwiftApps/swift-galaxy/swift

ketan at ci.uchicago.edu ketan at ci.uchicago.edu
Sat Feb 1 11:17:50 CST 2014


Author: ketan
Date: 2014-02-01 11:17:49 -0600 (Sat, 01 Feb 2014)
New Revision: 7540

Modified:
   SwiftApps/swift-galaxy/swift/genericswift.xml
   SwiftApps/swift-galaxy/swift/swiftforeachlist.xml
   SwiftApps/swift-galaxy/swift/swiftforeachrange.xml
Log:
add sanitizer

Modified: SwiftApps/swift-galaxy/swift/genericswift.xml
===================================================================
--- SwiftApps/swift-galaxy/swift/genericswift.xml	2014-02-01 05:23:42 UTC (rev 7539)
+++ SwiftApps/swift-galaxy/swift/genericswift.xml	2014-02-01 17:17:49 UTC (rev 7540)
@@ -1,4 +1,4 @@
-<tool id="swift" name="Generic-Swift">
+<tool id="swift" name="Generic">
   <description>A generic Swift tool to run Swift workflows</description>
   
   <command interpreter="bash">

Modified: SwiftApps/swift-galaxy/swift/swiftforeachlist.xml
===================================================================
--- SwiftApps/swift-galaxy/swift/swiftforeachlist.xml	2014-02-01 05:23:42 UTC (rev 7539)
+++ SwiftApps/swift-galaxy/swift/swiftforeachlist.xml	2014-02-01 17:17:49 UTC (rev 7540)
@@ -1,4 +1,4 @@
-<tool id="swiftforeachlist" name="Swift-foreach-list">
+<tool id="swiftforeachlist" name="listforeach">
   <description>A tool to run executable over an itemlist via Swift foreach parallel construct</description>
   
   <command interpreter="bash">
@@ -21,7 +21,9 @@
 
     <param format="sh" name="executable" type="data" label="Executable"/>
     <param format="data" name="listfile" type="data" label="List file"/>
-    <param name="outloc" size="50" type="text" value="/tmp/swift-sandbox" label="location for output files" help="Swift will write output files here on disc"></param>
+    <param name="outloc" size="50" type="text" value="$HOME/swift-sandbox" label="location for output files" help="Swift will write output files here on disc">
+        <sanitizer sanitize="False"/>
+    </param>
     
     <conditional name="configuration">
         <param name="mode" type="select" label="Swift configuration">

Modified: SwiftApps/swift-galaxy/swift/swiftforeachrange.xml
===================================================================
--- SwiftApps/swift-galaxy/swift/swiftforeachrange.xml	2014-02-01 05:23:42 UTC (rev 7539)
+++ SwiftApps/swift-galaxy/swift/swiftforeachrange.xml	2014-02-01 17:17:49 UTC (rev 7540)
@@ -1,4 +1,4 @@
-<tool id="swiftforeachrange" name="Swift-foreach-range">
+<tool id="swiftforeachrange" name="numrangeforeach">
   <description>A generic tool to run executable via Swift foreach parallel construct</description>
   
   <command interpreter="bash">
@@ -27,7 +27,9 @@
     <param name="rend" size="2" type="integer"  value="9" label="end"/>
     <param name="stepsize" size="2" type="integer"  value="1" label="stepsize"/>
     
-    <param name="outloc" size="50" type="text" value="/tmp/swift-sandbox" label="location for output files" help="Swift will write output files here on disc"></param>
+    <param name="outloc" size="50" type="text" value="$HOME/swift-sandbox" label="location for output files" help="Swift will write output files here on disc">
+        <sanitizer sanitize="False" />
+    </param>
 
     <conditional name="configuration">
         <param name="mode" type="select" label="Swift configuration">




More information about the Swift-commit mailing list