annotate taxonomy_krona_chart.xml @ 0:5c95bef081c7 draft default tip

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