comparison export2graphlan.xml @ 2:635c90a27692 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/export2graphlan/ commit 1a2cbe050c6b172147064cb53b16d6833f138b68
author iuc
date Fri, 09 Feb 2024 21:29:27 +0000
parents b16989c1e3a7
children
comparison
equal deleted inserted replaced
1:b16989c1e3a7 2:635c90a27692
1 <tool id="export2graphlan" name="Export to GraPhlAn" version="@VERSION@+@GALAXY_VERSION@"> 1 <tool id="export2graphlan" name="Export to GraPhlAn" version="@VERSION@+@GALAXY_VERSION@">
2 <macros> 2 <macros>
3 <token name="@VERSION@">0.20</token> 3 <token name="@VERSION@">0.20</token>
4 <token name="@GALAXY_VERSION@">galaxy0</token> 4 <token name="@GALAXY_VERSION@">galaxy0</token>
5 </macros> 5 </macros>
6 <xrefs>
7 <xref type="bio.tools">export2graphlan</xref>
8 </xrefs>
6 <requirements> 9 <requirements>
7 <requirement type="package" version="@VERSION@">export2graphlan</requirement> 10 <requirement type="package" version="@VERSION@">export2graphlan</requirement>
8 </requirements> 11 </requirements>
9 <version_command> 12 <version_command>
10 <![CDATA[ 13 <![CDATA[
170 173
171 export2graphlan is a conversion software tool to produce both annotation and tree file for GraPhlAn. It can convert MetaPhlAn, LEfSe, and/or HUMAnN output to GraPhlAn input format 174 export2graphlan is a conversion software tool to produce both annotation and tree file for GraPhlAn. It can convert MetaPhlAn, LEfSe, and/or HUMAnN output to GraPhlAn input format
172 175
173 In particular, the annotation file tries to highlight specific sub-trees deriving automatically from input file what nodes are important. 176 In particular, the annotation file tries to highlight specific sub-trees deriving automatically from input file what nodes are important.
174 177
175 For more information, check the `user manual <https://bitbucket.org/CibioCM/export2graphlan/overview/>`_. 178 For more information, check the `user manual <https://github.com/SegataLab/export2graphlan/>`_.
176 179
177 ]]></help> 180 ]]></help>
178 <citations> 181 <citations>
182 <citation type="doi">10.7717/peerj.1029</citation>
179 </citations> 183 </citations>
180 </tool> 184 </tool>