| Previous changeset 0:181dd378275c (2012-12-04) Next changeset 2:cd36813b813f (2015-07-21) |
|
Commit message:
Updated command line format per dev team standards. |
|
modified:
fixedValueColumn.xml |
| b |
| diff -r 181dd378275c -r 4676e145a44e fixedValueColumn.xml --- a/fixedValueColumn.xml Tue Dec 04 10:37:05 2012 -0500 +++ b/fixedValueColumn.xml Mon Apr 01 13:48:07 2013 -0400 |
| b |
| @@ -1,6 +1,6 @@ <tool id="addValue" name="Add column"> <description>to an existing dataset</description> - <command interpreter="perl">fixedValueColumn.pl $input $out_file1 "$exp" $iterate</command> + <command interpreter="perl">fixedValueColumn.pl "${input}" "${out_file1}" "${exp}" "${iterate}"</command> <inputs> <param name="exp" size="20" type="text" value="1" label="Add this value"/> <param format="tabular" name="input" type="data" label="to Dataset" help="Dataset missing? See TIP below" /> |