Previous changeset 2:21999f3aeb04 (2021-12-18) |
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picrust commit 899e24f2aecad79c80667fb6c938dd4573a98820 |
modified:
format_tree_and_trait_table.xml macros.xml |
b |
diff -r 21999f3aeb04 -r 9a0f8171a2e2 format_tree_and_trait_table.xml --- a/format_tree_and_trait_table.xml Sat Dec 18 16:06:54 2021 +0000 +++ b/format_tree_and_trait_table.xml Fri Feb 09 21:41:10 2024 +0000 |
[ |
@@ -3,6 +3,7 @@ <macros> <import>macros.xml</import> </macros> + <expand macro="bio_tools"/> <expand macro="requirements"/> <expand macro="version_command"/> <command detect_errors="aggressive"><![CDATA[ |
b |
diff -r 21999f3aeb04 -r 9a0f8171a2e2 macros.xml --- a/macros.xml Sat Dec 18 16:06:54 2021 +0000 +++ b/macros.xml Fri Feb 09 21:41:10 2024 +0000 |
b |
@@ -5,6 +5,12 @@ <requirement type="package" version="1.1.1">picrust</requirement> </requirements> </xml> + + <xml name="bio_tools"> + <xrefs> + <xref type="bio.tools">picrust</xref> + </xrefs> + </xml> <xml name="version_command"> <version_command>predict_metagenomes.py --version | cut -d" " -f3 </version_command> |