Mercurial > repos > dfornika > lexmapr
annotate 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 |
| rev | line source |
|---|---|
|
0
8a7f7261c761
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/lexmapr commit f50ed223904d1471d35d6057a651caf0496d444d-dirty
dfornika
parents:
diff
changeset
|
1 <tool id="lexmapr" name="lexmapr" version="@TOOL_VERSION@+galaxy0"> |
|
8a7f7261c761
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/lexmapr commit f50ed223904d1471d35d6057a651caf0496d444d-dirty
dfornika
parents:
diff
changeset
|
2 <description></description> |
|
8a7f7261c761
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/lexmapr commit f50ed223904d1471d35d6057a651caf0496d444d-dirty
dfornika
parents:
diff
changeset
|
3 <macros> |
|
8a7f7261c761
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/lexmapr commit f50ed223904d1471d35d6057a651caf0496d444d-dirty
dfornika
parents:
diff
changeset
|
4 <import>macros.xml</import> |
|
8a7f7261c761
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/lexmapr commit f50ed223904d1471d35d6057a651caf0496d444d-dirty
dfornika
parents:
diff
changeset
|
5 </macros> |
|
8a7f7261c761
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/lexmapr commit f50ed223904d1471d35d6057a651caf0496d444d-dirty
dfornika
parents:
diff
changeset
|
6 <requirements> |
|
8a7f7261c761
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/lexmapr commit f50ed223904d1471d35d6057a651caf0496d444d-dirty
dfornika
parents:
diff
changeset
|
7 <requirement type="package" version="@TOOL_VERSION@">lexmapr</requirement> |
|
8a7f7261c761
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/lexmapr commit f50ed223904d1471d35d6057a651caf0496d444d-dirty
dfornika
parents:
diff
changeset
|
8 <requirement type="package" version="3">python</requirement> |
|
8a7f7261c761
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/lexmapr commit f50ed223904d1471d35d6057a651caf0496d444d-dirty
dfornika
parents:
diff
changeset
|
9 </requirements> |
|
8a7f7261c761
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/lexmapr commit f50ed223904d1471d35d6057a651caf0496d444d-dirty
dfornika
parents:
diff
changeset
|
10 <version_command>lexmapr --version</version_command> |
|
8a7f7261c761
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/lexmapr commit f50ed223904d1471d35d6057a651caf0496d444d-dirty
dfornika
parents:
diff
changeset
|
11 <command detect_errors="exit_code"><![CDATA[ |
|
8a7f7261c761
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/lexmapr commit f50ed223904d1471d35d6057a651caf0496d444d-dirty
dfornika
parents:
diff
changeset
|
12 lexmapr |
|
8a7f7261c761
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/lexmapr commit f50ed223904d1471d35d6057a651caf0496d444d-dirty
dfornika
parents:
diff
changeset
|
13 '${input}' |
|
8a7f7261c761
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/lexmapr commit f50ed223904d1471d35d6057a651caf0496d444d-dirty
dfornika
parents:
diff
changeset
|
14 > '${output}' |
|
8a7f7261c761
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/lexmapr commit f50ed223904d1471d35d6057a651caf0496d444d-dirty
dfornika
parents:
diff
changeset
|
15 ]]></command> |
|
8a7f7261c761
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/lexmapr commit f50ed223904d1471d35d6057a651caf0496d444d-dirty
dfornika
parents:
diff
changeset
|
16 <inputs> |
|
8a7f7261c761
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/lexmapr commit f50ed223904d1471d35d6057a651caf0496d444d-dirty
dfornika
parents:
diff
changeset
|
17 <param name="input" type="data" format="csv" /> |
|
8a7f7261c761
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/lexmapr commit f50ed223904d1471d35d6057a651caf0496d444d-dirty
dfornika
parents:
diff
changeset
|
18 </inputs> |
|
8a7f7261c761
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/lexmapr commit f50ed223904d1471d35d6057a651caf0496d444d-dirty
dfornika
parents:
diff
changeset
|
19 <outputs> |
|
8a7f7261c761
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/lexmapr commit f50ed223904d1471d35d6057a651caf0496d444d-dirty
dfornika
parents:
diff
changeset
|
20 <data name="output" format="tabular" /> |
|
8a7f7261c761
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/lexmapr commit f50ed223904d1471d35d6057a651caf0496d444d-dirty
dfornika
parents:
diff
changeset
|
21 </outputs> |
|
8a7f7261c761
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/lexmapr commit f50ed223904d1471d35d6057a651caf0496d444d-dirty
dfornika
parents:
diff
changeset
|
22 <tests> |
|
8a7f7261c761
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/lexmapr commit f50ed223904d1471d35d6057a651caf0496d444d-dirty
dfornika
parents:
diff
changeset
|
23 <test> |
|
8a7f7261c761
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/lexmapr commit f50ed223904d1471d35d6057a651caf0496d444d-dirty
dfornika
parents:
diff
changeset
|
24 <param name="input" value="small_simple_input.csv"/> |
|
8a7f7261c761
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/lexmapr commit f50ed223904d1471d35d6057a651caf0496d444d-dirty
dfornika
parents:
diff
changeset
|
25 <output name="output" file="small_simple_output.tsv"/> |
|
8a7f7261c761
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/lexmapr commit f50ed223904d1471d35d6057a651caf0496d444d-dirty
dfornika
parents:
diff
changeset
|
26 </test> |
|
8a7f7261c761
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/lexmapr commit f50ed223904d1471d35d6057a651caf0496d444d-dirty
dfornika
parents:
diff
changeset
|
27 </tests> |
|
8a7f7261c761
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/lexmapr commit f50ed223904d1471d35d6057a651caf0496d444d-dirty
dfornika
parents:
diff
changeset
|
28 <help><![CDATA[ |
|
8a7f7261c761
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/lexmapr commit f50ed223904d1471d35d6057a651caf0496d444d-dirty
dfornika
parents:
diff
changeset
|
29 ]]></help> |
|
8a7f7261c761
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/lexmapr commit f50ed223904d1471d35d6057a651caf0496d444d-dirty
dfornika
parents:
diff
changeset
|
30 <citations> |
|
8a7f7261c761
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/lexmapr commit f50ed223904d1471d35d6057a651caf0496d444d-dirty
dfornika
parents:
diff
changeset
|
31 </citations> |
|
8a7f7261c761
planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/lexmapr commit f50ed223904d1471d35d6057a651caf0496d444d-dirty
dfornika
parents:
diff
changeset
|
32 </tool> |
