Mercurial > repos > dfornika > lexmapr
view 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 source
<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>