annotate export2graphlan.xml @ 0:ed1becc01910 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
author iuc
date Sat, 04 Mar 2017 11:44:38 -0500
parents
children b16989c1e3a7
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
1 <tool id="export2graphlan" name="Export to GraPhlAn" version="0.19">
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
2 <description></description>
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
3 <requirements>
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
4 <requirement type="package" version="0.19">export2graphlan</requirement>
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
5 </requirements>
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
6 <stdio>
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
7 </stdio>
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
8 <version_command>
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
9 <![CDATA[
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
10 export2graphlan.py -v
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
11 ]]>
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
12 </version_command>
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
13 <command>
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
14 <![CDATA[
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
15 export2graphlan.py
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
16 --lefse_input '$lefse_input'
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
17 #if $input_lefse_output.input_lefse_output_test == "true"
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
18 --lefse_output '$input_lefse_output.lefse_output'
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
19 #end if
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
20 -t '$tree'
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
21 -a '$annotation'
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
22 #if $annotations
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
23 --annotations '$annotations'
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
24 #end if
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
25 #if $external_annotations
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
26 --external_annotations '$external_annotations'
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
27 #end if
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
28 #if $background_levels
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
29 --background_levels '$background_levels'
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
30 #end if
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
31 #if $background_clades
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
32 --background_clades '$background_clades'
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
33 #end if
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
34 #if $background_colors
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
35 --background_colors '$background_colors'
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
36 #end if
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
37 #if $title
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
38 --title '$title'
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
39 #end if
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
40
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
41 --title_font_size '$title_font_size'
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
42 --def_clade_size '$def_clade_size'
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
43 --min_clade_size '$min_clade_size'
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
44 --max_clade_size '$max_clade_size'
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
45 --def_font_size '$def_font_size'
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
46 --min_font_size '$min_font_size'
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
47 --max_font_size '$max_font_size'
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
48 --annotation_legend_font_size '$annotation_legend_font_size'
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
49 --abundance_threshold '$abundance_threshold'
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
50
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
51 #if $most_abundant
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
52 --most_abundant '$most_abundant'
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
53 #end if
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
54 #if $least_biomarkers
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
55 --least_biomarkers '$least_biomarkers'
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
56 #end if
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
57
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
58 --fname_row '$fname_row'
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
59 --sname_row '$sname_row'
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
60
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
61 #if $metadata_rows
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
62 --metadata_rows '$metadata_rows'
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
63 #end if
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
64 #if $skip_rows
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
65 --skip_rows '$skip_rows'
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
66 #end if
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
67 #if $sperc
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
68 --sperc '$sperc'
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
69 #end if
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
70 #if $fperc
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
71 --fperc '$fperc'
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
72 #end if
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
73 #if $stop
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
74 --stop '$stop'
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
75 #end if
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
76 #if $ftop
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
77 --ftop '$ftop'
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
78 #end if
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
79 ]]>
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
80 </command>
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
81 <inputs>
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
82 <param argument="--lefse_input" type="data" format="tabular,txt,tsv" label="Input file" help="Identical to LEfSe input file"/>
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
83 <conditional name="input_lefse_output">
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
84 <param name="input_lefse_output_test" type="select" label="Use a LEfSe output file as input?" help="">
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
85 <option value="true">Yes</option>
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
86 <option value="false" selected="true">No</option>
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
87 </param>
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
88 <when value="true">
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
89 <param argument="--lefse_output" type="data" format="tabular" label="Input file corresponding to LEfSe output file"/>
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
90 </when>
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
91 <when value="false"/>
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
92 </conditional>
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
93 <param argument="--annotations" type="text" label="List which levels should be annotated in the tree" help="The levels must be in comma-separated form" optional="True"/>
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
94 <param argument="--external_annotations" type="text" label="List which levels should use the external legend for the annotation" help="The levels must be in comma-separated form" optional="True"/>
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
95 <param argument="--background_levels" type="text" label="List which levels should be highlight with a shaded background" help="The levels must be in comma-separated form" optional="True"/>
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
96 <param argument="--background_clades" type="text" label="List of the clades that should be highlight with a shaded background" help="The clades must be in comma-separated form" optional="True"/>
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
97 <param argument="--background_colors" type="text" label="List of color to use for the shaded background" help="Colors can be either in RGB or HSV (using a semi-colon to separate values, surrounded with ()). The different colors must be in comma-separated form" optional="True"/>
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
98 <param argument="--title" type="text" label="Title of the GraPhlAn plot" optional="True"/>
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
99 <param argument="--title_font_size" type="integer" value="15" label="Title font size"/>
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
100 <param argument="--def_clade_size" type="integer" value="10" label="Default size for clades that are not found as biomarkers"/>
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
101 <param argument="--min_clade_size" type="integer" value="20" label="Minimum value of clades that are biomarkers"/>
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
102 <param argument="--max_clade_size" type="integer" value="200" label="Maximum value of clades that are biomarkers"/>
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
103 <param argument="--def_font_size" type="integer" value="10" label="Default font size"/>
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
104 <param argument="--min_font_size" type="integer" value="8" label="Minimum font size"/>
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
105 <param argument="--max_font_size" type="integer" value="12" label="Maximum font size"/>
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
106 <param argument="--annotation_legend_font_size" type="integer" value="10" label="Font size for the annotation legend"/>
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
107 <param argument="--abundance_threshold" type="float" value="20.0" label="Minimun abundance value for a clade to be annotated"/>
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
108 <param argument="--most_abundant" type="integer" label="Number of clades to highlight" optional="True"/>
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
109 <param argument="--least_biomarkers" type="integer" label="Minimum number of biomarkers to extract" help=" The taxonomy is parsed, and the level is choosen in order to have at least the specified number of biomarkers" optional="True"/>
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
110 <param argument="--fname_row" type="integer" value="0" label="Row number containing the names of the features" help="-1 specifies that no names are present in the matrix"/>
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
111 <param argument="--sname_row" type="integer" value="0" label="Row number containing the names of the samples" help="-1 specifies that no names are present in the matrix"/>
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
112 <param argument="--metadata_rows" type="integer" label="Row number to use as metadata" optional="True"/>
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
113 <param argument="--skip_rows" type="text" label="Row number to skip from the input file" help="The row numbers are indexed to 0 and comma separated" optional="True"/>
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
114 <param argument="--sperc" type="float" label="Percentile of sample value distribution for sample selection" optional="True"/>
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
115 <param argument="--fperc" type="float" label="Percentile of feature value distribution for sample selection" optional="True"/>
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
116 <param argument="--stop" type="integer" label="Number of top samples to select" help="The order is based on percentile specified by --sperc" optional="True"/>
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
117 <param argument="--ftop" type="integer" label="Number of top features to select" help="The order is based on percentile specified by --fperc" optional="True"/>
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
118 </inputs>
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
119 <outputs>
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
120 <data format="txt" name="tree" label="${tool.name} on ${on_string}: Tree" />
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
121 <data format="txt" name="annotation" label="${tool.name} on ${on_string}: Annotation" />
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
122 </outputs>
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
123 <tests>
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
124 <test>
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
125 <param name="lefse_input" value="input_profile.tabular"/>
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
126 <param name="input_lefse_output_test" value="no" />
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
127 <param name="annotations" value=""/>
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
128 <param name="external_annotations" value=""/>
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
129 <param name="background_levels" value=""/>
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
130 <param name="background_clades" value=""/>
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
131 <param name="background_colors" value=""/>
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
132 <param name="title" value=""/>
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
133 <param name="title_font_size" value="15"/>
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
134 <param name="def_clade_size" value="10"/>
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
135 <param name="min_clade_size" value="20"/>
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
136 <param name="max_clade_size" value="200"/>
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
137 <param name="def_font_size" value="10"/>
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
138 <param name="min_font_size" value="8"/>
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
139 <param name="max_font_size" value="12"/>
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
140 <param name="annotation_legend_font_size" value="10"/>
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
141 <param name="abundance_threshold" value="20.0"/>
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
142 <param name="most_abundant" value=""/>
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
143 <param name="least_biomarkers" value=""/>
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
144 <param name="fname_row" value="0"/>
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
145 <param name="sname_row" value="0" />
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
146 <param name="metadata_rows" value=""/>
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
147 <param name="skip_rows" value=""/>
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
148 <param name="sperc" value=""/>
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
149 <param name="fperc" value=""/>
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
150 <param name="stop" value=""/>
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
151 <param name="ftop" value=""/>
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
152 <output name="annotation" file="annotation_output.txt"/>
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
153 <output name="tree" file="tree_output.txt"/>
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
154 </test>
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
155 </tests>
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
156 <help><![CDATA[
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
157
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
158 **What it does**
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
159
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
160 export2graphlan is a conversion software tool to produce both annotation and tree file for GraPhlAn. It can convert MetaPhlAn, LEfSe, and/or HUMAnN output to GraPhlAn input format
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
161
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
162 In particular, the annotation file tries to highlight specific sub-trees deriving automatically from input file what nodes are important.
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
163
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
164 For more information, check the `user manual <https://bitbucket.org/CibioCM/export2graphlan/overview/>`_.
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
165
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
166 ]]></help>
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
167 <citations>
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
168 </citations>
ed1becc01910 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 2411a616fc3865b53a03d40bce5b434d0ce44134
iuc
parents:
diff changeset
169 </tool>