comparison normalize_by_copy_number.xml @ 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
comparison
equal deleted inserted replaced
4:2e62e32d4f33 5:3bd5f5afb9b1
1 <tool id="picrust_normalize_by_copy_number" name="Normalize" version="@WRAPPER_VERSION@.0"> 1 <tool id="picrust_normalize_by_copy_number" name="Normalize" version="@TOOL_VERSION@.1">
2 <description>the relative abundance of each OTU by the predicted number of 16S copies</description> 2 <description>the relative abundance of each OTU by the predicted number of 16S copies</description>
3 <macros> 3 <macros>
4 <import>macros.xml</import> 4 <import>macros.xml</import>
5 </macros> 5 </macros>
6 <expand macro="requirements"/> 6 <expand macro="requirements"/>
12 -c '$gg.precalc' 12 -c '$gg.precalc'
13 13
14 @OUTPUT_CONVERSION_COMMANDS@ 14 @OUTPUT_CONVERSION_COMMANDS@
15 ]]></command> 15 ]]></command>
16 <inputs> 16 <inputs>
17 <param name="input_data" type="data" format="biom1,h5" label="Input file" help="biom file"/> 17 <param name="input_data" type="data" format="tabular,biom1,h5" label="Input file" help="biom file"/>
18 <expand macro="otu-reference-precalculated"/> 18 <expand macro="otu-reference-precalculated"/>
19 <expand macro="biom_format_select"/> 19 <expand macro="biom_format_select"/>
20 </inputs> 20 </inputs>
21 <outputs> 21 <outputs>
22 <expand macro="biom_output"/> 22 <expand macro="biom_output"/>