Repository 'merge_cols'
hg clone https://toolshed.g2.bx.psu.edu/repos/devteam/merge_cols

Changeset 1:f2aac0c5c60d (2013-04-01)
Previous changeset 0:28ca7552e884 (2012-12-04) Next changeset 2:dd40b1e9eebe (2020-06-03)
Commit message:
Added quotes and brackets to appropriate command arguments
modified:
mergeCols.xml
b
diff -r 28ca7552e884 -r f2aac0c5c60d mergeCols.xml
--- a/mergeCols.xml Tue Dec 04 11:00:46 2012 -0500
+++ b/mergeCols.xml Mon Apr 01 15:13:57 2013 -0400
b
@@ -2,10 +2,10 @@
   <description>together</description>
   <command interpreter="python">
    mergeCols.py 
-      $input1
-      $out_file1
-      $col1
-      $col2
+      "${input1}"
+      "${out_file1}"
+      "${col1}"
+      "${col2}"
       #for $col in $columns
         ${col.datacol}
       #end for