annotate export2graphlan.xml @ 20:65bf0d7f535b draft

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