annotate abricate.xml @ 10:c2ef298da409 draft default tip

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 6285862fce2b3e298ef0333489392335091b5b0d"
author iuc
date Thu, 15 Apr 2021 18:21:41 +0000
parents b734db305578
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
10
c2ef298da409 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 6285862fce2b3e298ef0333489392335091b5b0d"
iuc
parents: 8
diff changeset
1 <tool id="abricate" name="ABRicate" version="@VERSION@" profile="@PROFILE@">
4
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>
78c75f134c16 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 1127a471ad5d1a75c311fa3be581476f5d8f9339
iuc
parents: 3
diff changeset
5 <macros>
78c75f134c16 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 1127a471ad5d1a75c311fa3be581476f5d8f9339
iuc
parents: 3
diff changeset
6 <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
7 </macros>
10
c2ef298da409 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 6285862fce2b3e298ef0333489392335091b5b0d"
iuc
parents: 8
diff changeset
8 <expand macro='xrefs'/>
c2ef298da409 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 6285862fce2b3e298ef0333489392335091b5b0d"
iuc
parents: 8
diff changeset
9 <expand macro='edam_ontology'/>
4
78c75f134c16 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 1127a471ad5d1a75c311fa3be581476f5d8f9339
iuc
parents: 3
diff changeset
10 <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
11 <expand macro="version_command" />
0
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
12
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
13 <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
14 #import re
f9bf6a8d8547 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit c272325e121abb0582d2a50759ee04b43f327d4d"
iuc
parents: 4
diff changeset
15 #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
16
f9bf6a8d8547 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit c272325e121abb0582d2a50759ee04b43f327d4d"
iuc
parents: 4
diff changeset
17 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
18
5
f9bf6a8d8547 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit c272325e121abb0582d2a50759ee04b43f327d4d"
iuc
parents: 4
diff changeset
19 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
20 $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
21 #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
22 --minid=$adv.min_dna_id
0
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
23 #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
24 #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
25 --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
26 #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
27 --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
28 > '$report'
0
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
29 ]]></command>
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
30
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
31 <inputs>
2
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
32 <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
33 <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
34 <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
35 <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
36 <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
37 <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
38 <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
39 <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
40 <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
41 <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
42 <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
43 <option value="ecoli_vf">Ecoli_VF</option>
0
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
44 </param>
2
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
45 <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
46 <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
47 <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
48 </section>
0
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
49 </inputs>
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
50
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
51 <outputs>
1
15197951a756 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 626b990b38e0585abfb6a06a2516ff498dc2257b
iuc
parents: 0
diff changeset
52 <data name="report" format="tabular" label="${tool.name} on ${on_string} report file" />
0
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
53 </outputs>
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
54
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
55 <tests>
2
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
56 <!-- Basic test 0 - will produce no results. -->
0
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
57 <test>
2
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
58 <param name="file_input" value="Acetobacter.fna"/>
0
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
59 <output name="report" ftype="tabular" file="output_noresults.txt" />
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
60 </test>
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
61
2
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
62 <!-- Basic test 1 - will produce results. -->
0
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
63 <test>
2
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
64 <param name="file_input" value="MRSA0252.fna"/>
0
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
65 <output name="report" ftype="tabular" file="output_mrsa.txt" compare="contains"/>
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
66 </test>
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
67
2
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
68 <!-- Advanced test 2 - No header. -->
0
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
69 <test>
2
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
70 <param name="file_input" value="MRSA0252.fna"/>
0
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
71 <param name="no_header" value="True"/>
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
72 <output name="report" ftype="tabular" file="output_noheader.txt" compare="contains"/>
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
73 </test>
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
74
2
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
75 <!-- Advanced test 3 - Changed DB to card -->
0
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
76 <test>
2
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
77 <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
78 <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
79 <output name="report" ftype="tabular" file="output_db-card.txt" compare="contains"/>
0
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
80 </test>
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
81
8
b734db305578 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit fc114fbebd3b866c33d2ad95b028cb719651689a"
iuc
parents: 6
diff changeset
82 <!-- 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
83 <test>
b734db305578 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit fc114fbebd3b866c33d2ad95b028cb719651689a"
iuc
parents: 6
diff changeset
84 <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
85 <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
86 <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
87 </test>
b734db305578 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit fc114fbebd3b866c33d2ad95b028cb719651689a"
iuc
parents: 6
diff changeset
88
b734db305578 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit fc114fbebd3b866c33d2ad95b028cb719651689a"
iuc
parents: 6
diff changeset
89 <!-- Advanced test 5 - Min DNA ID 100 -->
0
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
90 <test>
2
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
91 <param name="file_input" value="MRSA0252.fna"/>
0
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
92 <param name="min_dna_id" value="100"/>
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
93 <output name="report" ftype="tabular" file="output_minid100.txt" compare="contains"/>
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
94 </test>
2
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
95
8
b734db305578 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit fc114fbebd3b866c33d2ad95b028cb719651689a"
iuc
parents: 6
diff changeset
96 <!-- 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
97 <test>
b734db305578 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit fc114fbebd3b866c33d2ad95b028cb719651689a"
iuc
parents: 6
diff changeset
98 <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
99 <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
100 <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
101 </test>
b734db305578 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit fc114fbebd3b866c33d2ad95b028cb719651689a"
iuc
parents: 6
diff changeset
102
b734db305578 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit fc114fbebd3b866c33d2ad95b028cb719651689a"
iuc
parents: 6
diff changeset
103 <!-- 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
104 <test>
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
105 <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
106 <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
107 </test>
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
108
0
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
109 </tests>
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
110
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
111 <help><![CDATA[
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
112 **What it does**
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
113
2
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
114 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
115
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
116 **Output**
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
117
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
118 ABRicate will produce a tab-seperated output file with the following outputs:
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
119
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
120 +---------------+------------------------------------------------+
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
121 | Column | Description |
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
122 +===============+================================================+
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
123 | FILE | The filename this hit came from |
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
124 +---------------+------------------------------------------------+
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
125 | SEQUENCE | The sequence in the filename |
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
126 +---------------+------------------------------------------------+
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
127 | START | Start coordinate in the sequence |
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
128 +---------------+------------------------------------------------+
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
129 | END | End coordinate |
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
130 +---------------+------------------------------------------------+
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
131 | GENE | ABR gene |
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
132 +---------------+------------------------------------------------+
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
133 | COVERAGE | What proportion of the gene is in our sequence |
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
134 +---------------+------------------------------------------------+
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
135 | COVERAGE_MAP | A visual represenation |
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
136 +---------------+------------------------------------------------+
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
137 | GAPS | Was there any gaps in the |
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
138 | | alignment - possible pseudogene? |
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
139 +---------------+------------------------------------------------+
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
140 | %COVERAGE | Proportion of gene covered |
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
141 +---------------+------------------------------------------------+
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
142 | %IDENTITY | Proportion of exact nucleotide matches |
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
143 +---------------+------------------------------------------------+
2
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
144 | 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
145 +---------------+------------------------------------------------+
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
146 | 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
147 +---------------+------------------------------------------------+
0
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
148
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
149
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
150 **Example Output**
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
151
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
152 ::
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
153
2
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
154 #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
155 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
156 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
157 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
158 ]]></help>
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
159
4
78c75f134c16 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 1127a471ad5d1a75c311fa3be581476f5d8f9339
iuc
parents: 3
diff changeset
160 <expand macro="citations"/>
0
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
161 </tool>