annotate abricate.xml @ 4:78c75f134c16 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 1127a471ad5d1a75c311fa3be581476f5d8f9339
author iuc
date Mon, 19 Mar 2018 10:42:19 -0400
parents 6e9aea89e388
children f9bf6a8d8547
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>
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>
78c75f134c16 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 1127a471ad5d1a75c311fa3be581476f5d8f9339
iuc
parents: 3
diff changeset
8 <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
9 <expand macro="version_command" />
0
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
10
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
11 <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
12 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
13 $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
14 #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
15 --minid=$adv.min_dna_id
0
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
16 #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
17 --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
18 > '$report'
0
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
19 ]]></command>
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
20
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
21 <inputs>
2
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
22 <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
23 <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
24 <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
25 <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
26 <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
27 <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
28 <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
29 <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
30 <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
31 <option value="vfdb">VFDB</option>
0
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
32 </param>
2
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
33 <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
34 <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
35 </section>
0
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
36 </inputs>
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
37
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
38 <outputs>
1
15197951a756 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 626b990b38e0585abfb6a06a2516ff498dc2257b
iuc
parents: 0
diff changeset
39 <data name="report" format="tabular" label="${tool.name} on ${on_string} report file" />
0
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
40 </outputs>
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
41
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
42 <tests>
2
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
43 <!-- Basic test 0 - will produce no results. -->
0
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
44 <test>
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="file_input" value="Acetobacter.fna"/>
0
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
46 <output name="report" ftype="tabular" file="output_noresults.txt" />
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
47 </test>
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
48
2
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
49 <!-- Basic test 1 - will produce results. -->
0
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
50 <test>
2
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
51 <param name="file_input" value="MRSA0252.fna"/>
0
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
52 <output name="report" ftype="tabular" file="output_mrsa.txt" compare="contains"/>
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
53 </test>
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
54
2
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
55 <!-- Advanced test 2 - No header. -->
0
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
56 <test>
2
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
57 <param name="file_input" value="MRSA0252.fna"/>
0
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
58 <param name="no_header" value="True"/>
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
59 <output name="report" ftype="tabular" file="output_noheader.txt" compare="contains"/>
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 <!-- Advanced test 3 - Changed DB to card -->
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"/>
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
65 <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
66 <output name="report" ftype="tabular" file="output_db-card.txt" compare="contains"/>
0
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
67 </test>
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
68
2
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
69 <!-- Advanced test 4 - Min DNA ID 100 -->
0
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 <param name="file_input" value="MRSA0252.fna"/>
0
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
72 <param name="min_dna_id" value="100"/>
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
73 <output name="report" ftype="tabular" file="output_minid100.txt" compare="contains"/>
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
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
76 <!-- 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
77 <test>
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="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
79 <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
80 </test>
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
81
0
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
82 </tests>
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
83
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
84 <help><![CDATA[
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
85 **What it does**
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
86
2
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
87 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
88
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
89 **Output**
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
90
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
91 ABRicate will produce a tab-seperated output file with the following outputs:
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
92
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
93 +---------------+------------------------------------------------+
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
94 | Column | Description |
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
95 +===============+================================================+
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
96 | FILE | The filename this hit came from |
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
97 +---------------+------------------------------------------------+
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
98 | SEQUENCE | The sequence in the filename |
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
99 +---------------+------------------------------------------------+
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
100 | START | Start coordinate in the sequence |
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
101 +---------------+------------------------------------------------+
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
102 | END | End coordinate |
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
103 +---------------+------------------------------------------------+
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
104 | GENE | ABR gene |
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
105 +---------------+------------------------------------------------+
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
106 | COVERAGE | What proportion of the gene is in our sequence |
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
107 +---------------+------------------------------------------------+
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
108 | COVERAGE_MAP | A visual represenation |
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
109 +---------------+------------------------------------------------+
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
110 | GAPS | Was there any gaps in the |
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
111 | | alignment - possible pseudogene? |
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
112 +---------------+------------------------------------------------+
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
113 | %COVERAGE | Proportion of gene covered |
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
114 +---------------+------------------------------------------------+
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
115 | %IDENTITY | Proportion of exact nucleotide matches |
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
116 +---------------+------------------------------------------------+
2
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
117 | 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
118 +---------------+------------------------------------------------+
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
119 | 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
120 +---------------+------------------------------------------------+
0
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
121
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
122
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
123 **Example Output**
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
2
2aa02d2a6af3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 0ccab47582f8bc88f9ebc836c4c70d4ce495960c
iuc
parents: 1
diff changeset
127 #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
128 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
129 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
130 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
131 ]]></help>
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
132
4
78c75f134c16 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 1127a471ad5d1a75c311fa3be581476f5d8f9339
iuc
parents: 3
diff changeset
133 <expand macro="citations"/>
0
862f5a86854d planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff changeset
134 </tool>