Previous changeset 3:9168545e09df (2021-12-18) |
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picrust commit 899e24f2aecad79c80667fb6c938dd4573a98820 |
modified:
compare_biom.xml macros.xml |
b |
diff -r 9168545e09df -r 8e2ac1b8f70a compare_biom.xml --- a/compare_biom.xml Sat Dec 18 16:08:32 2021 +0000 +++ b/compare_biom.xml Fri Feb 09 21:41:50 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="exit_code"><![CDATA[ |
b |
diff -r 9168545e09df -r 8e2ac1b8f70a macros.xml --- a/macros.xml Sat Dec 18 16:08:32 2021 +0000 +++ b/macros.xml Fri Feb 09 21:41:50 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> |