Mercurial > repos > iuc > mlst
annotate mlst.xml @ 1:8e8dc9a1e3e5 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 47ad236b09eaf7541fbd7dd5b95e970800d545a5
author | iuc |
---|---|
date | Mon, 30 Oct 2017 05:40:10 -0400 |
parents | 735872ff8222 |
children | 253b7a1cf87e |
rev | line source |
---|---|
1
8e8dc9a1e3e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 47ad236b09eaf7541fbd7dd5b95e970800d545a5
iuc
parents:
0
diff
changeset
|
1 <tool id="mlst" name="MLST" version="2.9"> |
0
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
2 <requirements> |
1
8e8dc9a1e3e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 47ad236b09eaf7541fbd7dd5b95e970800d545a5
iuc
parents:
0
diff
changeset
|
3 <requirement type="package" version="2.9">mlst</requirement> |
0
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
4 </requirements> |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
5 |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
6 <version_command>mlst --version</version_command> |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
7 |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
8 <command detect_errors="exit_code"><![CDATA[ |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
9 mlst "$input_file" --nopath |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
10 #if $settings.advanced == "advanced" |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
11 #if $settings.min_dna_id |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
12 --minid=$settings.min_dna_id |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
13 #end if |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
14 #if $settings.min_dna_cov |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
15 --mincov=$settings.min_dna_cov |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
16 #end if |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
17 #if $settings.scheme |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
18 --scheme=$settings.scheme |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
19 #end if |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
20 #end if |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
21 > "$report" |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
22 ]]></command> |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
23 |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
24 <inputs> |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
25 <param type="data" name="input_file" format="fasta,genbank" /> |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
26 <conditional name="settings"> |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
27 <param name="advanced" type="select" label="Specify advanced parameters"> |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
28 <option value="simple" selected="true">No, use program defaults.</option> |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
29 <option value="advanced">Yes, see full parameter list.</option> |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
30 </param> |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
31 <when value="simple"> |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
32 </when> |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
33 <when value="advanced"> |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
34 <param name="min_dna_id" type="integer" label="Minimum DNA identity" value="95" min="0" max="100" help="Minimum DNA identity of full allelle to consider 'similar' (default 95, must be between 0-100)" optional="true" /> |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
35 <param name="min_dna_cov" type="integer" label="Minimum DNA coverage" value="10" help="Minimum DNA coverage to report partial allele at all (default 10)" optional="true" /> |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
36 <param name="scheme" type="text" area="false" label="PubMLST Scheme" help="Turn off auto-detection and only use this scheme" optional="true" /> |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
37 </when> |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
38 </conditional> |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
39 </inputs> |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
40 |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
41 <outputs> |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
42 <data name="report" format="tabular" /> |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
43 </outputs> |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
44 |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
45 <tests> |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
46 <!-- Basic test - will produce no results. --> |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
47 <test> |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
48 <param name="input_file" value="Acetobacter.fna"/> |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
49 <param name="advanced" value="simple"/> |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
50 <output name="report" ftype="tabular" file="output_noresults.txt" compare="contains"/> |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
51 </test> |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
52 |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
53 <!-- Basic test - will produce results. --> |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
54 <test> |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
55 <param name="input_file" value="MRSA0252_trimmed.fna"/> |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
56 <param name="advanced" value="simple"/> |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
57 <output name="report" ftype="tabular" file="output_mrsa.txt" compare="contains"/> |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
58 </test> |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
59 |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
60 <!-- Advanced test - Min DNA Coverage 100 --> |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
61 <test> |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
62 <param name="input_file" value="MRSA0252_trimmed.fna"/> |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
63 <param name="advanced" value="advanced"/> |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
64 <param name="min_dna_cov" value="100"/> |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
65 <output name="report" ftype="tabular" file="output_mincov100.txt" compare="contains"/> |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
66 </test> |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
67 |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
68 <!-- Advanced test - Min DNA ID 100 --> |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
69 <test> |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
70 <param name="input_file" value="MRSA0252_trimmed.fna"/> |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
71 <param name="advanced" value="advanced"/> |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
72 <param name="min_dna_id" value="100"/> |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
73 <output name="report" ftype="tabular" file="output_minid100.txt" compare="contains"/> |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
74 </test> |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
75 </tests> |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
76 |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
77 <help><![CDATA[ |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
78 **What it does** |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
79 |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
80 Given a genome file in FASTA or Genbank format, MLST will scan the file against PubMLST typing schemes. |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
81 |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
82 **Output** |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
83 |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
84 MLST will produce a tab-seperated output file which contains: |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
85 - the filename |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
86 - the closest PubMLST scheme name |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
87 - the ST (sequence type) |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
88 - the allele IDs |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
89 |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
90 **Example Output** |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
91 |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
92 :: |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
93 |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
94 genomes/6008.fna saureus 239 arcc(2) aroe(3) glpf(1) gmk_(1) pta_(4) tpi_(4) yqil(3) |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
95 |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
96 **Without auto-detection** |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
97 |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
98 If you provide the 'scheme' parameter, it will print a fixed tabular output with a heading containing allele names specific to that scheme. To view a list of schemes, use the MLST List tool. |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
99 |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
100 :: |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
101 |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
102 FILE SCHEME ST abcZ adk aroE fumC gdh pdhC pgm |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
103 NM003.fa neisseria 11 2 3 4 3 8 4 6 |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
104 |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
105 **Missing data** |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
106 MLST does not just look for exact matches to full length alleles. It attempts to tell you as much as possible about what it found using the notation below: |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
107 |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
108 +--------+---------------------------+ |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
109 | Symbol | Meaning | |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
110 +========+===========================+ |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
111 | n | Exact intact allele | |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
112 +--------+---------------------------+ |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
113 | ~n | Novel allele similar to n | |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
114 +--------+---------------------------+ |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
115 | n,m | Multiple alleles | |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
116 +--------+---------------------------+ |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
117 | *-* | Allele missing | |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
118 +--------+---------------------------+ |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
119 |
1
8e8dc9a1e3e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 47ad236b09eaf7541fbd7dd5b95e970800d545a5
iuc
parents:
0
diff
changeset
|
120 Galaxy wrapper maintained by Simon Gladman. |
0
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
121 ]]></help> |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
122 |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
123 <citations> |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
124 <citation type="bibtex"> |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
125 @UNPUBLISHED{Seemann2016, |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
126 author = "Seemann T", |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
127 title = "MLST: Scan contig files against PubMLST typing schemes", |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
128 year = "2016", |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
129 note = "https://github.com/tseemann/mlst"} |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
130 </citation> |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
131 </citations> |
735872ff8222
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mlst commit 659da38ca2b6ce2a699a263bdf6f513775e3ac21-dirty
iuc
parents:
diff
changeset
|
132 </tool> |