Mercurial > repos > iuc > abricate
annotate abricate.xml @ 1:15197951a756 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 626b990b38e0585abfb6a06a2516ff498dc2257b
author | iuc |
---|---|
date | Fri, 03 Mar 2017 14:56:09 -0500 |
parents | 862f5a86854d |
children | 2aa02d2a6af3 |
rev | line source |
---|---|
1
15197951a756
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 626b990b38e0585abfb6a06a2516ff498dc2257b
iuc
parents:
0
diff
changeset
|
1 <tool id="abricate" name="ABRicate" version="0.3"> |
0
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
2 <requirements> |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
3 <requirement type="package" version="0.3">abricate</requirement> |
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[ |
1
15197951a756
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 626b990b38e0585abfb6a06a2516ff498dc2257b
iuc
parents:
0
diff
changeset
|
9 abricate '$fasta_input' |
0
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
10 #if $settings.advanced == "advanced" |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
11 $settings.no_header |
1
15197951a756
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 626b990b38e0585abfb6a06a2516ff498dc2257b
iuc
parents:
0
diff
changeset
|
12 #if str($settings.min_dna_id) |
0
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
13 --minid=$settings.min_dna_id |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
14 #end if |
1
15197951a756
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 626b990b38e0585abfb6a06a2516ff498dc2257b
iuc
parents:
0
diff
changeset
|
15 #if str($settings.cull_limit) |
0
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
16 --cull=$settings.cull_limit |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
17 #end if |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
18 #end if |
1
15197951a756
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 626b990b38e0585abfb6a06a2516ff498dc2257b
iuc
parents:
0
diff
changeset
|
19 > '$report' |
0
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
20 ]]></command> |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
21 |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
22 <inputs> |
1
15197951a756
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 626b990b38e0585abfb6a06a2516ff498dc2257b
iuc
parents:
0
diff
changeset
|
23 <param name="fasta_input" type="data" format="fasta" label="FASTA file" help="To screen for antibiotic resistant genes" /> |
0
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
24 <conditional name="settings"> |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
25 <param name="advanced" type="select" label="Specify advanced parameters"> |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
26 <option value="simple" selected="true">No, use program defaults.</option> |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
27 <option value="advanced">Yes, see full parameter list.</option> |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
28 </param> |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
29 <when value="simple"> |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
30 </when> |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
31 <when value="advanced"> |
1
15197951a756
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 626b990b38e0585abfb6a06a2516ff498dc2257b
iuc
parents:
0
diff
changeset
|
32 <param name="no_header" argument="--noheader" type="boolean" truevalue="--noheader" falsevalue="" label="Suppress header" help="Suppress output file's column headings" /> |
15197951a756
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 626b990b38e0585abfb6a06a2516ff498dc2257b
iuc
parents:
0
diff
changeset
|
33 <param name="min_dna_id" argument="--minid" type="float" value="75" min="0" max="100" optional="true" label="Minimum DNA identity" /> |
15197951a756
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 626b990b38e0585abfb6a06a2516ff498dc2257b
iuc
parents:
0
diff
changeset
|
34 <param name="cull_limit" argument="--cull" type="integer" value="1" min="0" optional="true" label="Culling limit (encompassing hits)" /> |
0
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
35 </when> |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
36 </conditional> |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
37 </inputs> |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
38 |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
39 <outputs> |
1
15197951a756
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 626b990b38e0585abfb6a06a2516ff498dc2257b
iuc
parents:
0
diff
changeset
|
40 <data name="report" format="tabular" label="${tool.name} on ${on_string} report file" /> |
0
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
41 </outputs> |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
42 |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
43 <tests> |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
44 <!-- Basic test - will produce no results. --> |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
45 <test> |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
46 <param name="fasta_input" value="Acetobacter.fna"/> |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
47 <param name="advanced" value="simple"/> |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
48 <output name="report" ftype="tabular" file="output_noresults.txt" /> |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
49 </test> |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
50 |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
51 <!-- Basic test - will produce results. --> |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
52 <test> |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
53 <param name="fasta_input" value="MRSA0252.fna"/> |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
54 <param name="advanced" value="simple"/> |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
55 <output name="report" ftype="tabular" file="output_mrsa.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 |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
58 <!-- Advanced test - No header. --> |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
59 <test> |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
60 <param name="fasta_input" value="MRSA0252.fna"/> |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
61 <param name="advanced" value="advanced"/> |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
62 <param name="no_header" value="True"/> |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
63 <output name="report" ftype="tabular" file="output_noheader.txt" compare="contains"/> |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
64 </test> |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
65 |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
66 <!-- Advanced test - Cull limit 100 --> |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
67 <test> |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
68 <param name="fasta_input" value="MRSA0252.fna"/> |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
69 <param name="advanced" value="advanced"/> |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
70 <param name="cull_limit" value="100"/> |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
71 <output name="report" ftype="tabular" file="output_cull100.txt" compare="contains"/> |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
72 </test> |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
73 |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
74 <!-- Advanced test - Min DNA ID 100 --> |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
75 <test> |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
76 <param name="fasta_input" value="MRSA0252.fna"/> |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
77 <param name="advanced" value="advanced"/> |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
78 <param name="min_dna_id" value="100"/> |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
79 <output name="report" ftype="tabular" file="output_minid100.txt" compare="contains"/> |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
80 </test> |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
81 </tests> |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
82 |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
83 <help><![CDATA[ |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
84 **What it does** |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
85 |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
86 Given a FASTA contig file, ABRicate will perform a mass screening of contigs and identify the presence of antibiotic resistance genes. The database of these genes is built from ResFinder. |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
87 |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
88 **Output** |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
89 |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
90 ABRicate will produce a tab-seperated output file with the following outputs: |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
91 |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
92 +---------------+------------------------------------------------+ |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
93 | Column | Description | |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
94 +===============+================================================+ |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
95 | FILE | The filename this hit came from | |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
96 +---------------+------------------------------------------------+ |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
97 | SEQUENCE | The sequence in the filename | |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
98 +---------------+------------------------------------------------+ |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
99 | START | Start coordinate in the sequence | |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
100 +---------------+------------------------------------------------+ |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
101 | END | End coordinate | |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
102 +---------------+------------------------------------------------+ |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
103 | GENE | ABR gene | |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
104 +---------------+------------------------------------------------+ |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
105 | COVERAGE | What proportion of the gene is in our sequence | |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
106 +---------------+------------------------------------------------+ |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
107 | COVERAGE_MAP | A visual represenation | |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
108 +---------------+------------------------------------------------+ |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
109 | GAPS | Was there any gaps in the | |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
110 | | alignment - possible pseudogene? | |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
111 +---------------+------------------------------------------------+ |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
112 | %COVERAGE | Proportion of gene covered | |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
113 +---------------+------------------------------------------------+ |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
114 | %IDENTITY | Proportion of exact nucleotide matches | |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
115 +---------------+------------------------------------------------+ |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
116 |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
117 |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
118 **Example Output** |
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 |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
122 #FILE SEQUENCE START END GENE COVERAGE COVERAGE_MAP GAPS %COVERAGE %IDENTITY |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
123 Processing: 6008.fna |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
124 Found 12 ABR genes in 6008.fna |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
125 Klebsiella.fna NC_021232.1 872545 872964 fosA 1-420/420 =============== 0 100.00 100.00 |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
126 Klebsiella.fna NC_021232.1 1381252 1382427 oqxA 1-1176/1176 =============== 0 100.00 99.32 |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
127 Klebsiella.fna NC_021232.1 2584899 2585759 blaSHV1 1-861/861 =============== 0 100.00 99.88 |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
128 ]]></help> |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
129 |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
130 <citations> |
1
15197951a756
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 626b990b38e0585abfb6a06a2516ff498dc2257b
iuc
parents:
0
diff
changeset
|
131 <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
|
132 @UNPUBLISHED{Seemann2016, |
15197951a756
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 626b990b38e0585abfb6a06a2516ff498dc2257b
iuc
parents:
0
diff
changeset
|
133 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
|
134 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
|
135 year = {2016}, |
15197951a756
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 626b990b38e0585abfb6a06a2516ff498dc2257b
iuc
parents:
0
diff
changeset
|
136 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
|
137 } |
15197951a756
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/abricate/ commit 626b990b38e0585abfb6a06a2516ff498dc2257b
iuc
parents:
0
diff
changeset
|
138 </citation> |
0
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
139 </citations> |
862f5a86854d
planemo upload commit 3fdc0150310db0a67769f9ce6ea85695d595b2ba-dirty
iuc
parents:
diff
changeset
|
140 </tool> |