annotate argnorm.xml @ 1:d8e95a03321a draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit 4de98d11ef4e46d92c545f665499be8fd714bac5
author iuc
date Wed, 23 Apr 2025 09:04:24 +0000
parents bae2bc0f1b66
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
d8e95a03321a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit 4de98d11ef4e46d92c545f665499be8fd714bac5
iuc
parents: 0
diff changeset
1 <tool id="argnorm" name="argNorm" version="@VERSION@+galaxy@VERSION_SUFFIX@" profile="23.0">
0
bae2bc0f1b66 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit cc4c7a0c31ae4bed0c1f0955f3aa72ccdec3b132
iuc
parents:
diff changeset
2 <description>a tool to normalize antibiotic resistance genes (ARGs) by mapping them to the antibiotic resistance ontology (ARO)</description>
bae2bc0f1b66 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit cc4c7a0c31ae4bed0c1f0955f3aa72ccdec3b132
iuc
parents:
diff changeset
3 <macros>
1
d8e95a03321a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit 4de98d11ef4e46d92c545f665499be8fd714bac5
iuc
parents: 0
diff changeset
4 <token name="@VERSION@">1.0.0</token>
d8e95a03321a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit 4de98d11ef4e46d92c545f665499be8fd714bac5
iuc
parents: 0
diff changeset
5 <token name="@VERSION_SUFFIX@">0</token>
0
bae2bc0f1b66 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit cc4c7a0c31ae4bed0c1f0955f3aa72ccdec3b132
iuc
parents:
diff changeset
6 </macros>
bae2bc0f1b66 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit cc4c7a0c31ae4bed0c1f0955f3aa72ccdec3b132
iuc
parents:
diff changeset
7 <xrefs>
bae2bc0f1b66 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit cc4c7a0c31ae4bed0c1f0955f3aa72ccdec3b132
iuc
parents:
diff changeset
8 <xref type="bio.tools">argnorm</xref>
bae2bc0f1b66 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit cc4c7a0c31ae4bed0c1f0955f3aa72ccdec3b132
iuc
parents:
diff changeset
9 </xrefs>
bae2bc0f1b66 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit cc4c7a0c31ae4bed0c1f0955f3aa72ccdec3b132
iuc
parents:
diff changeset
10 <requirements>
bae2bc0f1b66 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit cc4c7a0c31ae4bed0c1f0955f3aa72ccdec3b132
iuc
parents:
diff changeset
11 <requirement type="package" version="@VERSION@">argnorm</requirement>
bae2bc0f1b66 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit cc4c7a0c31ae4bed0c1f0955f3aa72ccdec3b132
iuc
parents:
diff changeset
12 </requirements>
bae2bc0f1b66 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit cc4c7a0c31ae4bed0c1f0955f3aa72ccdec3b132
iuc
parents:
diff changeset
13 <command detect_errors="exit_code"><![CDATA[
bae2bc0f1b66 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit cc4c7a0c31ae4bed0c1f0955f3aa72ccdec3b132
iuc
parents:
diff changeset
14 argnorm
1
d8e95a03321a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit 4de98d11ef4e46d92c545f665499be8fd714bac5
iuc
parents: 0
diff changeset
15 '$choose_tool.tool'
d8e95a03321a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit 4de98d11ef4e46d92c545f665499be8fd714bac5
iuc
parents: 0
diff changeset
16 #if $choose_tool.tool == "abricate" or $choose_tool.tool == "groot"
0
bae2bc0f1b66 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit cc4c7a0c31ae4bed0c1f0955f3aa72ccdec3b132
iuc
parents:
diff changeset
17 --db '$db'
1
d8e95a03321a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit 4de98d11ef4e46d92c545f665499be8fd714bac5
iuc
parents: 0
diff changeset
18 #end if
0
bae2bc0f1b66 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit cc4c7a0c31ae4bed0c1f0955f3aa72ccdec3b132
iuc
parents:
diff changeset
19 -i '$input'
bae2bc0f1b66 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit cc4c7a0c31ae4bed0c1f0955f3aa72ccdec3b132
iuc
parents:
diff changeset
20 -o '$output'
1
d8e95a03321a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit 4de98d11ef4e46d92c545f665499be8fd714bac5
iuc
parents: 0
diff changeset
21 #if $choose_tool.tool == "hamronization"
0
bae2bc0f1b66 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit cc4c7a0c31ae4bed0c1f0955f3aa72ccdec3b132
iuc
parents:
diff changeset
22 $hamronized
1
d8e95a03321a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit 4de98d11ef4e46d92c545f665499be8fd714bac5
iuc
parents: 0
diff changeset
23 #end if
0
bae2bc0f1b66 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit cc4c7a0c31ae4bed0c1f0955f3aa72ccdec3b132
iuc
parents:
diff changeset
24 ]]></command>
bae2bc0f1b66 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit cc4c7a0c31ae4bed0c1f0955f3aa72ccdec3b132
iuc
parents:
diff changeset
25 <inputs>
bae2bc0f1b66 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit cc4c7a0c31ae4bed0c1f0955f3aa72ccdec3b132
iuc
parents:
diff changeset
26 <param type="data" name="input" format="tsv,txt" label="Specify input file" help="-i" />
1
d8e95a03321a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit 4de98d11ef4e46d92c545f665499be8fd714bac5
iuc
parents: 0
diff changeset
27 <conditional name="choose_tool">
d8e95a03321a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit 4de98d11ef4e46d92c545f665499be8fd714bac5
iuc
parents: 0
diff changeset
28 <param type="select" name="tool" label="The tool used to do ARG annotation" help="" >
d8e95a03321a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit 4de98d11ef4e46d92c545f665499be8fd714bac5
iuc
parents: 0
diff changeset
29 <option value="deeparg" selected="true">DeepARG</option>
d8e95a03321a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit 4de98d11ef4e46d92c545f665499be8fd714bac5
iuc
parents: 0
diff changeset
30 <option value="argsoap">ARGs-OAP</option>
d8e95a03321a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit 4de98d11ef4e46d92c545f665499be8fd714bac5
iuc
parents: 0
diff changeset
31 <option value="abricate">ABRicate</option>
d8e95a03321a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit 4de98d11ef4e46d92c545f665499be8fd714bac5
iuc
parents: 0
diff changeset
32 <option value="resfinder">ResFinder</option>
d8e95a03321a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit 4de98d11ef4e46d92c545f665499be8fd714bac5
iuc
parents: 0
diff changeset
33 <option value="amrfinderplus">AMRFinderPlus</option>
d8e95a03321a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit 4de98d11ef4e46d92c545f665499be8fd714bac5
iuc
parents: 0
diff changeset
34 <option value="groot">Groot</option>
d8e95a03321a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit 4de98d11ef4e46d92c545f665499be8fd714bac5
iuc
parents: 0
diff changeset
35 <option value="hamronization">hAMRonization</option>
d8e95a03321a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit 4de98d11ef4e46d92c545f665499be8fd714bac5
iuc
parents: 0
diff changeset
36 </param>
d8e95a03321a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit 4de98d11ef4e46d92c545f665499be8fd714bac5
iuc
parents: 0
diff changeset
37 <when value="deeparg">
d8e95a03321a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit 4de98d11ef4e46d92c545f665499be8fd714bac5
iuc
parents: 0
diff changeset
38 </when>
d8e95a03321a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit 4de98d11ef4e46d92c545f665499be8fd714bac5
iuc
parents: 0
diff changeset
39 <when value="argsoap">
d8e95a03321a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit 4de98d11ef4e46d92c545f665499be8fd714bac5
iuc
parents: 0
diff changeset
40 </when>
d8e95a03321a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit 4de98d11ef4e46d92c545f665499be8fd714bac5
iuc
parents: 0
diff changeset
41 <when value="abricate">
d8e95a03321a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit 4de98d11ef4e46d92c545f665499be8fd714bac5
iuc
parents: 0
diff changeset
42 <param type="select" argument="--db" label="The database you used to do ARG annotation">
d8e95a03321a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit 4de98d11ef4e46d92c545f665499be8fd714bac5
iuc
parents: 0
diff changeset
43 <option value="sarg" selected="true">SARG</option>
d8e95a03321a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit 4de98d11ef4e46d92c545f665499be8fd714bac5
iuc
parents: 0
diff changeset
44 <option value="ncbi">NCBI</option>
d8e95a03321a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit 4de98d11ef4e46d92c545f665499be8fd714bac5
iuc
parents: 0
diff changeset
45 <option value="resfinder">ResFinder</option>
d8e95a03321a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit 4de98d11ef4e46d92c545f665499be8fd714bac5
iuc
parents: 0
diff changeset
46 <option value="resfinderfg">ResFinder FG</option>
d8e95a03321a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit 4de98d11ef4e46d92c545f665499be8fd714bac5
iuc
parents: 0
diff changeset
47 <option value="deeparg" selected="true">DeepARG</option>
d8e95a03321a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit 4de98d11ef4e46d92c545f665499be8fd714bac5
iuc
parents: 0
diff changeset
48 <option value="megares">MEGARes</option>
d8e95a03321a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit 4de98d11ef4e46d92c545f665499be8fd714bac5
iuc
parents: 0
diff changeset
49 <option value="argannot">ARG-ANNOT</option>
d8e95a03321a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit 4de98d11ef4e46d92c545f665499be8fd714bac5
iuc
parents: 0
diff changeset
50 </param>
d8e95a03321a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit 4de98d11ef4e46d92c545f665499be8fd714bac5
iuc
parents: 0
diff changeset
51 </when>
d8e95a03321a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit 4de98d11ef4e46d92c545f665499be8fd714bac5
iuc
parents: 0
diff changeset
52 <when value="resfinder">
d8e95a03321a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit 4de98d11ef4e46d92c545f665499be8fd714bac5
iuc
parents: 0
diff changeset
53 </when>
d8e95a03321a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit 4de98d11ef4e46d92c545f665499be8fd714bac5
iuc
parents: 0
diff changeset
54 <when value="amrfinderplus">
d8e95a03321a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit 4de98d11ef4e46d92c545f665499be8fd714bac5
iuc
parents: 0
diff changeset
55 </when>
d8e95a03321a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit 4de98d11ef4e46d92c545f665499be8fd714bac5
iuc
parents: 0
diff changeset
56 <when value="groot">
d8e95a03321a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit 4de98d11ef4e46d92c545f665499be8fd714bac5
iuc
parents: 0
diff changeset
57 <param type="select" argument="--db" label="The database you used to do ARG annotation">
d8e95a03321a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit 4de98d11ef4e46d92c545f665499be8fd714bac5
iuc
parents: 0
diff changeset
58 <option value="groot-resfinder">Groot ResFinder database </option>
d8e95a03321a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit 4de98d11ef4e46d92c545f665499be8fd714bac5
iuc
parents: 0
diff changeset
59 <option value="groot-argannot">Groot ARG-ANNOT database </option>
d8e95a03321a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit 4de98d11ef4e46d92c545f665499be8fd714bac5
iuc
parents: 0
diff changeset
60 <option value="groot-card">Groot CARD database </option>
d8e95a03321a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit 4de98d11ef4e46d92c545f665499be8fd714bac5
iuc
parents: 0
diff changeset
61 <option value="groot-db">Groot DB (combining all sequences in ResFinder, ARG-annot and CARD)</option>
d8e95a03321a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit 4de98d11ef4e46d92c545f665499be8fd714bac5
iuc
parents: 0
diff changeset
62 <option value="groot-core-db">Groot Core DB (combining sequences that are present in each of ResFinder, ARG-annot and CARD databases)</option>
d8e95a03321a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit 4de98d11ef4e46d92c545f665499be8fd714bac5
iuc
parents: 0
diff changeset
63 </param>
d8e95a03321a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit 4de98d11ef4e46d92c545f665499be8fd714bac5
iuc
parents: 0
diff changeset
64 </when>
d8e95a03321a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit 4de98d11ef4e46d92c545f665499be8fd714bac5
iuc
parents: 0
diff changeset
65 <when value="hamronization">
d8e95a03321a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit 4de98d11ef4e46d92c545f665499be8fd714bac5
iuc
parents: 0
diff changeset
66 <param name="hamronized" type="boolean" label="Skip rows with unsupported tools" truevalue="--hamronization_skip_unsupported_tool" falsevalue="" checked="false" help="Combined hAMRonization results can have ARGs detected by unsupported tools (e.g. staramr), --hamronization_skip_unsupported_tool allows to skip rows with unsupported tools"/>
d8e95a03321a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit 4de98d11ef4e46d92c545f665499be8fd714bac5
iuc
parents: 0
diff changeset
67 </when>
d8e95a03321a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit 4de98d11ef4e46d92c545f665499be8fd714bac5
iuc
parents: 0
diff changeset
68 </conditional>
0
bae2bc0f1b66 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit cc4c7a0c31ae4bed0c1f0955f3aa72ccdec3b132
iuc
parents:
diff changeset
69 </inputs>
bae2bc0f1b66 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit cc4c7a0c31ae4bed0c1f0955f3aa72ccdec3b132
iuc
parents:
diff changeset
70 <outputs>
bae2bc0f1b66 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit cc4c7a0c31ae4bed0c1f0955f3aa72ccdec3b132
iuc
parents:
diff changeset
71 <data name="output" format="tsv" label="${tool.name} on ${on_string} : ARG normalized table" />
bae2bc0f1b66 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit cc4c7a0c31ae4bed0c1f0955f3aa72ccdec3b132
iuc
parents:
diff changeset
72 </outputs>
bae2bc0f1b66 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit cc4c7a0c31ae4bed0c1f0955f3aa72ccdec3b132
iuc
parents:
diff changeset
73 <tests>
bae2bc0f1b66 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit cc4c7a0c31ae4bed0c1f0955f3aa72ccdec3b132
iuc
parents:
diff changeset
74 <!-- Test 1 : input : tsv, output : tsv, tool : groot -->
bae2bc0f1b66 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit cc4c7a0c31ae4bed0c1f0955f3aa72ccdec3b132
iuc
parents:
diff changeset
75 <test>
bae2bc0f1b66 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit cc4c7a0c31ae4bed0c1f0955f3aa72ccdec3b132
iuc
parents:
diff changeset
76 <param name="input" value="resfinder_PSM7J199_R2.report"/>
1
d8e95a03321a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit 4de98d11ef4e46d92c545f665499be8fd714bac5
iuc
parents: 0
diff changeset
77 <conditional name="choose_tool">
d8e95a03321a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit 4de98d11ef4e46d92c545f665499be8fd714bac5
iuc
parents: 0
diff changeset
78 <param name="tool" value="groot"/>
d8e95a03321a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit 4de98d11ef4e46d92c545f665499be8fd714bac5
iuc
parents: 0
diff changeset
79 <param name="db" value="groot-resfinder"/>
d8e95a03321a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit 4de98d11ef4e46d92c545f665499be8fd714bac5
iuc
parents: 0
diff changeset
80 </conditional>
0
bae2bc0f1b66 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit cc4c7a0c31ae4bed0c1f0955f3aa72ccdec3b132
iuc
parents:
diff changeset
81 <output name="output" file="groot-resfinder-results.tsv"/>
bae2bc0f1b66 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit cc4c7a0c31ae4bed0c1f0955f3aa72ccdec3b132
iuc
parents:
diff changeset
82 </test>
bae2bc0f1b66 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit cc4c7a0c31ae4bed0c1f0955f3aa72ccdec3b132
iuc
parents:
diff changeset
83 <!-- Test 2 : input : txt, output : tsv, tool : argsoap -->
bae2bc0f1b66 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit cc4c7a0c31ae4bed0c1f0955f3aa72ccdec3b132
iuc
parents:
diff changeset
84 <test>
bae2bc0f1b66 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit cc4c7a0c31ae4bed0c1f0955f3aa72ccdec3b132
iuc
parents:
diff changeset
85 <param name="input" value="blastout.filtered.txt"/>
1
d8e95a03321a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit 4de98d11ef4e46d92c545f665499be8fd714bac5
iuc
parents: 0
diff changeset
86 <conditional name="choose_tool">
d8e95a03321a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit 4de98d11ef4e46d92c545f665499be8fd714bac5
iuc
parents: 0
diff changeset
87 <param name="tool" value="argsoap"/>
d8e95a03321a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit 4de98d11ef4e46d92c545f665499be8fd714bac5
iuc
parents: 0
diff changeset
88 </conditional>
0
bae2bc0f1b66 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit cc4c7a0c31ae4bed0c1f0955f3aa72ccdec3b132
iuc
parents:
diff changeset
89 <output name="output" file="blastout.filtered.argnorm.tsv"/>
bae2bc0f1b66 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit cc4c7a0c31ae4bed0c1f0955f3aa72ccdec3b132
iuc
parents:
diff changeset
90 </test>
1
d8e95a03321a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit 4de98d11ef4e46d92c545f665499be8fd714bac5
iuc
parents: 0
diff changeset
91 <!-- Test 3 : input : tsv, output : tsv, tool : deeparg, hamronize -->
0
bae2bc0f1b66 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit cc4c7a0c31ae4bed0c1f0955f3aa72ccdec3b132
iuc
parents:
diff changeset
92 <test>
bae2bc0f1b66 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit cc4c7a0c31ae4bed0c1f0955f3aa72ccdec3b132
iuc
parents:
diff changeset
93 <param name="input" value="deeparg_hamronize.tsv"/>
1
d8e95a03321a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit 4de98d11ef4e46d92c545f665499be8fd714bac5
iuc
parents: 0
diff changeset
94 <conditional name="choose_tool">
d8e95a03321a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit 4de98d11ef4e46d92c545f665499be8fd714bac5
iuc
parents: 0
diff changeset
95 <param name="tool" value="hamronization"/>
d8e95a03321a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit 4de98d11ef4e46d92c545f665499be8fd714bac5
iuc
parents: 0
diff changeset
96 <param name="hamronized" value="true"/>
d8e95a03321a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit 4de98d11ef4e46d92c545f665499be8fd714bac5
iuc
parents: 0
diff changeset
97 </conditional>
0
bae2bc0f1b66 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit cc4c7a0c31ae4bed0c1f0955f3aa72ccdec3b132
iuc
parents:
diff changeset
98 <output name="output" file="deeparg_hamronize_argnorm_results.tsv"/>
bae2bc0f1b66 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit cc4c7a0c31ae4bed0c1f0955f3aa72ccdec3b132
iuc
parents:
diff changeset
99 </test>
bae2bc0f1b66 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit cc4c7a0c31ae4bed0c1f0955f3aa72ccdec3b132
iuc
parents:
diff changeset
100 </tests>
bae2bc0f1b66 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit cc4c7a0c31ae4bed0c1f0955f3aa72ccdec3b132
iuc
parents:
diff changeset
101 <help><![CDATA[
bae2bc0f1b66 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit cc4c7a0c31ae4bed0c1f0955f3aa72ccdec3b132
iuc
parents:
diff changeset
102
bae2bc0f1b66 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit cc4c7a0c31ae4bed0c1f0955f3aa72ccdec3b132
iuc
parents:
diff changeset
103 argNorm is a tool to normalize antibiotic resistance genes (ARGs) by mapping them to the antibiotic resistance ontology (ARO) created by the CARD database.
bae2bc0f1b66 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit cc4c7a0c31ae4bed0c1f0955f3aa72ccdec3b132
iuc
parents:
diff changeset
104
bae2bc0f1b66 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit cc4c7a0c31ae4bed0c1f0955f3aa72ccdec3b132
iuc
parents:
diff changeset
105 argNorm also enhances antibiotic resistance gene annotations by providing drug categorization of the drugs that antibiotic resistance genes confer resistance to.
bae2bc0f1b66 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit cc4c7a0c31ae4bed0c1f0955f3aa72ccdec3b132
iuc
parents:
diff changeset
106
bae2bc0f1b66 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit cc4c7a0c31ae4bed0c1f0955f3aa72ccdec3b132
iuc
parents:
diff changeset
107 ]]></help>
bae2bc0f1b66 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit cc4c7a0c31ae4bed0c1f0955f3aa72ccdec3b132
iuc
parents:
diff changeset
108 <citations>
bae2bc0f1b66 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit cc4c7a0c31ae4bed0c1f0955f3aa72ccdec3b132
iuc
parents:
diff changeset
109 <citation type="doi">https://github.com/BigDataBiology/argNorm</citation>
bae2bc0f1b66 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit cc4c7a0c31ae4bed0c1f0955f3aa72ccdec3b132
iuc
parents:
diff changeset
110 </citations>
bae2bc0f1b66 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/argnorm commit cc4c7a0c31ae4bed0c1f0955f3aa72ccdec3b132
iuc
parents:
diff changeset
111 </tool>