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