Mercurial > repos > devteam > add_value
diff fixedValueColumn.xml @ 1:4676e145a44e
Updated command line format per dev team standards.
author | InitHello <inithello@gmail.com> |
---|---|
date | Mon, 01 Apr 2013 13:48:07 -0400 |
parents | 181dd378275c |
children | cd36813b813f |
line wrap: on
line diff
--- a/fixedValueColumn.xml Tue Dec 04 10:37:05 2012 -0500 +++ b/fixedValueColumn.xml Mon Apr 01 13:48:07 2013 -0400 @@ -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" />