annotate abricate.xml @ 3:6e9aea89e388 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 962161e1dde26559d0bc1ce5d7b75d2f354606c5
author iuc
date Mon, 04 Sep 2017 02:47:12 -0400
parents 2aa02d2a6af3
children 78c75f134c16
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3
6e9aea89e388 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 962161e1dde26559d0bc1ce5d7b75d2f354606c5
iuc
parents: 2
diff changeset
1 <tool id="abricate" name="ABRicate" version="0.7">
0
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
2 <requirements>
3
6e9aea89e388 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 962161e1dde26559d0bc1ce5d7b75d2f354606c5
iuc
parents: 2
diff changeset
3 <requirement type="package" version="0.7">abricate</requirement>
0
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
4 </requirements>
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
5
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
6 <version_command>abricate --version</version_command>
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
7
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
8 <command detect_errors="exit_code"><![CDATA[
2
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
9 abricate '$file_input'
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
10 $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
11 #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
12 --minid=$adv.min_dna_id
0
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
13 #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
14 --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
15 > '$report'
0
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
16 ]]></command>
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
17
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
18 <inputs>
2
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
19 <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
20 <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
21 <param argument="--db" type="select" label="Database to use - default is 'resfinder'" help="Option to switch to other AMR/other database">
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
22 <option value="argannot">argannot</option>
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
23 <option value="card">card</option>
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
24 <option value="ncbibetalactamase">ncbi betalactamase</option>
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
25 <option value="resfinder" selected="true">resfinder</option>
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
26 <option value="plasmidfinder">plasmidfinder</option>
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
27 <option value="vfdb">vfdb</option>
0
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
28 </param>
2
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
29 <param name="no_header" argument="--noheader" type="boolean" truevalue="--noheader" falsevalue="" label="Suppress header" help="Suppress output file's column headings" />
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
30 <param name="min_dna_id" argument="--minid" type="float" value="75" min="0" max="100" optional="true" label="Minimum DNA identity" />
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
31 </section>
0
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
32 </inputs>
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
33
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
34 <outputs>
1
15197951a756 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 626b990b38e0585abfb6a06a2516ff498dc2257b
iuc
parents: 0
diff changeset
35 <data name="report" format="tabular" label="${tool.name} on ${on_string} report file" />
0
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
36 </outputs>
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
37
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
38 <tests>
2
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
39 <!-- Basic test 0 - will produce no results. -->
0
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
40 <test>
2
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
41 <param name="file_input" value="Acetobacter.fna"/>
0
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
42 <output name="report" ftype="tabular" file="output_noresults.txt" />
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
43 </test>
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
44
2
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
45 <!-- Basic test 1 - will produce results. -->
0
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
46 <test>
2
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
47 <param name="file_input" value="MRSA0252.fna"/>
0
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
48 <output name="report" ftype="tabular" file="output_mrsa.txt" compare="contains"/>
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
49 </test>
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
50
2
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
51 <!-- Advanced test 2 - No header. -->
0
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
52 <test>
2
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
53 <param name="file_input" value="MRSA0252.fna"/>
0
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
54 <param name="no_header" value="True"/>
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
55 <output name="report" ftype="tabular" file="output_noheader.txt" compare="contains"/>
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
56 </test>
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
57
2
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
58 <!-- Advanced test 3 - Changed DB to card -->
0
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
59 <test>
2
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
60 <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
61 <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
62 <output name="report" ftype="tabular" file="output_db-card.txt" compare="contains"/>
0
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
63 </test>
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
64
2
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
65 <!-- Advanced test 4 - Min DNA ID 100 -->
0
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
66 <test>
2
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
67 <param name="file_input" value="MRSA0252.fna"/>
0
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
68 <param name="min_dna_id" value="100"/>
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
69 <output name="report" ftype="tabular" file="output_minid100.txt" compare="contains"/>
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
70 </test>
2
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
71
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
72 <!-- Filetype test 5 - input a gbk -->
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
73 <test>
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
74 <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
75 <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
76 </test>
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
77
0
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
78 </tests>
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
79
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
80 <help><![CDATA[
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
81 **What it does**
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
82
2
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
83 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
84
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
85 **Output**
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
86
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
87 ABRicate will produce a tab-seperated output file with the following outputs:
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
88
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
89 +---------------+------------------------------------------------+
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
90 | Column | Description |
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
91 +===============+================================================+
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
92 | FILE | The filename this hit came from |
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
93 +---------------+------------------------------------------------+
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
94 | SEQUENCE | The sequence in the filename |
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
95 +---------------+------------------------------------------------+
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
96 | START | Start coordinate in the sequence |
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
97 +---------------+------------------------------------------------+
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
98 | END | End coordinate |
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
99 +---------------+------------------------------------------------+
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
100 | GENE | ABR gene |
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
101 +---------------+------------------------------------------------+
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
102 | COVERAGE | What proportion of the gene is in our sequence |
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
103 +---------------+------------------------------------------------+
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
104 | COVERAGE_MAP | A visual represenation |
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
105 +---------------+------------------------------------------------+
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
106 | GAPS | Was there any gaps in the |
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
107 | | alignment - possible pseudogene? |
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
108 +---------------+------------------------------------------------+
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
109 | %COVERAGE | Proportion of gene covered |
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
110 +---------------+------------------------------------------------+
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
111 | %IDENTITY | Proportion of exact nucleotide matches |
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
112 +---------------+------------------------------------------------+
2
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
113 | 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
114 +---------------+------------------------------------------------+
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
115 | 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
116 +---------------+------------------------------------------------+
0
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
117
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
118
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
119 **Example Output**
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
120
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
121 ::
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
122
2
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
123 #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
124 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
125 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
126 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
127 ]]></help>
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
128
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
129 <citations>
1
15197951a756 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 626b990b38e0585abfb6a06a2516ff498dc2257b
iuc
parents: 0
diff changeset
130 <citation type="bibtex">
15197951a756 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 626b990b38e0585abfb6a06a2516ff498dc2257b
iuc
parents: 0
diff changeset
131 @UNPUBLISHED{Seemann2016,
15197951a756 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 626b990b38e0585abfb6a06a2516ff498dc2257b
iuc
parents: 0
diff changeset
132 author = {Seemann, Torsten},
15197951a756 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 626b990b38e0585abfb6a06a2516ff498dc2257b
iuc
parents: 0
diff changeset
133 title = {ABRicate: mass screening of contigs for antiobiotic resistance genes},
15197951a756 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 626b990b38e0585abfb6a06a2516ff498dc2257b
iuc
parents: 0
diff changeset
134 year = {2016},
15197951a756 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 626b990b38e0585abfb6a06a2516ff498dc2257b
iuc
parents: 0
diff changeset
135 url = {https://github.com/tseemann/abricate},
15197951a756 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 626b990b38e0585abfb6a06a2516ff498dc2257b
iuc
parents: 0
diff changeset
136 }
15197951a756 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 626b990b38e0585abfb6a06a2516ff498dc2257b
iuc
parents: 0
diff changeset
137 </citation>
0
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
138 </citations>
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
139 </tool>