Mercurial > repos > iuc > picrust_categorize
changeset 6:8c7bafdb713f draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picrust commit 899e24f2aecad79c80667fb6c938dd4573a98820
author | iuc |
---|---|
date | Fri, 09 Feb 2024 21:41:23 +0000 |
parents | 36e87158ef04 |
children | |
files | categorize_by_function.xml macros.xml |
diffstat | 2 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/categorize_by_function.xml Sat Dec 18 16:06:21 2021 +0000 +++ b/categorize_by_function.xml Fri Feb 09 21:41:23 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[
--- a/macros.xml Sat Dec 18 16:06:21 2021 +0000 +++ b/macros.xml Fri Feb 09 21:41:23 2024 +0000 @@ -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>