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

ketan at ci.uchicago.edu ketan at ci.uchicago.edu
Fri Jan 31 14:29:31 CST 2014


Author: ketan
Date: 2014-01-31 14:29:31 -0600 (Fri, 31 Jan 2014)
New Revision: 7538

Modified:
   SwiftApps/swift-galaxy/swift/swiftforeachlist.xml
   SwiftApps/swift-galaxy/swift/swiftforeachrange.xml
Log:
Galaxy does not like env vars

Modified: SwiftApps/swift-galaxy/swift/swiftforeachlist.xml
===================================================================
--- SwiftApps/swift-galaxy/swift/swiftforeachlist.xml	2014-01-31 15:55:26 UTC (rev 7537)
+++ SwiftApps/swift-galaxy/swift/swiftforeachlist.xml	2014-01-31 20:29:31 UTC (rev 7538)
@@ -21,7 +21,7 @@
 
     <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="$HOME/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="/tmp/swift-sandbox" label="location for output files" help="Swift will write output files here on disc"></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-01-31 15:55:26 UTC (rev 7537)
+++ SwiftApps/swift-galaxy/swift/swiftforeachrange.xml	2014-01-31 20:29:31 UTC (rev 7538)
@@ -27,7 +27,7 @@
     <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="$HOME/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="/tmp/swift-sandbox" label="location for output files" help="Swift will write output files here on disc"></param>
 
     <conditional name="configuration">
         <param name="mode" type="select" label="Swift configuration">




More information about the Swift-commit mailing list