Mercurial > repos > dfornika > lexmapr
comparison 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 |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:8a7f7261c761 |
|---|---|
| 1 <tool id="lexmapr" name="lexmapr" version="@TOOL_VERSION@+galaxy0"> | |
| 2 <description></description> | |
| 3 <macros> | |
| 4 <import>macros.xml</import> | |
| 5 </macros> | |
| 6 <requirements> | |
| 7 <requirement type="package" version="@TOOL_VERSION@">lexmapr</requirement> | |
| 8 <requirement type="package" version="3">python</requirement> | |
| 9 </requirements> | |
| 10 <version_command>lexmapr --version</version_command> | |
| 11 <command detect_errors="exit_code"><![CDATA[ | |
| 12 lexmapr | |
| 13 '${input}' | |
| 14 > '${output}' | |
| 15 ]]></command> | |
| 16 <inputs> | |
| 17 <param name="input" type="data" format="csv" /> | |
| 18 </inputs> | |
| 19 <outputs> | |
| 20 <data name="output" format="tabular" /> | |
| 21 </outputs> | |
| 22 <tests> | |
| 23 <test> | |
| 24 <param name="input" value="small_simple_input.csv"/> | |
| 25 <output name="output" file="small_simple_output.tsv"/> | |
| 26 </test> | |
| 27 </tests> | |
| 28 <help><![CDATA[ | |
| 29 ]]></help> | |
| 30 <citations> | |
| 31 </citations> | |
| 32 </tool> |
