Mercurial > repos > bebatut > graphlan
diff graphlan_annotate.xml @ 2:64e69b47b4ec draft
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/graphlan/ commit fe1ede437f1b0e414d84d75e6a607047d1678444-dirty
author | bebatut |
---|---|
date | Mon, 02 May 2016 05:44:20 -0400 |
parents | 5cdaa98d9376 |
children |
line wrap: on
line diff
--- a/graphlan_annotate.xml Fri Apr 01 05:51:57 2016 -0400 +++ b/graphlan_annotate.xml Mon May 02 05:44:20 2016 -0400 @@ -1,14 +1,18 @@ -<tool id="graphlan_annotate" name="Modify an input tree for GraPhlAn" version="1.0"> +<tool id="graphlan_annotate" name="Generation, personalization and annotation of tree" version="0.9.7"> - <description></description> + <description>for GraPhlAn</description> - <requirements> - <requirement type="package" version="1.66">biopython</requirement> - <requirement type="package" version="1.4">matplotlib</requirement> - <requirement type="package" version="1.0">graphlan</requirement> - </requirements> + <macros> + <import>graphlan_macros.xml</import> + </macros> + + <expand macro="requirements"/> <stdio> + <regex match="Warning" + source="stderr" + level="warning" + description="" /> </stdio> <version_command> @@ -30,11 +34,9 @@ </command> <inputs> - <param name="input_tree" type="data" format="txt" label="Input tree" - help="Newick, Nexus, PhyloXML or plain text"/> + <param name="input_tree" type="data" format="txt" label="Input tree" help="Newick, Nexus, PhyloXML or plain text"/> - <param name="annot" type="data" format="txt" label="Annotation file - (Optional)" help="(--annot)" optional="True"/> + <param name="annot" type="data" format="txt" label="Annotation file (Optional)" help="The annotation file is a tab-delimited file listing the graphical options for clades(--annot)" optional="True"/> </inputs> <outputs> @@ -46,22 +48,18 @@ <test> <param name="input_tree" value="input_tree.txt" /> <param name="annot" value="input_annotation.txt" /> - <output name="output_tree" value="output_modified_tree.txt" /> + <output name="output_tree" file="intermediary_tree.txt" /> </test> </tests> <help><![CDATA[ - **What it does** -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. +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. -`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, ...). +`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, ...). + +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. For more information, check the `user manual <https://bitbucket.org/nsegata/graphlan/overview>`_.