3
|
1 <tool id="tab2csv" name="Tabular to CSV" version="0.2">
|
|
2 <description>converter</description>
|
|
3 <command interpreter="bash">
|
|
4 tab2csv.sh $input_file $output_file $dq
|
|
5 </command>
|
|
6 <inputs>
|
|
7 <param name="input_file" type="data" format="tabular" label="File (tabular)"/>
|
|
8 <param name="dq" type="boolean" truevalue="--double-quotation" falsevalue="" checked="False" label="Double quotation" />
|
|
9 </inputs>
|
|
10 <outputs>
|
|
11 <data name="output_file" format="csv" label="${tool.name} on ${on_string}"/>
|
|
12 </outputs>
|
|
13 <help>
|
|
14 **What it does**
|
|
15 </help>
|
|
16 </tool>
|