annotate graphlan.xml @ 2:6e8eb0c0d91f draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit fb23555b3087ca4022f0d186dfea40c2407ca211
author iuc
date Fri, 09 Feb 2024 21:29:49 +0000
parents a490b70e46fc
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
a490b70e46fc "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit b5bd1ab6e4f3a14819dbc2bdad33006bc6131b3c"
iuc
parents: 0
diff changeset
1 <tool id="graphlan" name="GraPhlAn" version="@WRAPPER_VERSION@">
0
8f62f666dcb6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff changeset
2 <description>to produce graphical output of an input tree</description>
8f62f666dcb6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff changeset
3 <macros>
8f62f666dcb6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff changeset
4 <import>graphlan_macros.xml</import>
8f62f666dcb6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff changeset
5 </macros>
2
6e8eb0c0d91f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit fb23555b3087ca4022f0d186dfea40c2407ca211
iuc
parents: 1
diff changeset
6 <expand macro="bio_tools"/>
0
8f62f666dcb6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff changeset
7 <expand macro="requirements"/>
8f62f666dcb6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff changeset
8 <stdio>
8f62f666dcb6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff changeset
9 <regex match="Warning"
8f62f666dcb6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff changeset
10 source="stderr"
8f62f666dcb6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff changeset
11 level="warning"
8f62f666dcb6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff changeset
12 description="" />
8f62f666dcb6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff changeset
13 </stdio>
8f62f666dcb6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff changeset
14 <version_command>graphlan.py -v</version_command>
8f62f666dcb6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff changeset
15 <command>
8f62f666dcb6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff changeset
16 <![CDATA[
8f62f666dcb6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff changeset
17 graphlan.py
8f62f666dcb6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff changeset
18 --format '$image_format.format'
8f62f666dcb6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff changeset
19 --size '$size'
8f62f666dcb6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff changeset
20 #if $pad
8f62f666dcb6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff changeset
21 --pad '$pad'
8f62f666dcb6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff changeset
22 #end if
8f62f666dcb6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff changeset
23 #if str($image_format.format) == "png" and $image_format.dpi
8f62f666dcb6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff changeset
24 --dpi '$image_format.dpi'
8f62f666dcb6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff changeset
25 #end if
8f62f666dcb6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff changeset
26 '$input_tree'
8f62f666dcb6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff changeset
27 #if str($image_format.format) == "png"
8f62f666dcb6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff changeset
28 '$png_output_image'
8f62f666dcb6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff changeset
29 #else if str($image_format.format) == "pdf"
8f62f666dcb6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff changeset
30 '$pdf_output_image'
8f62f666dcb6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff changeset
31 #else if str($image_format.format) == "ps"
8f62f666dcb6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff changeset
32 '$ps_output_image'
8f62f666dcb6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff changeset
33 #else if str($image_format.format) == "eps"
8f62f666dcb6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff changeset
34 '$eps_output_image'
8f62f666dcb6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff changeset
35 #else
8f62f666dcb6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff changeset
36 '$svg_output_image'
8f62f666dcb6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff changeset
37 #end if
8f62f666dcb6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff changeset
38 ]]>
8f62f666dcb6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff changeset
39 </command>
8f62f666dcb6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff changeset
40 <inputs>
8f62f666dcb6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff changeset
41 <param name="input_tree" type="data" format="txt,nhx,phyloxml" label="Input tree"/>
8f62f666dcb6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff changeset
42 <conditional name="image_format">
8f62f666dcb6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff changeset
43 <param argument='--format' type="select" label="Output format">
8f62f666dcb6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff changeset
44 <option value="png" selected="true">PNG</option>
8f62f666dcb6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff changeset
45 <option value="pdf">PDF</option>
8f62f666dcb6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff changeset
46 <option value="ps">PS</option>
8f62f666dcb6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff changeset
47 <option value="eps">EPS</option>
8f62f666dcb6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff changeset
48 <option value="svg">SVG</option>
8f62f666dcb6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff changeset
49 </param>
8f62f666dcb6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff changeset
50 <when value="png">
8f62f666dcb6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff changeset
51 <param argument="--dpi" type="integer" label="Dpi of the output image" optional="True"/>
8f62f666dcb6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff changeset
52 </when>
8f62f666dcb6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff changeset
53 <when value="pdf"/>
8f62f666dcb6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff changeset
54 <when value="ps"/>
8f62f666dcb6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff changeset
55 <when value="eps"/>
8f62f666dcb6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff changeset
56 <when value="svg"/>
8f62f666dcb6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff changeset
57 </conditional>
8f62f666dcb6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff changeset
58 <param argument="--size" type="integer" value="7" label="Size of the output image"/>
8f62f666dcb6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff changeset
59 <param argument="--pad" type="integer" label="Distance between the most external graphical element and the border of the image" optional="True"/>
8f62f666dcb6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff changeset
60 </inputs>
8f62f666dcb6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff changeset
61 <outputs>
8f62f666dcb6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff changeset
62 <data format="png" name="png_output_image" label="${tool.name} on ${on_string}: PNG">
8f62f666dcb6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff changeset
63 <filter>image_format['format']=="png"</filter>
8f62f666dcb6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff changeset
64 </data>
8f62f666dcb6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff changeset
65 <data format="pdf" name="pdf_output_image" label="${tool.name} on ${on_string}: PDF">
8f62f666dcb6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff changeset
66 <filter>image_format['format']=="pdf"</filter>
8f62f666dcb6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff changeset
67 </data>
8f62f666dcb6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff changeset
68 <data format="ps" name="ps_output_image" label="${tool.name} on ${on_string}: PS">
8f62f666dcb6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff changeset
69 <filter>image_format['format']=="ps"</filter>
8f62f666dcb6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff changeset
70 </data>
8f62f666dcb6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff changeset
71 <data format="eps" name="eps_output_image" label="${tool.name} on ${on_string}: EPS">
8f62f666dcb6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff changeset
72 <filter>image_format['format']=="eps"</filter>
8f62f666dcb6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff changeset
73 </data>
8f62f666dcb6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff changeset
74 <data format="svg" name="svg_output_image" label="${tool.name} on ${on_string}: SVG">
8f62f666dcb6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff changeset
75 <filter>image_format['format']=="svg"</filter>
8f62f666dcb6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff changeset
76 </data>
8f62f666dcb6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff changeset
77 </outputs>
8f62f666dcb6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff changeset
78 <tests>
2
6e8eb0c0d91f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit fb23555b3087ca4022f0d186dfea40c2407ca211
iuc
parents: 1
diff changeset
79 <test expect_num_outputs="1">
0
8f62f666dcb6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff changeset
80 <param name="input_tree" value="intermediary_tree"/>
8f62f666dcb6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff changeset
81 <param name="format" value="png"/>
8f62f666dcb6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff changeset
82 <param name="dpi" value="100"/>
8f62f666dcb6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff changeset
83 <param name="size" value="7"/>
8f62f666dcb6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff changeset
84 <param name="pad" value="2"/>
1
a490b70e46fc "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit b5bd1ab6e4f3a14819dbc2bdad33006bc6131b3c"
iuc
parents: 0
diff changeset
85 <output name="png_output_image" file="png_image.png" compare="sim_size" delta="20000"/>
0
8f62f666dcb6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff changeset
86 </test>
8f62f666dcb6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff changeset
87 </tests>
8f62f666dcb6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff changeset
88 <help><![CDATA[
8f62f666dcb6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff changeset
89 **What it does**
8f62f666dcb6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff changeset
90
8f62f666dcb6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff changeset
91 GraPhlAn is a software tool for producing high-quality circular representations of taxonomic and phylogenetic trees. GraPhlAn focuses on concise, integrative, informative, and publication-ready representations of phylogenetically- and taxonomically-driven investigation.
8f62f666dcb6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff changeset
92
2
6e8eb0c0d91f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit fb23555b3087ca4022f0d186dfea40c2407ca211
iuc
parents: 1
diff changeset
93 For more information, check the `user manual <https://github.com/biobakery/graphlan>`_.
0
8f62f666dcb6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff changeset
94
8f62f666dcb6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff changeset
95 ]]></help>
8f62f666dcb6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff changeset
96 <expand macro="citations"/>
8f62f666dcb6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff changeset
97 </tool>