Mercurial > repos > iuc > hamronize_tool
annotate hamronize_tool.xml @ 3:e13b801516dd draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit b4943555d76f7e352de3f396c51d3dfb90ed633d
author | iuc |
---|---|
date | Fri, 09 Feb 2024 21:27:18 +0000 |
parents | ec82fac4eb4b |
children | cbfa52c8f1ef |
rev | line source |
---|---|
1
ec82fac4eb4b
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit b872ea086ebd98be64839e7bbb1ddf7a181943d0"
iuc
parents:
0
diff
changeset
|
1 <tool id="hamronize_tool" name="hamronize" version="@TOOL_VERSION@+galaxy1" profile="@PROFILE@"> |
0
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
2 <description> parse multiple Antimicrobial Resistance Analysis Reports into a common data structure</description> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
3 <macros> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
4 <import>macros.xml</import> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
5 </macros> |
3
e13b801516dd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit b4943555d76f7e352de3f396c51d3dfb90ed633d
iuc
parents:
1
diff
changeset
|
6 <expand macro="bio_tools"/> |
0
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
7 <expand macro="requirements" /> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
8 <expand macro="version_command" /> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
9 |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
10 <command detect_errors="exit_code"><![CDATA[ |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
11 #set $extra_2_params = str("ariba,srax,csstar,groot").split(",") |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
12 #set $extra_1_param = $extra_2_params + str("amrfinderplus,rgi,resfinder4,deeparg,kmerresistance,srst2,amrplusplus,resfarms").split(",") |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
13 |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
14 hamronize |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
15 ${select_tool.tool} |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
16 --analysis_software_version '${analysis_software_version}' |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
17 --reference_database_version '${reference_database_version}' |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
18 --format ${output_format} |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
19 #if $output_format == "tsv" |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
20 --output hamronized.tsv |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
21 #else |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
22 --output hamronized.json |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
23 #end if |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
24 |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
25 #if $select_tool.tool in $extra_1_param |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
26 --input_file_name $select_tool.input_file_name |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
27 #end if |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
28 |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
29 #if $select_tool.tool in $extra_2_params |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
30 --reference_database_id $select_tool.reference_database_id |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
31 #end if |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
32 |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
33 $report |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
34 ]]> </command> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
35 |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
36 <inputs> |
1
ec82fac4eb4b
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit b872ea086ebd98be64839e7bbb1ddf7a181943d0"
iuc
parents:
0
diff
changeset
|
37 <param name="report" type="data" format="txt,tabular" label="Report file"/> |
0
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
38 <conditional name="select_tool"> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
39 <param name="tool" type="select" label="Tool"> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
40 <option value="abricate" selected="true">abricate</option> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
41 <option value="amrfinderplus">amrfinderplus</option> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
42 <option value="ariba">ariba</option> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
43 <option value="rgi">rgi</option> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
44 <option value="resfinder">resfinder</option> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
45 <option value="resfinder4">resfinder4</option> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
46 <option value="srax">srax</option> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
47 <option value="deeparg">deeparg</option> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
48 <option value="kmerresistance">kmerresistance</option> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
49 <option value="srst2">srst2</option> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
50 <option value="staramr">staramr</option> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
51 <option value="csstar">csstar</option> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
52 <option value="amrplusplus">amrplusplus</option> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
53 <option value="resfams">resfams</option> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
54 <option value="groot">groot</option> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
55 </param> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
56 <when value="abricate" /> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
57 <when value="resfinder" /> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
58 <when value="staramr" /> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
59 <when value="amrfinderplus"> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
60 <expand macro="input_file_name"/> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
61 </when> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
62 <when value="ariba"> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
63 <expand macro="input_file_name"/> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
64 <expand macro="reference_database_id"/> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
65 </when> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
66 <when value="rgi"> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
67 <expand macro="input_file_name"/> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
68 </when> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
69 <when value="resfinder4"> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
70 <expand macro="input_file_name"/> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
71 </when> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
72 <when value="srax"> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
73 <expand macro="input_file_name"/> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
74 <expand macro="reference_database_id"/> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
75 </when> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
76 <when value="deeparg"> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
77 <expand macro="input_file_name"/> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
78 </when> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
79 <when value="kmerresistance"> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
80 <expand macro="input_file_name"/> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
81 </when> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
82 <when value="srst2"> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
83 <expand macro="input_file_name"/> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
84 </when> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
85 <when value="csstar"> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
86 <expand macro="input_file_name"/> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
87 <expand macro="reference_database_id"/> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
88 </when> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
89 <when value="amrplusplus"> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
90 <expand macro="input_file_name"/> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
91 </when> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
92 <when value="resfams"> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
93 <expand macro="input_file_name"/> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
94 </when> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
95 <when value="groot"> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
96 <expand macro="input_file_name"/> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
97 <expand macro="reference_database_id"/> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
98 </when> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
99 </conditional> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
100 <param name="output_format" type="select" label="Output format" multiple="false" display="radio"> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
101 <option value="tsv" selected="True">tsv</option> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
102 <option value="json">json</option> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
103 </param> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
104 <param name="analysis_software_version" type="text" label="Analysis software version"></param> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
105 <param name="reference_database_version" type="text" label="Reference database version"></param> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
106 </inputs> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
107 |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
108 <outputs> |
3
e13b801516dd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit b4943555d76f7e352de3f396c51d3dfb90ed633d
iuc
parents:
1
diff
changeset
|
109 <data format="tabular" name="output_tsv" label="${tool.name} on ${on_string}: Table" from_work_dir="hamronized.tsv"> |
0
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
110 <filter>output_format == "tsv"</filter> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
111 </data> |
3
e13b801516dd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit b4943555d76f7e352de3f396c51d3dfb90ed633d
iuc
parents:
1
diff
changeset
|
112 <data format="json" name="output_json" label="${tool.name} on ${on_string}: JSON" from_work_dir="hamronized.json"> |
0
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
113 <filter>output_format == "json"</filter> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
114 </data> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
115 </outputs> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
116 <tests> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
117 <!-- abricate --> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
118 <test expect_num_outputs="1"> |
1
ec82fac4eb4b
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit b872ea086ebd98be64839e7bbb1ddf7a181943d0"
iuc
parents:
0
diff
changeset
|
119 <param name="report" value="abricate/report.tsv" ftype="tabular" /> |
0
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
120 <param name="tool" value="abricate" /> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
121 <param name="output_format" value="tsv" /> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
122 <param name="reference_database_version" value="db_v_1" /> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
123 <param name="analysis_software_version" value="tool_v_1" /> |
1
ec82fac4eb4b
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit b872ea086ebd98be64839e7bbb1ddf7a181943d0"
iuc
parents:
0
diff
changeset
|
124 <output name="output_tsv" file="hamronized_abricate.tsv" ftype="tabular" /> |
0
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
125 </test> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
126 <test expect_num_outputs="1"> |
1
ec82fac4eb4b
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit b872ea086ebd98be64839e7bbb1ddf7a181943d0"
iuc
parents:
0
diff
changeset
|
127 <param name="report" value="abricate/report.tsv" ftype="tabular" /> |
0
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
128 <param name="tool" value="abricate" /> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
129 <param name="output_format" value="json" /> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
130 <param name="reference_database_version" value="db_v_1" /> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
131 <param name="analysis_software_version" value="tool_v_1" /> |
1
ec82fac4eb4b
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit b872ea086ebd98be64839e7bbb1ddf7a181943d0"
iuc
parents:
0
diff
changeset
|
132 <output name="output_json" file="hamronized_abricate.json" ftype="json" /> |
0
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
133 </test> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
134 <!-- ariba --> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
135 <test expect_num_outputs="1"> |
1
ec82fac4eb4b
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit b872ea086ebd98be64839e7bbb1ddf7a181943d0"
iuc
parents:
0
diff
changeset
|
136 <param name="report" value="ariba/report.tsv" ftype="tabular" /> |
0
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
137 <param name="tool" value="ariba" /> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
138 <param name="output_format" value="tsv" /> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
139 <param name="reference_database_version" value="db_v_1" /> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
140 <param name="analysis_software_version" value="ariba_v1" /> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
141 <param name="input_file_name" value="ariba_report" /> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
142 <param name="reference_database_id" value="dbname" /> |
1
ec82fac4eb4b
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit b872ea086ebd98be64839e7bbb1ddf7a181943d0"
iuc
parents:
0
diff
changeset
|
143 <output name="output_tsv" file="hamronized_ariba.tsv" ftype="tabular" /> |
0
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
144 </test> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
145 <!-- rgi --> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
146 <test expect_num_outputs="1"> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
147 <param name="report" value="rgi/rgi.txt" ftype="txt" /> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
148 <param name="tool" value="rgi" /> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
149 <param name="output_format" value="tsv" /> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
150 <param name="reference_database_version" value="card_v1" /> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
151 <param name="analysis_software_version" value="rgi_v1" /> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
152 <param name="input_file_name" value="rgi_report" /> |
1
ec82fac4eb4b
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit b872ea086ebd98be64839e7bbb1ddf7a181943d0"
iuc
parents:
0
diff
changeset
|
153 <output name="output_tsv" file="hamronized_rgi.tsv" ftype="tabular"/> |
0
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
154 </test> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
155 </tests> |
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
156 <help><![CDATA[ |
3
e13b801516dd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit b4943555d76f7e352de3f396c51d3dfb90ed633d
iuc
parents:
1
diff
changeset
|
157 **What it does** |
e13b801516dd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit b4943555d76f7e352de3f396c51d3dfb90ed633d
iuc
parents:
1
diff
changeset
|
158 |
e13b801516dd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit b4943555d76f7e352de3f396c51d3dfb90ed633d
iuc
parents:
1
diff
changeset
|
159 Hamronize parse multiple Antimicrobial Resistance Analysis Reports into a common data structure |
0
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
160 |
3
e13b801516dd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit b4943555d76f7e352de3f396c51d3dfb90ed633d
iuc
parents:
1
diff
changeset
|
161 **Inputs** |
e13b801516dd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit b4943555d76f7e352de3f396c51d3dfb90ed633d
iuc
parents:
1
diff
changeset
|
162 |
e13b801516dd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit b4943555d76f7e352de3f396c51d3dfb90ed633d
iuc
parents:
1
diff
changeset
|
163 Depends on the tools with hAMRonizable reports: |
0
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
164 |
3
e13b801516dd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit b4943555d76f7e352de3f396c51d3dfb90ed633d
iuc
parents:
1
diff
changeset
|
165 * abricate: abricate's output report i.e., OUTPUT.tsv |
e13b801516dd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit b4943555d76f7e352de3f396c51d3dfb90ed633d
iuc
parents:
1
diff
changeset
|
166 * amrfinderplus: amrfinderplus's output report i.e., OUTPUT.tsv |
e13b801516dd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit b4943555d76f7e352de3f396c51d3dfb90ed633d
iuc
parents:
1
diff
changeset
|
167 * ariba: ariba's output report i.e., OUTDIR/OUTPUT.tsv |
e13b801516dd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit b4943555d76f7e352de3f396c51d3dfb90ed633d
iuc
parents:
1
diff
changeset
|
168 * rgi: rgi's output report i.e., OUTPUT.txt or OUTPUT_bwtoutput.gene_mapping_data.txt |
e13b801516dd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit b4943555d76f7e352de3f396c51d3dfb90ed633d
iuc
parents:
1
diff
changeset
|
169 * resfinder: resfinder's output report i.e., data_resfinder.json |
e13b801516dd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit b4943555d76f7e352de3f396c51d3dfb90ed633d
iuc
parents:
1
diff
changeset
|
170 * resfinder4: resfinder4's tabular output report i.e., ResFinder_results_tab.txt |
e13b801516dd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit b4943555d76f7e352de3f396c51d3dfb90ed633d
iuc
parents:
1
diff
changeset
|
171 * srax: srax's output report i.e., sraX_detected_ARGs.tsv |
e13b801516dd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit b4943555d76f7e352de3f396c51d3dfb90ed633d
iuc
parents:
1
diff
changeset
|
172 * deeparg: deeparg's output report i.e., OUTDIR/OUTPUT.mapping.ARG |
e13b801516dd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit b4943555d76f7e352de3f396c51d3dfb90ed633d
iuc
parents:
1
diff
changeset
|
173 * kmerresistance: kmerresistance's output report i.e., OUTPUT.KmerRes |
e13b801516dd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit b4943555d76f7e352de3f396c51d3dfb90ed633d
iuc
parents:
1
diff
changeset
|
174 * srst2: srst2's output report i.e., OUTPUT_srst2_report.tsv |
e13b801516dd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit b4943555d76f7e352de3f396c51d3dfb90ed633d
iuc
parents:
1
diff
changeset
|
175 * staramr: staramr's output report i.e., resfinder.tsv |
e13b801516dd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit b4943555d76f7e352de3f396c51d3dfb90ed633d
iuc
parents:
1
diff
changeset
|
176 * csstar: csstar's output report i.e., OUTPUT.tsv |
e13b801516dd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit b4943555d76f7e352de3f396c51d3dfb90ed633d
iuc
parents:
1
diff
changeset
|
177 * amrplusplus: amrplusplus's output report i.e., gene.tsv |
e13b801516dd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit b4943555d76f7e352de3f396c51d3dfb90ed633d
iuc
parents:
1
diff
changeset
|
178 * resfams: resfams's output report i.e., resfams.tblout |
e13b801516dd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit b4943555d76f7e352de3f396c51d3dfb90ed633d
iuc
parents:
1
diff
changeset
|
179 * groot: groot's output report i.e., OUTPUT.tsv (from `groot report`) |
0
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
180 |
3
e13b801516dd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit b4943555d76f7e352de3f396c51d3dfb90ed633d
iuc
parents:
1
diff
changeset
|
181 More: https://github.com/pha4ge/hAMRonization/#usage |
0
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
182 |
3
e13b801516dd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit b4943555d76f7e352de3f396c51d3dfb90ed633d
iuc
parents:
1
diff
changeset
|
183 ]]></help> |
e13b801516dd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit b4943555d76f7e352de3f396c51d3dfb90ed633d
iuc
parents:
1
diff
changeset
|
184 <expand macro="citations"/> |
0
d2590ecc4189
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hamronization commit 17562209ea2b5b8b28f229a5c305e468b04be58e"
iuc
parents:
diff
changeset
|
185 </tool> |