annotate hamronize_tool.xml @ 0:5fca34360c12 draft default tip

"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
author thanhlv
date Tue, 02 Feb 2021 21:18:52 +0000
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
1 <tool id="hamronize_tool" name="hamronize" version="@VERSION@+galaxy0">
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
2 <description> parse multiple Antimicrobial Resistance Analysis Reports into a common data structure</description>
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
3 <macros>
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
4 <import>macros.xml</import>
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
5 </macros>
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
6
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
7 <expand macro="requirements" />
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
8 <expand macro="version_command" />
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
9
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
10 <command detect_errors="exit_code"><![CDATA[
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
11 #set $extra_2_params = str("ariba,srax,csstar,groot").split(",")
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
12 #set $extra_1_param = $extra_2_params + str("amrfinderplus,rgi,resfinder4,deeparg,kmerresistance,srst2,amrplusplus,resfarms").split(",")
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
13
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
14 hamronize
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
15 ${select_tool.tool}
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
16 --analysis_software_version ${analysis_software_version}
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
17 --reference_database_version ${reference_database_version}
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
18 --format ${output_format}
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
19 #if $output_format == "tsv"
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
20 --output hamronized.tsv
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
21 #else
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
22 --output hamronized.json
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
23 #end if
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
24
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
25 #if $select_tool.tool in $extra_1_param
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
26 --input_file_name $select_tool.input_file_name
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
27 #end if
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
28
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
29 #if $select_tool.tool in $extra_2_params
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
30 --reference_database_id $select_tool.reference_database_id
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
31 #end if
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
32
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
33 $report
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
34 ]]> </command>
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
35
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
36 <inputs>
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
37 <param name="report" type="data" format="txt,tabular,tsv" label="Report file"/>
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
38 <conditional name="select_tool">
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
39 <param name="tool" type="select" label="Tool">
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
40 <option value="abricate" selected="true">abricate</option>
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
41 <option value="amrfinderplus">amrfinderplus</option>
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
42 <option value="ariba">ariba</option>
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
43 <option value="rgi">rgi</option>
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
44 <option value="resfinder">resfinder</option>
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
45 <option value="resfinder4">resfinder4</option>
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
46 <option value="srax">srax</option>
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
47 <option value="deeparg">deeparg</option>
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
48 <option value="kmerresistance">kmerresistance</option>
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
49 <option value="srst2">srst2</option>
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
50 <option value="staramr">staramr</option>
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
51 <option value="csstar">csstar</option>
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
52 <option value="amrplusplus">amrplusplus</option>
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
53 <option value="resfams">resfams</option>
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
54 <option value="groot">groot</option>
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
55 </param>
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
56 <when value="abricate" />
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
57 <when value="resfinder" />
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
58 <when value="staramr" />
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
59 <when value="amrfinderplus">
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
60 <param name="input_file_name" type="text" label="Input file name" help="A string of sample name which the tool scanned for..."></param>
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
61 </when>
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
62
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
63 <when value="ariba">
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
64 <param name="input_file_name" type="text" label="Input file name" help="Sample name which the tool scanned for..."></param>
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
65 <param name="reference_database_id" type="text" label="Reference database ID" help="String containing the reference_database_id for
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
66 ariba"></param>
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
67 </when>
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
68
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
69 <when value="rgi">
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
70 <param name="input_file_name" type="text" label="Input file name" help="Sample name which the tool scanned for..."></param>
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
71 </when>
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
72
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
73 <when value="resfinder4">
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
74 <param name="input_file_name" type="text" label="Input file name" help="Sample name which the tool scanned for..."></param>
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
75 </when>
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
76
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
77 <when value="srax">
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
78 <param name="input_file_name" type="text" label="Input file name" help="Sample name which the tool scanned for..."></param>
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
79 <param name="reference_database_id" type="text" label="Reference database ID" help="String containing the reference_database_id for
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
80 srax"></param>
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
81 </when>
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
82
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
83 <when value="deeparg">
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
84 <param name="input_file_name" type="text" label="Input file name" help="Sample name which the tool scanned for..."></param>
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
85 </when>
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
86
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
87 <when value="kmerresistance">
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
88 <param name="input_file_name" type="text" label="Input file name" help="Sample name which the tool scanned for..."></param>
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
89 </when>
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
90
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
91 <when value="srst2">
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
92 <param name="input_file_name" type="text" label="Input file name" help="Sample name which the tool scanned for..."></param>
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
93 </when>
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
94
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
95 <when value="csstar">
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
96 <param name="input_file_name" type="text" label="Input file name" help="Sample name which the tool scanned for..."></param>
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
97 <param name="reference_database_id" type="text" label="Reference database ID" help="String containing the reference_database_id for
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
98 csstar"></param>
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
99 </when>
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
100
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
101 <when value="amrplusplus">
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
102 <param name="input_file_name" type="text" label="Input file name" help="Sample name which the tool scanned for..."></param>
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
103 </when>
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
104
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
105 <when value="resfams">
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
106 <param name="input_file_name" type="text" label="Input file name" help="Sample name which the tool scanned for..."></param>
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
107 </when>
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
108
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
109 <when value="groot">
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
110 <param name="input_file_name" type="text" label="Input file name" help="Sample name which the tool scanned for..."></param>
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
111 <param name="reference_database_id" type="text" label="Reference database ID" help="String containing the reference_database_id for
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
112 grotm"></param>
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
113 </when>
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
114 </conditional>
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
115 <param name="output_format" type="select" label="Output format" multiple="false" display="radio">
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
116 <option value="tsv" selected="True">tsv</option>
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
117 <option value="json">json</option>
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
118 </param>
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
119 <param name="analysis_software_version" type="text" label="Analysis software version"></param>
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
120 <param name="reference_database_version" type="text" label="Reference database version"></param>
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
121 </inputs>
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
122
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
123 <outputs>
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
124 <data format="tsv" name="output_tsv" label="${tool.name} on ${on_string}: Output" from_work_dir="hamronized.tsv">
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
125 <filter>output_format == "tsv"</filter>
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
126 </data>
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
127 <data format="json" name="output_json" label="${tool.name} on ${on_string}: Output" from_work_dir="hamronized.json">
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
128 <filter>output_format == "json"</filter>
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
129 </data>
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
130 </outputs>
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
131 <tests>
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
132 <!-- abricate -->
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
133 <test expect_num_outputs="1">
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
134 <param name="report" value="abricate/report.tsv" ftype="tsv" />
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
135 <param name="tool" value="abricate" />
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
136 <param name="output_format" value="tsv" />
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
137 <param name="reference_database_version" value="db_v_1" />
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
138 <param name="analysis_software_version" value="tool_v_1" />
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
139 <output name="output_tsv" ftype="tsv" file="hamronized_abricate.tsv" />
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
140 </test>
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
141 <test expect_num_outputs="1">
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
142 <param name="report" value="abricate/report.tsv" ftype="tsv" />
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
143 <param name="tool" value="abricate" />
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
144 <param name="output_format" value="json" />
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
145 <param name="reference_database_version" value="db_v_1" />
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
146 <param name="analysis_software_version" value="tool_v_1" />
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
147 <output name="output_json" ftype="json" file="hamronized_abricate.json" />
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
148 </test>
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
149 <!-- ariba -->
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
150 <test expect_num_outputs="1">
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
151 <param name="report" value="ariba/report.tsv" ftype="tsv" />
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
152 <param name="tool" value="ariba" />
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
153 <param name="output_format" value="tsv" />
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
154 <param name="reference_database_version" value="db_v_1" />
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
155 <param name="analysis_software_version" value="ariba_v1" />
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
156 <param name="input_file_name" value="ariba_report" />
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
157 <param name="reference_database_id" value="dbname" />
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
158 <output name="output_tsv" ftype="tsv" file="hamronized_ariba.tsv" />
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
159 </test>
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
160 <!-- rgi -->
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
161 <test expect_num_outputs="1">
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
162 <param name="report" value="rgi/rgi.txt" ftype="txt" />
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
163 <param name="tool" value="rgi" />
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
164 <param name="output_format" value="tsv" />
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
165 <param name="reference_database_version" value="card_v1" />
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
166 <param name="analysis_software_version" value="rgi_v1" />
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
167 <param name="input_file_name" value="rgi_report" />
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
168 <output name="output_tsv" ftype="tsv" file="hamronized_rgi.tsv" />
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
169 </test>
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
170 </tests>
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
171 <help><![CDATA[
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
172 Hamronize parse multiple Antimicrobial Resistance Analysis Reports into a common data structure
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
173 ]]> </help>
5fca34360c12 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/hamronization commit f4357e288c6ab3d1abf0dd8a8b4ccee72cbf1924-dirty"
thanhlv
parents:
diff changeset
174 </tool>