comparison graphlan_annotate.xml @ 2:97e3b735ed22 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:45 +0000
parents cf1df6b2220a
children
comparison
equal deleted inserted replaced
1:cf1df6b2220a 2:97e3b735ed22
1 <tool id="graphlan_annotate" name="Generation, personalization and annotation of tree" version="@WRAPPER_VERSION@"> 1 <tool id="graphlan_annotate" name="Generation, personalization and annotation of tree" version="@WRAPPER_VERSION@">
2 <description>for GraPhlAn</description> 2 <description>for GraPhlAn</description>
3 <macros> 3 <macros>
4 <import>graphlan_macros.xml</import> 4 <import>graphlan_macros.xml</import>
5 </macros> 5 </macros>
6 <expand macro="bio_tools"/>
6 <expand macro="requirements"/> 7 <expand macro="requirements"/>
7 <stdio> 8 <stdio>
8 <regex match="Warning" 9 <regex match="Warning"
9 source="stderr" 10 source="stderr"
10 level="warning" 11 level="warning"
42 43
43 `graphlan_annotate` modifies any input tree (in any of the three standard format) adding additional information regarding structural or graphical aspects of the tree (like colors and style of the taxa, labels, shadows, heatmaps, ...). 44 `graphlan_annotate` modifies any input tree (in any of the three standard format) adding additional information regarding structural or graphical aspects of the tree (like colors and style of the taxa, labels, shadows, heatmaps, ...).
44 45
45 The annotation file is a tab-delimited file listing the graphical options for clades. Usually each line has three fields: the name of the clade, the name of the option, and the value to assign to the option. Lines can however have two fields (typically for "global" option not referred to a specific clade) or four fields when the external rings (a sort of circular heatmap) is specified. 46 The annotation file is a tab-delimited file listing the graphical options for clades. Usually each line has three fields: the name of the clade, the name of the option, and the value to assign to the option. Lines can however have two fields (typically for "global" option not referred to a specific clade) or four fields when the external rings (a sort of circular heatmap) is specified.
46 47
47 For more information, check the `user manual <https://bitbucket.org/nsegata/graphlan/overview>`_. 48 For more information, check the `user manual <https://github.com/biobakery/graphlan>`_.
48 49
49 ]]></help> 50 ]]></help>
50 <expand macro="citations"/> 51 <expand macro="citations"/>
51 </tool> 52 </tool>