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

Changeset 5:a38a0a966a4d (2021-12-18)
Previous changeset 4:49b6c4392fdc (2019-11-28) Next changeset 6:f17b7d5a87f7 (2024-02-09)
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picrust commit ee7bd710f5194337040a592a5c9069bc3486a68f"
modified:
macros.xml
predict_metagenomes.xml
b
diff -r 49b6c4392fdc -r a38a0a966a4d macros.xml
--- a/macros.xml Thu Nov 28 15:54:58 2019 -0500
+++ b/macros.xml Sat Dec 18 16:07:43 2021 +0000
b
@@ -1,5 +1,5 @@
 <macros>
-    <token name="@WRAPPER_VERSION@">1.1.1</token>
+    <token name="@TOOL_VERSION@">1.1.1</token>
     <xml name="requirements">
         <requirements>
             <requirement type="package" version="1.1.1">picrust</requirement>
@@ -77,7 +77,7 @@
 For more information please visit:
 
 - PICRUSt Documentation: https://picrust.github.io/picrust/
-- PICRUSt GitHub: http://picrust.github.com/
+- PICRUSt GitHub: https://github.com/picrust/picrust/
 - PICRUSt Support: https://groups.google.com/d/forum/picrust-users
 
 **Reference Data**
b
diff -r 49b6c4392fdc -r a38a0a966a4d predict_metagenomes.xml
--- a/predict_metagenomes.xml Thu Nov 28 15:54:58 2019 -0500
+++ b/predict_metagenomes.xml Sat Dec 18 16:07:43 2021 +0000
b
@@ -1,4 +1,4 @@
-<tool id="picrust_predict_metagenomes" name="Predict Metagenome" version="@WRAPPER_VERSION@.0">
+<tool id="picrust_predict_metagenomes" name="Predict Metagenome" version="@TOOL_VERSION@.0">
     <description>based on the abundance of OTUs and a functional database</description>
     <macros>
         <import>macros.xml</import>