changeset 3:abea0f0eb524 draft

Uploaded
author sem4j
date Wed, 25 Sep 2013 02:04:06 -0400
parents 701007edc6cf
children cae968c828b8
files tab2csv.xml
diffstat 1 files changed, 16 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tab2csv.xml	Wed Sep 25 02:04:06 2013 -0400
@@ -0,0 +1,16 @@
+<tool id="tab2csv" name="Tabular to CSV" version="0.2">
+  <description>converter</description>
+  <command interpreter="bash">
+    tab2csv.sh $input_file $output_file $dq
+  </command>
+  <inputs>
+    <param name="input_file" type="data" format="tabular" label="File (tabular)"/>
+    <param name="dq" type="boolean" truevalue="--double-quotation" falsevalue="" checked="False" label="Double quotation" />
+  </inputs>
+  <outputs>
+    <data name="output_file" format="csv" label="${tool.name} on ${on_string}"/>
+  </outputs>
+  <help>
+**What it does**
+  </help>
+</tool>