Mercurial > repos > iuc > picrust_predict_metagenomes
changeset 5:a38a0a966a4d draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picrust commit ee7bd710f5194337040a592a5c9069bc3486a68f"
author | iuc |
---|---|
date | Sat, 18 Dec 2021 16:07:43 +0000 |
parents | 49b6c4392fdc |
children | f17b7d5a87f7 |
files | macros.xml predict_metagenomes.xml |
diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/macros.xml Thu Nov 28 15:54:58 2019 -0500 +++ b/macros.xml Sat Dec 18 16:07:43 2021 +0000 @@ -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**
--- a/predict_metagenomes.xml Thu Nov 28 15:54:58 2019 -0500 +++ b/predict_metagenomes.xml Sat Dec 18 16:07:43 2021 +0000 @@ -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>