comparison 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
comparison
equal deleted inserted replaced
0:181dd378275c 1:4676e145a44e
1 <tool id="addValue" name="Add column"> 1 <tool id="addValue" name="Add column">
2 <description>to an existing dataset</description> 2 <description>to an existing dataset</description>
3 <command interpreter="perl">fixedValueColumn.pl $input $out_file1 "$exp" $iterate</command> 3 <command interpreter="perl">fixedValueColumn.pl "${input}" "${out_file1}" "${exp}" "${iterate}"</command>
4 <inputs> 4 <inputs>
5 <param name="exp" size="20" type="text" value="1" label="Add this value"/> 5 <param name="exp" size="20" type="text" value="1" label="Add this value"/>
6 <param format="tabular" name="input" type="data" label="to Dataset" help="Dataset missing? See TIP below" /> 6 <param format="tabular" name="input" type="data" label="to Dataset" help="Dataset missing? See TIP below" />
7 <param name="iterate" type="select" label="Iterate?"> 7 <param name="iterate" type="select" label="Iterate?">
8 <option value="no">NO</option> 8 <option value="no">NO</option>