|
0
|
1 <tool id="export2graphlan" name="export2graphlan" version="1.0.0">
|
|
|
2 <description>Export to Graphlan</description>
|
|
|
3 <command interpreter="python">
|
|
|
4 export2graphlan.py
|
|
|
5 -i $inp_data
|
|
|
6 -o $out_data
|
|
|
7 -t $output_tree_file
|
|
|
8 -a $output_annot_file
|
|
|
9 --title $export_title
|
|
|
10 --annotations $export_annotations
|
|
|
11 --external_annotations $export_external_annotations
|
|
14
|
12 --background_levels $background_levels
|
|
17
|
13 #if $str($background_clades) != " ":
|
|
16
|
14 --background_clades $background_clades
|
|
|
15 #end if
|
|
|
16
|
|
|
17
|
|
0
|
18 --skip_rows 1,2
|
|
|
19 </command>
|
|
|
20
|
|
|
21 <inputs>
|
|
|
22 <param format="tabular" name="inp_data" type="data" label="Input used to run Lefse - See samples below - Please use Galaxy Get-Data/Upload-File. Use File-Type = Tabular" help="This is the file that was used as input for Lefse"/>
|
|
|
23 <param format="lefse_res" name="out_data" type="data" label="Output of Lefse" help="This is the Lefse output file"/>
|
|
14
|
24 <param name="export_title" type="text" format="text" label="Title" value="Title"/>
|
|
|
25 <param name="export_annotations" type="text" format="text" label="Annotations" value="2,3"/>
|
|
|
26 <param name="export_external_annotations" type="text" format="text" label="External Annotations" value="4,5,6"/>
|
|
|
27 <param name="background_levels" type="text" format="text" label="Background Levels" value="1,2,3"/>
|
|
15
|
28 <param name="background_clades" type="text" format="text" label="Background Clades" value=" " />
|
|
14
|
29
|
|
|
30
|
|
0
|
31 </inputs>
|
|
|
32 <outputs>
|
|
|
33 <data name="output_annot_file" format="circl" />
|
|
|
34 <data name="output_tree_file" format="circl" />
|
|
|
35 </outputs>
|
|
|
36
|
|
|
37 <help>
|
|
|
38 Overview
|
|
|
39 ========
|
|
1
|
40 **export2graphlan** is an *OPTIONAL* tool that automatically convert **LEfSe**, **MetaPhlAn2**, and **HUMAnN** input and/or output files, to **GraPhlAn**. Input file can be also given in BIOM (both 1 and 2) format.
|
|
0
|
41
|
|
1
|
42 The aim of this tool is to support biologists, helping them by provide the tree and the annotation file for GraPhlAn, automatically.
|
|
|
43
|
|
|
44 Input files
|
|
|
45 -----------
|
|
|
46
|
|
|
47 As shown in the image below, export2graphlan can work with just one of the following files or with both of them.
|
|
|
48
|
|
|
49 * **Result of MetaPhlAn or HUMAnN analysis**: As depicted in the image below, this file can be the result of a MetaPhlAn analysis or a HUMAnN analysis. Generally, it is a tab separated file that have for each row a taxonomy and an abundance value.
|
|
|
50
|
|
|
51 * **Output of LEfSe**: This file is the result of LEfSe execute on the *Result of MetaPhlAn or HUMAnN analysis* file. This file allow GraPhlAn to highlight for you the found biomarkers.
|
|
|
52
|
|
17
|
53 Input parameters5555
|
|
4
|
54 --------------------
|
|
3
|
55
|
|
4
|
56 --annotations ANNOTATIONS
|
|
1
|
57 List which levels should be annotated in the tree. Use
|
|
|
58 a comma separate values form, e.g.,
|
|
|
59 --annotation_levels 1,2,3. Default is None
|
|
4
|
60 --external_annotations EXTERNAL_ANNOTATIONS
|
|
1
|
61 List which levels should use the external legend for
|
|
|
62 the annotation. Use a comma separate values form,
|
|
|
63 e.g., --annotation_levels 1,2,3. Default is None
|
|
|
64 --background_levels BACKGROUND_LEVELS
|
|
|
65 List which levels should be highlight with a shaded
|
|
|
66 background. Use a comma separate values form, e.g.,
|
|
|
67 --background_levels 1,2,3
|
|
|
68 --background_clades BACKGROUND_CLADES
|
|
|
69 Specify the clades that should be highlight with a
|
|
|
70 shaded background. Use a comma separate values form
|
|
|
71 and surround the string with " if it contains spaces.
|
|
|
72 Example: --background_clades "Bacteria.Actinobacteria,
|
|
|
73 Bacteria.Bacteroidetes.Bacteroidia,
|
|
|
74 Bacteria.Firmicutes.Clostridia.Clostridiales"
|
|
|
75 --background_colors BACKGROUND_COLORS
|
|
|
76 Set the color to use for the shaded background. Colors
|
|
|
77 can be either in RGB or HSV (using a semi-colon to
|
|
|
78 separate values, surrounded with ()) format. Use a
|
|
|
79 comma separate values form and surround the string
|
|
|
80 with " if it contains spaces. Example:
|
|
|
81 --background_colors "#29cc36, (150; 100; 100), (280;
|
|
|
82 80; 88)"
|
|
|
83 --title TITLE If specified set the title of the GraPhlAn plot.
|
|
|
84 Surround the string with " if it contains spaces,
|
|
|
85 e.g., --title "Title example"
|
|
|
86 --title_font_size TITLE_FONT_SIZE
|
|
|
87 Set the title font size. Default is 15
|
|
|
88 --def_clade_size DEF_CLADE_SIZE
|
|
|
89 Set a default size for clades that are not found as
|
|
|
90 biomarkers by LEfSe. Default is 10
|
|
|
91 --min_clade_size MIN_CLADE_SIZE
|
|
|
92 Set the minimum value of clades that are biomarkers.
|
|
|
93 Default is 20
|
|
|
94 --max_clade_size MAX_CLADE_SIZE
|
|
|
95 Set the maximum value of clades that are biomarkers.
|
|
|
96 Default is 200
|
|
|
97 --def_font_size DEF_FONT_SIZE
|
|
|
98 Set a default font size. Default is 10
|
|
|
99 --min_font_size MIN_FONT_SIZE
|
|
|
100 Set the minimum font size to use. Default is 8
|
|
|
101 --max_font_size MAX_FONT_SIZE
|
|
|
102 Set the maximum font size. Default is 12
|
|
|
103 --annotation_legend_font_size ANNOTATION_LEGEND_FONT_SIZE
|
|
|
104 Set the font size for the annotation legend. Default
|
|
|
105 is 10
|
|
|
106 --abundance_threshold ABUNDANCE_THRESHOLD
|
|
|
107 Set the minimun abundace value for a clade to be
|
|
|
108 annotated. Default is 20.0
|
|
|
109 --most_abundant MOST_ABUNDANT
|
|
|
110 When only lefse_input is provided, you can specify how
|
|
|
111 many clades highlight. Since the biomarkers are
|
|
|
112 missing, they will be chosen from the most abundant
|
|
|
113 --least_biomarkers LEAST_BIOMARKERS
|
|
|
114 When only lefse_input is provided, you can specify the
|
|
|
115 minimum number of biomarkers to extract. The taxonomy
|
|
|
116 is parsed, and the level is choosen in order to have
|
|
|
117 at least the specified number of biomarkers
|
|
|
118 --discard_otus If specified the OTU ids will be discarde from the
|
|
|
119 taxonmy. Default behavior keep OTU ids in taxonomy
|
|
|
120 --internal_levels If specified sum-up from leaf to root the abundances
|
|
|
121 values. Default behavior do not sum-up abundances on
|
|
|
122 the internal nodes
|
|
|
123
|
|
|
124 input parameters:
|
|
6
|
125 You need to provide at least LEfSe input data
|
|
3
|
126 -i LEFSE_INPUT, --lefse_input LEFSE_INPUT
|
|
6
|
127
|
|
1
|
128 -o LEFSE_OUTPUT, --lefse_output LEFSE_OUTPUT
|
|
|
129
|
|
|
130 output parameters:
|
|
13
|
131
|
|
1
|
132 -t TREE, --tree TREE Output filename where save the input tree for GraPhlAn
|
|
13
|
133
|
|
9
|
134 -a ANNOTATION, --annotation ANNOTATION : This is the Output filename where to save GraPhlAn annotation
|
|
7
|
135
|
|
1
|
136 Input data matrix parameters:
|
|
|
137 --sep SEP
|
|
9
|
138 --out_table OUT_TABLE : This is where to write the processed data matrix to file
|
|
12
|
139
|
|
11
|
140 --fname_row FNAME_ROW : Row number containing the names of the features (default 0, specify -1 if no names are present in the matrix)
|
|
12
|
141
|
|
1
|
142 --sname_row SNAME_ROW
|
|
11
|
143 column number containing the names of the samples (default 0, specify -1 if no names are present in the matrix)
|
|
1
|
144 --metadata_rows METADATA_ROWS
|
|
|
145 Row numbers to use as metadata[default None, meaning
|
|
|
146 no metadata
|
|
|
147 --skip_rows SKIP_ROWS
|
|
|
148 Row numbers to skip (0-indexed, comma separated) from
|
|
|
149 the input file[default None, meaning no rows skipped
|
|
|
150 --sperc SPERC Percentile of sample value distribution for sample
|
|
|
151 selection
|
|
|
152 --fperc FPERC Percentile of feature value distribution for sample
|
|
|
153 selection
|
|
|
154 --stop STOP Number of top samples to select (ordering based on
|
|
|
155 percentile specified by --sperc)
|
|
|
156 --ftop FTOP Number of top features to select (ordering based on
|
|
|
157 percentile specified by --fperc)
|
|
|
158 --def_na DEF_NA Set the default value for missing values [default None
|
|
|
159 which means no replacement]
|
|
|
160
|
|
|
161 Integration
|
|
|
162 ===========
|
|
|
163
|
|
|
164 A graphical representation of how **export2graphlan** can be integrated in the analysis pipeline:
|
|
0
|
165
|
|
|
166 .. image:: https://bitbucket.org/repo/oL6bEG/images/3364692296-graphlan_integration.png
|
|
1
|
167 :height: 672
|
|
|
168 :width: 800
|
|
0
|
169
|
|
1
|
170 Want to know more?
|
|
|
171 ==================
|
|
0
|
172
|
|
2
|
173 If you want to know more about **export2graphlan** please have a look at the tutorial
|
|
0
|
174 </help>
|
|
|
175 </tool>
|