| Previous changeset 1:a490b70e46fc (2020-01-24) |
|
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/humann2/ commit fb23555b3087ca4022f0d186dfea40c2407ca211 |
|
modified:
graphlan.xml graphlan_macros.xml |
| b |
| diff -r a490b70e46fc -r 6e8eb0c0d91f graphlan.xml --- a/graphlan.xml Fri Jan 24 16:26:12 2020 -0500 +++ b/graphlan.xml Fri Feb 09 21:29:49 2024 +0000 |
| b |
| @@ -3,6 +3,7 @@ <macros> <import>graphlan_macros.xml</import> </macros> + <expand macro="bio_tools"/> <expand macro="requirements"/> <stdio> <regex match="Warning" @@ -75,7 +76,7 @@ </data> </outputs> <tests> - <test> + <test expect_num_outputs="1"> <param name="input_tree" value="intermediary_tree"/> <param name="format" value="png"/> <param name="dpi" value="100"/> @@ -89,7 +90,7 @@ 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. -For more information, check the `user manual <https://bitbucket.org/nsegata/graphlan/overview>`_. +For more information, check the `user manual <https://github.com/biobakery/graphlan>`_. ]]></help> <expand macro="citations"/> |
| b |
| diff -r a490b70e46fc -r 6e8eb0c0d91f graphlan_macros.xml --- a/graphlan_macros.xml Fri Jan 24 16:26:12 2020 -0500 +++ b/graphlan_macros.xml Fri Feb 09 21:29:49 2024 +0000 |
| b |
| @@ -1,6 +1,11 @@ <?xml version="1.0"?> <macros> <token name="@WRAPPER_VERSION@">1.1.3</token> + <xml name="bio_tools"> + <xrefs> + <xref type="bio.tools">graphlan</xref> + </xrefs> + </xml> <xml name="requirements"> <requirements> <requirement type="package" version="@WRAPPER_VERSION@">graphlan</requirement> |