Repository 'picrust_predict_metagenomes'
hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/picrust_predict_metagenomes

Changeset 6:f17b7d5a87f7 (2024-02-09)
Previous changeset 5:a38a0a966a4d (2021-12-18)
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picrust commit 899e24f2aecad79c80667fb6c938dd4573a98820
modified:
macros.xml
predict_metagenomes.xml
b
diff -r a38a0a966a4d -r f17b7d5a87f7 macros.xml
--- a/macros.xml Sat Dec 18 16:07:43 2021 +0000
+++ b/macros.xml Fri Feb 09 21:42:15 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>
b
diff -r a38a0a966a4d -r f17b7d5a87f7 predict_metagenomes.xml
--- 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"/>