Mercurial > repos > cstrittmatter > lexmapr
diff lexmapr.xml @ 0:3b1817b8011e
"planemo upload"
author | cstrittmatter |
---|---|
date | Mon, 21 Mar 2022 17:44:50 -0400 |
parents | |
children | f619fecf25fd |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lexmapr.xml Mon Mar 21 17:44:50 2022 -0400 @@ -0,0 +1,28 @@ +<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[cat ${input} > input.csv && lexmapr ./input.csv > ${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>