annotate abricate.xml @ 8:b734db305578 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit fc114fbebd3b866c33d2ad95b028cb719651689a"
author iuc
date Wed, 22 Apr 2020 18:44:06 -0400
parents 1bb2ba6d3d96
children c2ef298da409
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4
78c75f134c16 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 1127a471ad5d1a75c311fa3be581476f5d8f9339
iuc
parents: 3
diff changeset
1 <tool id="abricate" name="ABRicate" version="@VERSION@">
78c75f134c16 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 1127a471ad5d1a75c311fa3be581476f5d8f9339
iuc
parents: 3
diff changeset
2 <description>
78c75f134c16 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 1127a471ad5d1a75c311fa3be581476f5d8f9339
iuc
parents: 3
diff changeset
3 Mass screening of contigs for antimicrobial and virulence genes
78c75f134c16 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 1127a471ad5d1a75c311fa3be581476f5d8f9339
iuc
parents: 3
diff changeset
4 </description>
6
1bb2ba6d3d96 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit b769b4cb086cc95f08ddf5da12e17faff3c689cc"
iuc
parents: 5
diff changeset
5 <edam_topics>
1bb2ba6d3d96 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit b769b4cb086cc95f08ddf5da12e17faff3c689cc"
iuc
parents: 5
diff changeset
6 <edam_topic>topic_0622</edam_topic>
1bb2ba6d3d96 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit b769b4cb086cc95f08ddf5da12e17faff3c689cc"
iuc
parents: 5
diff changeset
7 <edam_topic>topic_3301</edam_topic>
1bb2ba6d3d96 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit b769b4cb086cc95f08ddf5da12e17faff3c689cc"
iuc
parents: 5
diff changeset
8 </edam_topics>
1bb2ba6d3d96 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit b769b4cb086cc95f08ddf5da12e17faff3c689cc"
iuc
parents: 5
diff changeset
9 <edam_operations>
1bb2ba6d3d96 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit b769b4cb086cc95f08ddf5da12e17faff3c689cc"
iuc
parents: 5
diff changeset
10 <edam_operation>operation_3482</edam_operation>
1bb2ba6d3d96 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit b769b4cb086cc95f08ddf5da12e17faff3c689cc"
iuc
parents: 5
diff changeset
11 </edam_operations>
4
78c75f134c16 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 1127a471ad5d1a75c311fa3be581476f5d8f9339
iuc
parents: 3
diff changeset
12 <macros>
78c75f134c16 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 1127a471ad5d1a75c311fa3be581476f5d8f9339
iuc
parents: 3
diff changeset
13 <import>macros.xml</import>
78c75f134c16 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 1127a471ad5d1a75c311fa3be581476f5d8f9339
iuc
parents: 3
diff changeset
14 </macros>
78c75f134c16 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 1127a471ad5d1a75c311fa3be581476f5d8f9339
iuc
parents: 3
diff changeset
15 <expand macro="requirements" />
78c75f134c16 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 1127a471ad5d1a75c311fa3be581476f5d8f9339
iuc
parents: 3
diff changeset
16 <expand macro="version_command" />
0
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
17
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
18 <command detect_errors="exit_code"><![CDATA[
5
f9bf6a8d8547 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit c272325e121abb0582d2a50759ee04b43f327d4d"
iuc
parents: 4
diff changeset
19 #import re
f9bf6a8d8547 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit c272325e121abb0582d2a50759ee04b43f327d4d"
iuc
parents: 4
diff changeset
20 #set $sample_name = re.sub('[^\w\-_\.]', '_', $file_input.element_identifier)
f9bf6a8d8547 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit c272325e121abb0582d2a50759ee04b43f327d4d"
iuc
parents: 4
diff changeset
21
f9bf6a8d8547 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit c272325e121abb0582d2a50759ee04b43f327d4d"
iuc
parents: 4
diff changeset
22 ln -sf '${file_input}' ${sample_name} &&
8
b734db305578 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit fc114fbebd3b866c33d2ad95b028cb719651689a"
iuc
parents: 6
diff changeset
23
5
f9bf6a8d8547 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit c272325e121abb0582d2a50759ee04b43f327d4d"
iuc
parents: 4
diff changeset
24 abricate ${sample_name}
2
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
25 $adv.no_header
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
26 #if $adv.min_dna_id
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
27 --minid=$adv.min_dna_id
0
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
28 #end if
8
b734db305578 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit fc114fbebd3b866c33d2ad95b028cb719651689a"
iuc
parents: 6
diff changeset
29 #if $adv.min_cov
b734db305578 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit fc114fbebd3b866c33d2ad95b028cb719651689a"
iuc
parents: 6
diff changeset
30 --mincov=$adv.min_cov
b734db305578 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit fc114fbebd3b866c33d2ad95b028cb719651689a"
iuc
parents: 6
diff changeset
31 #end if
2
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
32 --db=$adv.db
1
15197951a756 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 626b990b38e0585abfb6a06a2516ff498dc2257b
iuc
parents: 0
diff changeset
33 > '$report'
0
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
34 ]]></command>
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
35
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
36 <inputs>
2
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
37 <param name="file_input" type="data" format="fasta,genbank,embl" label="Input file (Fasta, Genbank or EMBL file)" help="To screen for antibiotic resistant genes, can be a fasta file, a genbank file or an EMBL file." />
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
38 <section name="adv" title="Advanced options" expanded="False">
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
39 <param argument="--db" type="select" label="Database to use - default is 'resfinder'" help="Option to switch to other AMR/other database">
4
78c75f134c16 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 1127a471ad5d1a75c311fa3be581476f5d8f9339
iuc
parents: 3
diff changeset
40 <option value="argannot">ARG-ANNOT</option>
78c75f134c16 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 1127a471ad5d1a75c311fa3be581476f5d8f9339
iuc
parents: 3
diff changeset
41 <option value="card">CARD</option>
78c75f134c16 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 1127a471ad5d1a75c311fa3be581476f5d8f9339
iuc
parents: 3
diff changeset
42 <option value="ecoh">EcOH</option>
78c75f134c16 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 1127a471ad5d1a75c311fa3be581476f5d8f9339
iuc
parents: 3
diff changeset
43 <option value="ncbi">NCBI Bacterial Antimicrobial Resistance Reference Gene Database</option>
78c75f134c16 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 1127a471ad5d1a75c311fa3be581476f5d8f9339
iuc
parents: 3
diff changeset
44 <option value="resfinder" selected="true">Resfinder</option>
78c75f134c16 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 1127a471ad5d1a75c311fa3be581476f5d8f9339
iuc
parents: 3
diff changeset
45 <option value="plasmidfinder">PlasmidFinder</option>
78c75f134c16 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 1127a471ad5d1a75c311fa3be581476f5d8f9339
iuc
parents: 3
diff changeset
46 <option value="vfdb">VFDB</option>
8
b734db305578 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit fc114fbebd3b866c33d2ad95b028cb719651689a"
iuc
parents: 6
diff changeset
47 <option value="megares">megares</option>
b734db305578 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit fc114fbebd3b866c33d2ad95b028cb719651689a"
iuc
parents: 6
diff changeset
48 <option value="ecoli_vf">Ecoli_VF</option>
0
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
49 </param>
2
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
50 <param name="no_header" argument="--noheader" type="boolean" truevalue="--noheader" falsevalue="" label="Suppress header" help="Suppress output file's column headings" />
8
b734db305578 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit fc114fbebd3b866c33d2ad95b028cb719651689a"
iuc
parents: 6
diff changeset
51 <param name="min_dna_id" argument="--minid" type="float" value="80" min="0" max="100" optional="true" label="Minimum DNA %identity" />
b734db305578 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit fc114fbebd3b866c33d2ad95b028cb719651689a"
iuc
parents: 6
diff changeset
52 <param name="min_cov" argument="--mincov" type="float" value="80" min="0" max="100" optional="true" label="Minimum DNA %coverage" />
2
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
53 </section>
0
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
54 </inputs>
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
55
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
56 <outputs>
1
15197951a756 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 626b990b38e0585abfb6a06a2516ff498dc2257b
iuc
parents: 0
diff changeset
57 <data name="report" format="tabular" label="${tool.name} on ${on_string} report file" />
0
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
58 </outputs>
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
59
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
60 <tests>
2
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
61 <!-- Basic test 0 - will produce no results. -->
0
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
62 <test>
2
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
63 <param name="file_input" value="Acetobacter.fna"/>
0
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
64 <output name="report" ftype="tabular" file="output_noresults.txt" />
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
65 </test>
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
66
2
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
67 <!-- Basic test 1 - will produce results. -->
0
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
68 <test>
2
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
69 <param name="file_input" value="MRSA0252.fna"/>
0
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
70 <output name="report" ftype="tabular" file="output_mrsa.txt" compare="contains"/>
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
71 </test>
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
72
2
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
73 <!-- Advanced test 2 - No header. -->
0
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
74 <test>
2
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
75 <param name="file_input" value="MRSA0252.fna"/>
0
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
76 <param name="no_header" value="True"/>
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
77 <output name="report" ftype="tabular" file="output_noheader.txt" compare="contains"/>
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
78 </test>
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
79
2
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
80 <!-- Advanced test 3 - Changed DB to card -->
0
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
81 <test>
2
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
82 <param name="file_input" value="MRSA0252.fna"/>
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
83 <param name="db" value="card"/>
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
84 <output name="report" ftype="tabular" file="output_db-card.txt" compare="contains"/>
0
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
85 </test>
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
86
8
b734db305578 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit fc114fbebd3b866c33d2ad95b028cb719651689a"
iuc
parents: 6
diff changeset
87 <!-- Advanced test 4 - Changed DB to megares -->
b734db305578 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit fc114fbebd3b866c33d2ad95b028cb719651689a"
iuc
parents: 6
diff changeset
88 <test>
b734db305578 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit fc114fbebd3b866c33d2ad95b028cb719651689a"
iuc
parents: 6
diff changeset
89 <param name="file_input" value="MRSA0252.fna"/>
b734db305578 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit fc114fbebd3b866c33d2ad95b028cb719651689a"
iuc
parents: 6
diff changeset
90 <param name="db" value="megares"/>
b734db305578 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit fc114fbebd3b866c33d2ad95b028cb719651689a"
iuc
parents: 6
diff changeset
91 <output name="report" ftype="tabular" file="output_db-megares.txt" compare="contains"/>
b734db305578 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit fc114fbebd3b866c33d2ad95b028cb719651689a"
iuc
parents: 6
diff changeset
92 </test>
b734db305578 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit fc114fbebd3b866c33d2ad95b028cb719651689a"
iuc
parents: 6
diff changeset
93
b734db305578 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit fc114fbebd3b866c33d2ad95b028cb719651689a"
iuc
parents: 6
diff changeset
94 <!-- Advanced test 5 - Min DNA ID 100 -->
0
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
95 <test>
2
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
96 <param name="file_input" value="MRSA0252.fna"/>
0
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
97 <param name="min_dna_id" value="100"/>
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
98 <output name="report" ftype="tabular" file="output_minid100.txt" compare="contains"/>
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
99 </test>
2
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
100
8
b734db305578 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit fc114fbebd3b866c33d2ad95b028cb719651689a"
iuc
parents: 6
diff changeset
101 <!-- Advanced test 6 - Min Coverage 100 -->
b734db305578 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit fc114fbebd3b866c33d2ad95b028cb719651689a"
iuc
parents: 6
diff changeset
102 <test>
b734db305578 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit fc114fbebd3b866c33d2ad95b028cb719651689a"
iuc
parents: 6
diff changeset
103 <param name="file_input" value="MRSA0252.fna"/>
b734db305578 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit fc114fbebd3b866c33d2ad95b028cb719651689a"
iuc
parents: 6
diff changeset
104 <param name="min_cov" value="100"/>
b734db305578 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit fc114fbebd3b866c33d2ad95b028cb719651689a"
iuc
parents: 6
diff changeset
105 <output name="report" ftype="tabular" file="output_mincov100.txt" compare="contains"/>
b734db305578 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit fc114fbebd3b866c33d2ad95b028cb719651689a"
iuc
parents: 6
diff changeset
106 </test>
b734db305578 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit fc114fbebd3b866c33d2ad95b028cb719651689a"
iuc
parents: 6
diff changeset
107
b734db305578 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit fc114fbebd3b866c33d2ad95b028cb719651689a"
iuc
parents: 6
diff changeset
108 <!-- Filetype test 7 - input a gbk -->
2
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
109 <test>
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
110 <param name="file_input" value="test.gbk"/>
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
111 <output name="report" ftype="tabular" file="output_gbk.txt" compare="contains"/>
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
112 </test>
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
113
0
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
114 </tests>
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
115
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
116 <help><![CDATA[
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
117 **What it does**
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
118
2
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
119 Given a FASTA contig file or a genbank file, ABRicate will perform a mass screening of contigs and identify the presence of antibiotic resistance genes. The user can choose which database to search from a list of available AMR databases.
0
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
120
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
121 **Output**
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
122
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
123 ABRicate will produce a tab-seperated output file with the following outputs:
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
124
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
125 +---------------+------------------------------------------------+
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
126 | Column | Description |
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
127 +===============+================================================+
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
128 | FILE | The filename this hit came from |
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
129 +---------------+------------------------------------------------+
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
130 | SEQUENCE | The sequence in the filename |
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
131 +---------------+------------------------------------------------+
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
132 | START | Start coordinate in the sequence |
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
133 +---------------+------------------------------------------------+
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
134 | END | End coordinate |
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
135 +---------------+------------------------------------------------+
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
136 | GENE | ABR gene |
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
137 +---------------+------------------------------------------------+
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
138 | COVERAGE | What proportion of the gene is in our sequence |
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
139 +---------------+------------------------------------------------+
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
140 | COVERAGE_MAP | A visual represenation |
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
141 +---------------+------------------------------------------------+
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
142 | GAPS | Was there any gaps in the |
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
143 | | alignment - possible pseudogene? |
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
144 +---------------+------------------------------------------------+
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
145 | %COVERAGE | Proportion of gene covered |
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
146 +---------------+------------------------------------------------+
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
147 | %IDENTITY | Proportion of exact nucleotide matches |
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
148 +---------------+------------------------------------------------+
2
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
149 | DATABASE | The database this sequence comes from |
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
150 +---------------+------------------------------------------------+
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
151 | ACCESSION | The genomic source of the sequence |
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
152 +---------------+------------------------------------------------+
0
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
153
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
154
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
155 **Example Output**
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
156
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
157 ::
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
158
2
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
159 #FILE SEQUENCE START END GENE COVERAGE COVERAGE_MAP GAPS %COVERAGE %IDENTITY DATABASE ACCESSION
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
160 6159.fna NC_017338.1 39177 41186 mecA_15 1-2010/2010 =============== 0/0 100.00 100.000 resfinder AB505628
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
161 6159.fna NC_017338.1 727191 728356 norA_1 1-1166/1167 =============== 0/0 99.91 92.367 resfinder M97169
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
162 6159.fna NC_017339.1 10150 10995 blaZ_32 1-846/846 =============== 0/0 100.00 100.000 resfinder AP004832
0
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
163 ]]></help>
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
164
4
78c75f134c16 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 1127a471ad5d1a75c311fa3be581476f5d8f9339
iuc
parents: 3
diff changeset
165 <expand macro="citations"/>
0
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
166 </tool>