Mercurial > repos > iuc > picrust_predict_metagenomes
changeset 6:f17b7d5a87f7 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:42:15 +0000 |
parents | a38a0a966a4d |
children | |
files | macros.xml predict_metagenomes.xml |
diffstat | 2 files changed, 8 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/macros.xml Sat Dec 18 16:07:43 2021 +0000 +++ b/macros.xml Fri Feb 09 21:42:15 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>
--- a/predict_metagenomes.xml Sat Dec 18 16:07:43 2021 +0000 +++ b/predict_metagenomes.xml Fri Feb 09 21:42:15 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[ @@ -36,7 +37,7 @@ </data> </outputs> <tests> - <test> <!-- test with accuracy metrics and normalizations --> + <test expect_num_outputs="2"> <!-- test with accuracy metrics and normalizations --> <param name="input_data" value="otu_table_for_custom_trait_table.biom"/> <param name="source" value="hist"/> <param name="precalc" value="custom_trait_table.tab"/>