Mercurial > repos > iuc > graphlan
annotate graphlan.xml @ 1:a490b70e46fc draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit b5bd1ab6e4f3a14819dbc2bdad33006bc6131b3c"
author | iuc |
---|---|
date | Fri, 24 Jan 2020 16:26:12 -0500 |
parents | 8f62f666dcb6 |
children | 6e8eb0c0d91f |
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> |
8f62f666dcb6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff
changeset
|
6 <expand macro="requirements"/> |
8f62f666dcb6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff
changeset
|
7 <stdio> |
8f62f666dcb6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff
changeset
|
8 <regex match="Warning" |
8f62f666dcb6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff
changeset
|
9 source="stderr" |
8f62f666dcb6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff
changeset
|
10 level="warning" |
8f62f666dcb6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff
changeset
|
11 description="" /> |
8f62f666dcb6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff
changeset
|
12 </stdio> |
8f62f666dcb6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff
changeset
|
13 <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
|
14 <command> |
8f62f666dcb6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff
changeset
|
15 <![CDATA[ |
8f62f666dcb6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff
changeset
|
16 graphlan.py |
8f62f666dcb6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff
changeset
|
17 --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
|
18 --size '$size' |
8f62f666dcb6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff
changeset
|
19 #if $pad |
8f62f666dcb6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff
changeset
|
20 --pad '$pad' |
8f62f666dcb6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff
changeset
|
21 #end if |
8f62f666dcb6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff
changeset
|
22 #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
|
23 --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
|
24 #end if |
8f62f666dcb6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff
changeset
|
25 '$input_tree' |
8f62f666dcb6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff
changeset
|
26 #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
|
27 '$png_output_image' |
8f62f666dcb6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff
changeset
|
28 #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
|
29 '$pdf_output_image' |
8f62f666dcb6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff
changeset
|
30 #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
|
31 '$ps_output_image' |
8f62f666dcb6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff
changeset
|
32 #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
|
33 '$eps_output_image' |
8f62f666dcb6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff
changeset
|
34 #else |
8f62f666dcb6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff
changeset
|
35 '$svg_output_image' |
8f62f666dcb6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff
changeset
|
36 #end if |
8f62f666dcb6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff
changeset
|
37 ]]> |
8f62f666dcb6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff
changeset
|
38 </command> |
8f62f666dcb6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff
changeset
|
39 <inputs> |
8f62f666dcb6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff
changeset
|
40 <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
|
41 <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
|
42 <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
|
43 <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
|
44 <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
|
45 <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
|
46 <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
|
47 <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
|
48 </param> |
8f62f666dcb6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff
changeset
|
49 <when value="png"> |
8f62f666dcb6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff
changeset
|
50 <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
|
51 </when> |
8f62f666dcb6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff
changeset
|
52 <when value="pdf"/> |
8f62f666dcb6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff
changeset
|
53 <when value="ps"/> |
8f62f666dcb6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff
changeset
|
54 <when value="eps"/> |
8f62f666dcb6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff
changeset
|
55 <when value="svg"/> |
8f62f666dcb6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff
changeset
|
56 </conditional> |
8f62f666dcb6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff
changeset
|
57 <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
|
58 <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
|
59 </inputs> |
8f62f666dcb6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff
changeset
|
60 <outputs> |
8f62f666dcb6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff
changeset
|
61 <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
|
62 <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
|
63 </data> |
8f62f666dcb6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff
changeset
|
64 <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
|
65 <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
|
66 </data> |
8f62f666dcb6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff
changeset
|
67 <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
|
68 <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
|
69 </data> |
8f62f666dcb6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff
changeset
|
70 <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
|
71 <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
|
72 </data> |
8f62f666dcb6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff
changeset
|
73 <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
|
74 <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
|
75 </data> |
8f62f666dcb6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff
changeset
|
76 </outputs> |
8f62f666dcb6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff
changeset
|
77 <tests> |
8f62f666dcb6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff
changeset
|
78 <test> |
8f62f666dcb6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff
changeset
|
79 <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
|
80 <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
|
81 <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
|
82 <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
|
83 <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
|
84 <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
|
85 </test> |
8f62f666dcb6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff
changeset
|
86 </tests> |
8f62f666dcb6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff
changeset
|
87 <help><![CDATA[ |
8f62f666dcb6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff
changeset
|
88 **What it does** |
8f62f666dcb6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff
changeset
|
89 |
8f62f666dcb6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff
changeset
|
90 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
|
91 |
8f62f666dcb6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff
changeset
|
92 For more information, check the `user manual <https://bitbucket.org/nsegata/graphlan/overview>`_. |
8f62f666dcb6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff
changeset
|
93 |
8f62f666dcb6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff
changeset
|
94 ]]></help> |
8f62f666dcb6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff
changeset
|
95 <expand macro="citations"/> |
8f62f666dcb6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit 6e73e77d186e02d200fc3a61d25311e67864a824
iuc
parents:
diff
changeset
|
96 </tool> |