Mercurial > repos > dfornika > mentalist
annotate tools/mentalist_distance/mentalist_distance.xml @ 62:931bd8ac187d draft
planemo upload for repository https://github.com/WGS-TB/MentaLiST/tree/master/galaxy commit f59b512dfb769d6dd7e5e992a78bbe60d992ef78-dirty
author | dfornika |
---|---|
date | Wed, 13 Jun 2018 18:06:37 -0400 |
parents | 35f9c28b6fbb |
children | 03c37b300f43 |
rev | line source |
---|---|
61
35f9c28b6fbb
planemo upload for repository https://github.com/WGS-TB/MentaLiST/tree/master/galaxy commit f59b512dfb769d6dd7e5e992a78bbe60d992ef78-dirty
dfornika
parents:
58
diff
changeset
|
1 <tool id="mentalist_distance" name="MentaLiST Distance Matrix" version="0.1.8"> |
57
1f765046e008
planemo upload for repository https://github.com/WGS-TB/MentaLiST/tree/master/galaxy commit 19fe25442b374ea0f257838a9acfa8ff5ee3fcf2-dirty
dfornika
parents:
55
diff
changeset
|
2 <requirements> |
1f765046e008
planemo upload for repository https://github.com/WGS-TB/MentaLiST/tree/master/galaxy commit 19fe25442b374ea0f257838a9acfa8ff5ee3fcf2-dirty
dfornika
parents:
55
diff
changeset
|
3 <requirement type="package" version="3.4.1">r-base</requirement> |
1f765046e008
planemo upload for repository https://github.com/WGS-TB/MentaLiST/tree/master/galaxy commit 19fe25442b374ea0f257838a9acfa8ff5ee3fcf2-dirty
dfornika
parents:
55
diff
changeset
|
4 </requirements> |
55
30cddbcc549b
planemo upload for repository https://github.com/WGS-TB/MentaLiST/tree/master/galaxy commit f8c92831eef76c170c55da87b82697cb44118de8-dirty
dfornika
parents:
diff
changeset
|
5 <command detect_errors="exit_code"><![CDATA[ |
30cddbcc549b
planemo upload for repository https://github.com/WGS-TB/MentaLiST/tree/master/galaxy commit f8c92831eef76c170c55da87b82697cb44118de8-dirty
dfornika
parents:
diff
changeset
|
6 $__tool_directory__/mentalist_distance |
30cddbcc549b
planemo upload for repository https://github.com/WGS-TB/MentaLiST/tree/master/galaxy commit f8c92831eef76c170c55da87b82697cb44118de8-dirty
dfornika
parents:
diff
changeset
|
7 '${input}' |
30cddbcc549b
planemo upload for repository https://github.com/WGS-TB/MentaLiST/tree/master/galaxy commit f8c92831eef76c170c55da87b82697cb44118de8-dirty
dfornika
parents:
diff
changeset
|
8 > '${output}' |
30cddbcc549b
planemo upload for repository https://github.com/WGS-TB/MentaLiST/tree/master/galaxy commit f8c92831eef76c170c55da87b82697cb44118de8-dirty
dfornika
parents:
diff
changeset
|
9 ]]></command> |
30cddbcc549b
planemo upload for repository https://github.com/WGS-TB/MentaLiST/tree/master/galaxy commit f8c92831eef76c170c55da87b82697cb44118de8-dirty
dfornika
parents:
diff
changeset
|
10 <inputs> |
30cddbcc549b
planemo upload for repository https://github.com/WGS-TB/MentaLiST/tree/master/galaxy commit f8c92831eef76c170c55da87b82697cb44118de8-dirty
dfornika
parents:
diff
changeset
|
11 <param name="input" type="data" format="tabular" label="MentaLiST Calls" help=""/> |
30cddbcc549b
planemo upload for repository https://github.com/WGS-TB/MentaLiST/tree/master/galaxy commit f8c92831eef76c170c55da87b82697cb44118de8-dirty
dfornika
parents:
diff
changeset
|
12 </inputs> |
30cddbcc549b
planemo upload for repository https://github.com/WGS-TB/MentaLiST/tree/master/galaxy commit f8c92831eef76c170c55da87b82697cb44118de8-dirty
dfornika
parents:
diff
changeset
|
13 <outputs> |
30cddbcc549b
planemo upload for repository https://github.com/WGS-TB/MentaLiST/tree/master/galaxy commit f8c92831eef76c170c55da87b82697cb44118de8-dirty
dfornika
parents:
diff
changeset
|
14 <data name="output" format="tabular"/> |
30cddbcc549b
planemo upload for repository https://github.com/WGS-TB/MentaLiST/tree/master/galaxy commit f8c92831eef76c170c55da87b82697cb44118de8-dirty
dfornika
parents:
diff
changeset
|
15 </outputs> |
30cddbcc549b
planemo upload for repository https://github.com/WGS-TB/MentaLiST/tree/master/galaxy commit f8c92831eef76c170c55da87b82697cb44118de8-dirty
dfornika
parents:
diff
changeset
|
16 <tests> |
30cddbcc549b
planemo upload for repository https://github.com/WGS-TB/MentaLiST/tree/master/galaxy commit f8c92831eef76c170c55da87b82697cb44118de8-dirty
dfornika
parents:
diff
changeset
|
17 <test> |
58
97c29398c1c5
planemo upload for repository https://github.com/WGS-TB/MentaLiST/tree/master/galaxy commit 141a199133b54e86a7501d6dfc68e9d77c7150ea
dfornika
parents:
57
diff
changeset
|
18 <param name="input" value="mentalist_distance/small_input_00.tsv" /> |
97c29398c1c5
planemo upload for repository https://github.com/WGS-TB/MentaLiST/tree/master/galaxy commit 141a199133b54e86a7501d6dfc68e9d77c7150ea
dfornika
parents:
57
diff
changeset
|
19 <output name="output" file="mentalist_distance/small_output_00.tsv" /> |
55
30cddbcc549b
planemo upload for repository https://github.com/WGS-TB/MentaLiST/tree/master/galaxy commit f8c92831eef76c170c55da87b82697cb44118de8-dirty
dfornika
parents:
diff
changeset
|
20 </test> |
30cddbcc549b
planemo upload for repository https://github.com/WGS-TB/MentaLiST/tree/master/galaxy commit f8c92831eef76c170c55da87b82697cb44118de8-dirty
dfornika
parents:
diff
changeset
|
21 <test> |
58
97c29398c1c5
planemo upload for repository https://github.com/WGS-TB/MentaLiST/tree/master/galaxy commit 141a199133b54e86a7501d6dfc68e9d77c7150ea
dfornika
parents:
57
diff
changeset
|
22 <param name="input" value="mentalist_distance/med_input_00.tsv" /> |
97c29398c1c5
planemo upload for repository https://github.com/WGS-TB/MentaLiST/tree/master/galaxy commit 141a199133b54e86a7501d6dfc68e9d77c7150ea
dfornika
parents:
57
diff
changeset
|
23 <output name="output" file="mentalist_distance/med_output_00.tsv" /> |
55
30cddbcc549b
planemo upload for repository https://github.com/WGS-TB/MentaLiST/tree/master/galaxy commit f8c92831eef76c170c55da87b82697cb44118de8-dirty
dfornika
parents:
diff
changeset
|
24 </test> |
30cddbcc549b
planemo upload for repository https://github.com/WGS-TB/MentaLiST/tree/master/galaxy commit f8c92831eef76c170c55da87b82697cb44118de8-dirty
dfornika
parents:
diff
changeset
|
25 <test> |
58
97c29398c1c5
planemo upload for repository https://github.com/WGS-TB/MentaLiST/tree/master/galaxy commit 141a199133b54e86a7501d6dfc68e9d77c7150ea
dfornika
parents:
57
diff
changeset
|
26 <param name="input" value="mentalist_distance/large_input_00.tsv" /> |
97c29398c1c5
planemo upload for repository https://github.com/WGS-TB/MentaLiST/tree/master/galaxy commit 141a199133b54e86a7501d6dfc68e9d77c7150ea
dfornika
parents:
57
diff
changeset
|
27 <output name="output" file="mentalist_distance/large_output_00.tsv" /> |
55
30cddbcc549b
planemo upload for repository https://github.com/WGS-TB/MentaLiST/tree/master/galaxy commit f8c92831eef76c170c55da87b82697cb44118de8-dirty
dfornika
parents:
diff
changeset
|
28 </test> |
30cddbcc549b
planemo upload for repository https://github.com/WGS-TB/MentaLiST/tree/master/galaxy commit f8c92831eef76c170c55da87b82697cb44118de8-dirty
dfornika
parents:
diff
changeset
|
29 </tests> |
30cddbcc549b
planemo upload for repository https://github.com/WGS-TB/MentaLiST/tree/master/galaxy commit f8c92831eef76c170c55da87b82697cb44118de8-dirty
dfornika
parents:
diff
changeset
|
30 <help><![CDATA[ |
30cddbcc549b
planemo upload for repository https://github.com/WGS-TB/MentaLiST/tree/master/galaxy commit f8c92831eef76c170c55da87b82697cb44118de8-dirty
dfornika
parents:
diff
changeset
|
31 mentalist_distance <input.tsv> |
30cddbcc549b
planemo upload for repository https://github.com/WGS-TB/MentaLiST/tree/master/galaxy commit f8c92831eef76c170c55da87b82697cb44118de8-dirty
dfornika
parents:
diff
changeset
|
32 ]]></help> |
30cddbcc549b
planemo upload for repository https://github.com/WGS-TB/MentaLiST/tree/master/galaxy commit f8c92831eef76c170c55da87b82697cb44118de8-dirty
dfornika
parents:
diff
changeset
|
33 <citations> |
30cddbcc549b
planemo upload for repository https://github.com/WGS-TB/MentaLiST/tree/master/galaxy commit f8c92831eef76c170c55da87b82697cb44118de8-dirty
dfornika
parents:
diff
changeset
|
34 </citations> |
30cddbcc549b
planemo upload for repository https://github.com/WGS-TB/MentaLiST/tree/master/galaxy commit f8c92831eef76c170c55da87b82697cb44118de8-dirty
dfornika
parents:
diff
changeset
|
35 </tool> |