Previous changeset 4:2e62e32d4f33 (2019-11-28) Next changeset 6:65e5f9caefcc (2024-02-09) |
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picrust commit ee7bd710f5194337040a592a5c9069bc3486a68f" |
modified:
macros.xml normalize_by_copy_number.xml |
b |
diff -r 2e62e32d4f33 -r 3bd5f5afb9b1 macros.xml --- a/macros.xml Thu Nov 28 15:53:49 2019 -0500 +++ b/macros.xml Sat Dec 18 16:08:07 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 2e62e32d4f33 -r 3bd5f5afb9b1 normalize_by_copy_number.xml --- 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 |
b |
@@ -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> |