Mercurial > repos > crs4 > taxonomy_krona_chart
annotate taxonomy_krona_chart.xml @ 2:50f204c82159 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit 70d4a2d1563e834d8394dce8017a1f0b7ad74f23
author | iuc |
---|---|
date | Wed, 02 Mar 2016 04:49:06 -0500 |
parents | 09552faff9c0 |
children | 8e2be617b437 |
rev | line source |
---|---|
2
50f204c82159
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit 70d4a2d1563e834d8394dce8017a1f0b7ad74f23
iuc
parents:
1
diff
changeset
|
1 <tool id="taxonomy_krona_chart" name="Krona pie chart" version="2.6.0"> |
0 | 2 <description>from taxonomic profile</description> |
3 <requirements> | |
2
50f204c82159
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit 70d4a2d1563e834d8394dce8017a1f0b7ad74f23
iuc
parents:
1
diff
changeset
|
4 <requirement type="package" version="2.6">krona</requirement> |
0 | 5 </requirements> |
6 <version_command>ktImportText | sed -n 's/.*\(KronaTools [[:digit:].]\{1,\}\).*/\1/p'</version_command> | |
7 <command> | |
1
09552faff9c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit e4c2b31a732b57cc0210070afeaa2dfeca1e1eb4
iuc
parents:
0
diff
changeset
|
8 <![CDATA[ |
09552faff9c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit e4c2b31a732b57cc0210070afeaa2dfeca1e1eb4
iuc
parents:
0
diff
changeset
|
9 |
09552faff9c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit e4c2b31a732b57cc0210070afeaa2dfeca1e1eb4
iuc
parents:
0
diff
changeset
|
10 #if $type_of_data.input[0].is_of_type('taxonomy'): |
09552faff9c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit e4c2b31a732b57cc0210070afeaa2dfeca1e1eb4
iuc
parents:
0
diff
changeset
|
11 |
09552faff9c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit e4c2b31a732b57cc0210070afeaa2dfeca1e1eb4
iuc
parents:
0
diff
changeset
|
12 ktImportGalaxy |
09552faff9c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit e4c2b31a732b57cc0210070afeaa2dfeca1e1eb4
iuc
parents:
0
diff
changeset
|
13 -d "${type_of_data.max_rank}" |
09552faff9c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit e4c2b31a732b57cc0210070afeaa2dfeca1e1eb4
iuc
parents:
0
diff
changeset
|
14 -n "${root_name}" |
2
50f204c82159
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit 70d4a2d1563e834d8394dce8017a1f0b7ad74f23
iuc
parents:
1
diff
changeset
|
15 -o "${output}" |
1
09552faff9c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit e4c2b31a732b57cc0210070afeaa2dfeca1e1eb4
iuc
parents:
0
diff
changeset
|
16 ${combine_inputs} |
09552faff9c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit e4c2b31a732b57cc0210070afeaa2dfeca1e1eb4
iuc
parents:
0
diff
changeset
|
17 #for $input_count, $input_dataset in enumerate( $type_of_data.input ): |
09552faff9c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit e4c2b31a732b57cc0210070afeaa2dfeca1e1eb4
iuc
parents:
0
diff
changeset
|
18 "${input_dataset},${input_count}" |
09552faff9c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit e4c2b31a732b57cc0210070afeaa2dfeca1e1eb4
iuc
parents:
0
diff
changeset
|
19 #end for |
09552faff9c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit e4c2b31a732b57cc0210070afeaa2dfeca1e1eb4
iuc
parents:
0
diff
changeset
|
20 |
09552faff9c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit e4c2b31a732b57cc0210070afeaa2dfeca1e1eb4
iuc
parents:
0
diff
changeset
|
21 #else: |
09552faff9c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit e4c2b31a732b57cc0210070afeaa2dfeca1e1eb4
iuc
parents:
0
diff
changeset
|
22 |
09552faff9c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit e4c2b31a732b57cc0210070afeaa2dfeca1e1eb4
iuc
parents:
0
diff
changeset
|
23 ktImportText |
09552faff9c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit e4c2b31a732b57cc0210070afeaa2dfeca1e1eb4
iuc
parents:
0
diff
changeset
|
24 -n "${root_name}" |
2
50f204c82159
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit 70d4a2d1563e834d8394dce8017a1f0b7ad74f23
iuc
parents:
1
diff
changeset
|
25 -o "${output}" |
1
09552faff9c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit e4c2b31a732b57cc0210070afeaa2dfeca1e1eb4
iuc
parents:
0
diff
changeset
|
26 ${combine_inputs} |
09552faff9c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit e4c2b31a732b57cc0210070afeaa2dfeca1e1eb4
iuc
parents:
0
diff
changeset
|
27 #for $input_count, $input_dataset in enumerate( $type_of_data.input ): |
09552faff9c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit e4c2b31a732b57cc0210070afeaa2dfeca1e1eb4
iuc
parents:
0
diff
changeset
|
28 "${input_dataset},${input_count}" |
09552faff9c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit e4c2b31a732b57cc0210070afeaa2dfeca1e1eb4
iuc
parents:
0
diff
changeset
|
29 #end for |
09552faff9c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit e4c2b31a732b57cc0210070afeaa2dfeca1e1eb4
iuc
parents:
0
diff
changeset
|
30 |
09552faff9c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit e4c2b31a732b57cc0210070afeaa2dfeca1e1eb4
iuc
parents:
0
diff
changeset
|
31 #end if |
09552faff9c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit e4c2b31a732b57cc0210070afeaa2dfeca1e1eb4
iuc
parents:
0
diff
changeset
|
32 |
2
50f204c82159
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit 70d4a2d1563e834d8394dce8017a1f0b7ad74f23
iuc
parents:
1
diff
changeset
|
33 && [ -d "${output}.files" ] && ( mkdir "${output.extra_files_path}" && mv "${output}.files" "${output.extra_files_path}/" ) |
1
09552faff9c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit e4c2b31a732b57cc0210070afeaa2dfeca1e1eb4
iuc
parents:
0
diff
changeset
|
34 ]]> |
09552faff9c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit e4c2b31a732b57cc0210070afeaa2dfeca1e1eb4
iuc
parents:
0
diff
changeset
|
35 |
0 | 36 </command> |
37 <inputs> | |
1
09552faff9c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit e4c2b31a732b57cc0210070afeaa2dfeca1e1eb4
iuc
parents:
0
diff
changeset
|
38 <conditional name="type_of_data"> |
09552faff9c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit e4c2b31a732b57cc0210070afeaa2dfeca1e1eb4
iuc
parents:
0
diff
changeset
|
39 <param name="type_of_data_selector" type="select" label="What is the type of your input data" help="Select between Galaxy Taxonomy and MetaPhlAn Text"> |
09552faff9c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit e4c2b31a732b57cc0210070afeaa2dfeca1e1eb4
iuc
parents:
0
diff
changeset
|
40 <option value="taxonomy" selected="True">Taxonomy</option> |
09552faff9c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit e4c2b31a732b57cc0210070afeaa2dfeca1e1eb4
iuc
parents:
0
diff
changeset
|
41 <option value="text">MetaPhlAn</option> |
09552faff9c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit e4c2b31a732b57cc0210070afeaa2dfeca1e1eb4
iuc
parents:
0
diff
changeset
|
42 </param> |
09552faff9c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit e4c2b31a732b57cc0210070afeaa2dfeca1e1eb4
iuc
parents:
0
diff
changeset
|
43 <when value="taxonomy"> |
09552faff9c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit e4c2b31a732b57cc0210070afeaa2dfeca1e1eb4
iuc
parents:
0
diff
changeset
|
44 <param name="input" type="data" format="taxonomy" multiple="True" label="Input file" help="Select a taxonomy dataset" /> |
09552faff9c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit e4c2b31a732b57cc0210070afeaa2dfeca1e1eb4
iuc
parents:
0
diff
changeset
|
45 <param name="max_rank" type="select" label="show ranks from root to" help="-d; Show all level from root up to this point"> |
09552faff9c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit e4c2b31a732b57cc0210070afeaa2dfeca1e1eb4
iuc
parents:
0
diff
changeset
|
46 <option value="8">Class</option> |
09552faff9c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit e4c2b31a732b57cc0210070afeaa2dfeca1e1eb4
iuc
parents:
0
diff
changeset
|
47 <option value="0">Show entire tree</option> |
09552faff9c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit e4c2b31a732b57cc0210070afeaa2dfeca1e1eb4
iuc
parents:
0
diff
changeset
|
48 <option value="1">Superkingdom</option> |
09552faff9c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit e4c2b31a732b57cc0210070afeaa2dfeca1e1eb4
iuc
parents:
0
diff
changeset
|
49 <option value="2">Kingdom</option> |
09552faff9c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit e4c2b31a732b57cc0210070afeaa2dfeca1e1eb4
iuc
parents:
0
diff
changeset
|
50 <option value="3">Subkingdom</option> |
09552faff9c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit e4c2b31a732b57cc0210070afeaa2dfeca1e1eb4
iuc
parents:
0
diff
changeset
|
51 <option value="4">Superphylum</option> |
09552faff9c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit e4c2b31a732b57cc0210070afeaa2dfeca1e1eb4
iuc
parents:
0
diff
changeset
|
52 <option value="5">Phylum</option> |
09552faff9c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit e4c2b31a732b57cc0210070afeaa2dfeca1e1eb4
iuc
parents:
0
diff
changeset
|
53 <option value="6">Subphylum</option> |
09552faff9c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit e4c2b31a732b57cc0210070afeaa2dfeca1e1eb4
iuc
parents:
0
diff
changeset
|
54 <option value="7">Superclass</option> |
09552faff9c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit e4c2b31a732b57cc0210070afeaa2dfeca1e1eb4
iuc
parents:
0
diff
changeset
|
55 <option value="9">Subclass</option> |
09552faff9c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit e4c2b31a732b57cc0210070afeaa2dfeca1e1eb4
iuc
parents:
0
diff
changeset
|
56 <option value="10">Superorder</option> |
09552faff9c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit e4c2b31a732b57cc0210070afeaa2dfeca1e1eb4
iuc
parents:
0
diff
changeset
|
57 <option value="11">Order</option> |
09552faff9c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit e4c2b31a732b57cc0210070afeaa2dfeca1e1eb4
iuc
parents:
0
diff
changeset
|
58 <option value="12">Suborder</option> |
09552faff9c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit e4c2b31a732b57cc0210070afeaa2dfeca1e1eb4
iuc
parents:
0
diff
changeset
|
59 <option value="13">Superfamily</option> |
09552faff9c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit e4c2b31a732b57cc0210070afeaa2dfeca1e1eb4
iuc
parents:
0
diff
changeset
|
60 <option value="14">Family</option> |
09552faff9c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit e4c2b31a732b57cc0210070afeaa2dfeca1e1eb4
iuc
parents:
0
diff
changeset
|
61 <option value="15">Subfamily</option> |
09552faff9c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit e4c2b31a732b57cc0210070afeaa2dfeca1e1eb4
iuc
parents:
0
diff
changeset
|
62 <option value="16">Tribe</option> |
09552faff9c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit e4c2b31a732b57cc0210070afeaa2dfeca1e1eb4
iuc
parents:
0
diff
changeset
|
63 <option value="17">Subtribe</option> |
09552faff9c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit e4c2b31a732b57cc0210070afeaa2dfeca1e1eb4
iuc
parents:
0
diff
changeset
|
64 <option value="18">Genus</option> |
09552faff9c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit e4c2b31a732b57cc0210070afeaa2dfeca1e1eb4
iuc
parents:
0
diff
changeset
|
65 <option value="19">Subgenus</option> |
09552faff9c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit e4c2b31a732b57cc0210070afeaa2dfeca1e1eb4
iuc
parents:
0
diff
changeset
|
66 <option value="20">Species</option> |
09552faff9c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit e4c2b31a732b57cc0210070afeaa2dfeca1e1eb4
iuc
parents:
0
diff
changeset
|
67 <option value="21">Subspecies</option> |
09552faff9c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit e4c2b31a732b57cc0210070afeaa2dfeca1e1eb4
iuc
parents:
0
diff
changeset
|
68 </param> |
09552faff9c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit e4c2b31a732b57cc0210070afeaa2dfeca1e1eb4
iuc
parents:
0
diff
changeset
|
69 </when> |
09552faff9c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit e4c2b31a732b57cc0210070afeaa2dfeca1e1eb4
iuc
parents:
0
diff
changeset
|
70 <when value="text"> |
09552faff9c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit e4c2b31a732b57cc0210070afeaa2dfeca1e1eb4
iuc
parents:
0
diff
changeset
|
71 <param name="input" type="data" format="tabular" multiple="True" label="Input file" help="Select a MetaPhlAn dataset" /> |
09552faff9c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit e4c2b31a732b57cc0210070afeaa2dfeca1e1eb4
iuc
parents:
0
diff
changeset
|
72 </when> |
09552faff9c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit e4c2b31a732b57cc0210070afeaa2dfeca1e1eb4
iuc
parents:
0
diff
changeset
|
73 </conditional> |
2
50f204c82159
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit 70d4a2d1563e834d8394dce8017a1f0b7ad74f23
iuc
parents:
1
diff
changeset
|
74 <param name="root_name" type="text" value="Root" label="Provide a name for the basal rank" help="-n; Otherwise it will simply be called "Root""/> |
1
09552faff9c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit e4c2b31a732b57cc0210070afeaa2dfeca1e1eb4
iuc
parents:
0
diff
changeset
|
75 <param name="combine_inputs" type="boolean" truevalue="-c" falsevalue="" selected="False" label="Combine data from multiple datasets?" help="-c; Combine data from each dataset, rather than creating separate datasets within the chart"/> |
0 | 76 </inputs> |
77 <outputs> | |
78 <data format="html" name="output" label="${tool.name} on ${on_string}: HTML"/> | |
79 </outputs> | |
1
09552faff9c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit e4c2b31a732b57cc0210070afeaa2dfeca1e1eb4
iuc
parents:
0
diff
changeset
|
80 <tests> |
09552faff9c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit e4c2b31a732b57cc0210070afeaa2dfeca1e1eb4
iuc
parents:
0
diff
changeset
|
81 <test> |
09552faff9c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit e4c2b31a732b57cc0210070afeaa2dfeca1e1eb4
iuc
parents:
0
diff
changeset
|
82 <param name="type_of_data_selector" value="taxonomy"/> |
09552faff9c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit e4c2b31a732b57cc0210070afeaa2dfeca1e1eb4
iuc
parents:
0
diff
changeset
|
83 <param name="input" value="taxonomy_data.tax" ftype="taxonomy" /> |
09552faff9c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit e4c2b31a732b57cc0210070afeaa2dfeca1e1eb4
iuc
parents:
0
diff
changeset
|
84 <param name="max_rank" value="Genus"/> |
09552faff9c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit e4c2b31a732b57cc0210070afeaa2dfeca1e1eb4
iuc
parents:
0
diff
changeset
|
85 <param name="root_name" value="Root"/> |
09552faff9c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit e4c2b31a732b57cc0210070afeaa2dfeca1e1eb4
iuc
parents:
0
diff
changeset
|
86 <param name="combine_inputs" value="False"/> |
09552faff9c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit e4c2b31a732b57cc0210070afeaa2dfeca1e1eb4
iuc
parents:
0
diff
changeset
|
87 <output name="output" file="krona_test1.html" ftype="html" lines_diff="100"/> |
09552faff9c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit e4c2b31a732b57cc0210070afeaa2dfeca1e1eb4
iuc
parents:
0
diff
changeset
|
88 </test> |
09552faff9c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit e4c2b31a732b57cc0210070afeaa2dfeca1e1eb4
iuc
parents:
0
diff
changeset
|
89 </tests> |
0 | 90 <help> |
91 **What it does** | |
92 | |
1
09552faff9c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit e4c2b31a732b57cc0210070afeaa2dfeca1e1eb4
iuc
parents:
0
diff
changeset
|
93 This tool renders results of a metagenomic profiling as a zoomable pie chart using Krona_. |
09552faff9c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit e4c2b31a732b57cc0210070afeaa2dfeca1e1eb4
iuc
parents:
0
diff
changeset
|
94 |
0 | 95 |
2
50f204c82159
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit 70d4a2d1563e834d8394dce8017a1f0b7ad74f23
iuc
parents:
1
diff
changeset
|
96 .. _Krona: https://github.com/marbl/Krona/wiki |
0 | 97 |
98 ------ | |
99 | |
1
09552faff9c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit e4c2b31a732b57cc0210070afeaa2dfeca1e1eb4
iuc
parents:
0
diff
changeset
|
100 **Krona options** |
09552faff9c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit e4c2b31a732b57cc0210070afeaa2dfeca1e1eb4
iuc
parents:
0
diff
changeset
|
101 |
09552faff9c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit e4c2b31a732b57cc0210070afeaa2dfeca1e1eb4
iuc
parents:
0
diff
changeset
|
102 The Galaxy version supports the following options:: |
09552faff9c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit e4c2b31a732b57cc0210070afeaa2dfeca1e1eb4
iuc
parents:
0
diff
changeset
|
103 |
09552faff9c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit e4c2b31a732b57cc0210070afeaa2dfeca1e1eb4
iuc
parents:
0
diff
changeset
|
104 -n Name of the highest level. |
09552faff9c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit e4c2b31a732b57cc0210070afeaa2dfeca1e1eb4
iuc
parents:
0
diff
changeset
|
105 -c Combine data from each file, rather than creating separate datasets within the chart. |
09552faff9c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit e4c2b31a732b57cc0210070afeaa2dfeca1e1eb4
iuc
parents:
0
diff
changeset
|
106 -d Maximum depth of wedges to include in the chart. |
09552faff9c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit e4c2b31a732b57cc0210070afeaa2dfeca1e1eb4
iuc
parents:
0
diff
changeset
|
107 |
09552faff9c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit e4c2b31a732b57cc0210070afeaa2dfeca1e1eb4
iuc
parents:
0
diff
changeset
|
108 ----- |
09552faff9c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit e4c2b31a732b57cc0210070afeaa2dfeca1e1eb4
iuc
parents:
0
diff
changeset
|
109 |
0 | 110 **License and citation** |
111 | |
112 This Galaxy tool is Copyright © 2013-2014 `CRS4 Srl.`_ and is released under the `MIT license`_. | |
113 | |
114 .. _CRS4 Srl.: http://www.crs4.it/ | |
115 .. _MIT license: http://opensource.org/licenses/MIT | |
116 | |
1
09552faff9c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit e4c2b31a732b57cc0210070afeaa2dfeca1e1eb4
iuc
parents:
0
diff
changeset
|
117 You can use this tool only if you agree to the license terms of: `Krona`_. |
0 | 118 |
119 .. _Krona: http://sourceforge.net/p/krona/home/krona/ | |
1
09552faff9c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit e4c2b31a732b57cc0210070afeaa2dfeca1e1eb4
iuc
parents:
0
diff
changeset
|
120 |
09552faff9c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit e4c2b31a732b57cc0210070afeaa2dfeca1e1eb4
iuc
parents:
0
diff
changeset
|
121 |
0 | 122 </help> |
1
09552faff9c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit e4c2b31a732b57cc0210070afeaa2dfeca1e1eb4
iuc
parents:
0
diff
changeset
|
123 <citations> |
09552faff9c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit e4c2b31a732b57cc0210070afeaa2dfeca1e1eb4
iuc
parents:
0
diff
changeset
|
124 <citation type="doi">10.1186/1471-2105-12-385</citation> |
09552faff9c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit e4c2b31a732b57cc0210070afeaa2dfeca1e1eb4
iuc
parents:
0
diff
changeset
|
125 <citation type="doi">10.1093/bioinformatics/btu135</citation> |
09552faff9c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit e4c2b31a732b57cc0210070afeaa2dfeca1e1eb4
iuc
parents:
0
diff
changeset
|
126 </citations> |
0 | 127 </tool> |