Mercurial > repos > devteam > merge_cols
diff mergeCols.xml @ 1:f2aac0c5c60d
Added quotes and brackets to appropriate command arguments
author | greg <greg@bx.psu.edu> |
---|---|
date | Mon, 01 Apr 2013 15:13:57 -0400 |
parents | 28ca7552e884 |
children | dd40b1e9eebe |
line wrap: on
line diff
--- a/mergeCols.xml Tue Dec 04 11:00:46 2012 -0500 +++ b/mergeCols.xml Mon Apr 01 15:13:57 2013 -0400 @@ -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