diff lexmapr.xml @ 0:8a7f7261c761 draft default tip

planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/lexmapr commit f50ed223904d1471d35d6057a651caf0496d444d-dirty
author dfornika
date Mon, 08 Jul 2019 17:38:46 -0400
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/lexmapr.xml	Mon Jul 08 17:38:46 2019 -0400
@@ -0,0 +1,32 @@
+<tool id="lexmapr" name="lexmapr" version="@TOOL_VERSION@+galaxy0">
+    <description></description>
+    <macros>
+        <import>macros.xml</import>
+    </macros>
+    <requirements>
+      <requirement type="package" version="@TOOL_VERSION@">lexmapr</requirement>
+      <requirement type="package" version="3">python</requirement>
+    </requirements>
+    <version_command>lexmapr --version</version_command>
+    <command detect_errors="exit_code"><![CDATA[
+        lexmapr
+             '${input}'
+             > '${output}'
+    ]]></command>
+    <inputs>
+        <param name="input" type="data" format="csv" />
+    </inputs>
+    <outputs>
+        <data name="output" format="tabular" />
+    </outputs>
+    <tests>
+        <test>
+            <param name="input" value="small_simple_input.csv"/>
+            <output name="output" file="small_simple_output.tsv"/>
+        </test>
+    </tests>
+    <help><![CDATA[
+    ]]></help>
+    <citations>
+    </citations>
+</tool>