changeset 5:3bd5f5afb9b1 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:08:07 +0000
parents 2e62e32d4f33
children 65e5f9caefcc
files macros.xml normalize_by_copy_number.xml
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/macros.xml	Thu Nov 28 15:53:49 2019 -0500
+++ b/macros.xml	Sat Dec 18 16:08:07 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/normalize_by_copy_number.xml	Thu Nov 28 15:53:49 2019 -0500
+++ b/normalize_by_copy_number.xml	Sat Dec 18 16:08:07 2021 +0000
@@ -1,4 +1,4 @@
-<tool id="picrust_normalize_by_copy_number" name="Normalize" version="@WRAPPER_VERSION@.0">
+<tool id="picrust_normalize_by_copy_number" name="Normalize" version="@TOOL_VERSION@.1">
     <description>the relative abundance of each OTU by the predicted number of 16S copies</description>
     <macros>
         <import>macros.xml</import>
@@ -14,7 +14,7 @@
             @OUTPUT_CONVERSION_COMMANDS@
     ]]></command>
     <inputs>
-        <param name="input_data" type="data" format="biom1,h5" label="Input file" help="biom file"/>
+        <param name="input_data" type="data" format="tabular,biom1,h5" label="Input file" help="biom file"/>
         <expand macro="otu-reference-precalculated"/>
         <expand macro="biom_format_select"/>
     </inputs>