annotate biom_normalize_table.xml @ 8:9443ac1f7108 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit 4d77c1e4bd9f6876ee338858a8cd4c7e9528d54c
author iuc
date Wed, 13 Sep 2023 09:39:15 +0000
parents ea1936aa2d98
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3
ea1936aa2d98 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit 4ca0a67fd4126f8b2a135b6cb7894042e980b39a"
iuc
parents: 0
diff changeset
1 <tool id="biom_normalize_table" name="Normalize" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
0
a900ebd4a533 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f609ae13de8441b0311e4817aca4f1d1635da028
iuc
parents:
diff changeset
2 <description>a BIOM table</description>
a900ebd4a533 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f609ae13de8441b0311e4817aca4f1d1635da028
iuc
parents:
diff changeset
3 <macros>
a900ebd4a533 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f609ae13de8441b0311e4817aca4f1d1635da028
iuc
parents:
diff changeset
4 <import>macros.xml</import>
a900ebd4a533 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f609ae13de8441b0311e4817aca4f1d1635da028
iuc
parents:
diff changeset
5 </macros>
a900ebd4a533 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f609ae13de8441b0311e4817aca4f1d1635da028
iuc
parents:
diff changeset
6 <expand macro="requirements" />
a900ebd4a533 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f609ae13de8441b0311e4817aca4f1d1635da028
iuc
parents:
diff changeset
7 <expand macro="version_command" />
a900ebd4a533 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f609ae13de8441b0311e4817aca4f1d1635da028
iuc
parents:
diff changeset
8 <command detect_errors="exit_code">
a900ebd4a533 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f609ae13de8441b0311e4817aca4f1d1635da028
iuc
parents:
diff changeset
9 <![CDATA[
a900ebd4a533 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f609ae13de8441b0311e4817aca4f1d1635da028
iuc
parents:
diff changeset
10 biom normalize-table
a900ebd4a533 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f609ae13de8441b0311e4817aca4f1d1635da028
iuc
parents:
diff changeset
11 --input-fp '$input_fp'
a900ebd4a533 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f609ae13de8441b0311e4817aca4f1d1635da028
iuc
parents:
diff changeset
12 --output-fp '$output_fp'
a900ebd4a533 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f609ae13de8441b0311e4817aca4f1d1635da028
iuc
parents:
diff changeset
13 $relative_abund
a900ebd4a533 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f609ae13de8441b0311e4817aca4f1d1635da028
iuc
parents:
diff changeset
14 $presence_absence
a900ebd4a533 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f609ae13de8441b0311e4817aca4f1d1635da028
iuc
parents:
diff changeset
15 --axis '$axis'
a900ebd4a533 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f609ae13de8441b0311e4817aca4f1d1635da028
iuc
parents:
diff changeset
16 ]]>
a900ebd4a533 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f609ae13de8441b0311e4817aca4f1d1635da028
iuc
parents:
diff changeset
17 </command>
a900ebd4a533 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f609ae13de8441b0311e4817aca4f1d1635da028
iuc
parents:
diff changeset
18 <inputs>
8
9443ac1f7108 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit 4d77c1e4bd9f6876ee338858a8cd4c7e9528d54c
iuc
parents: 3
diff changeset
19 <param argument="--input-fp" type="data" format="biom1" label="BIOM table to normalize" />
9443ac1f7108 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit 4d77c1e4bd9f6876ee338858a8cd4c7e9528d54c
iuc
parents: 3
diff changeset
20 <param argument="--relative-abund" type="boolean" checked="True" truevalue="--relative-abund" falsevalue="" label="Convert table to relative abundance" />
9443ac1f7108 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit 4d77c1e4bd9f6876ee338858a8cd4c7e9528d54c
iuc
parents: 3
diff changeset
21 <param argument="--presence-absence" type="boolean" checked="True" truevalue="--presence-absence" falsevalue="" label="Convert table to presence/absence" />
0
a900ebd4a533 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f609ae13de8441b0311e4817aca4f1d1635da028
iuc
parents:
diff changeset
22 <param argument="--axis" type="select" label="The axis to normalize over">
a900ebd4a533 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f609ae13de8441b0311e4817aca4f1d1635da028
iuc
parents:
diff changeset
23 <option value="sample" selected="True">Sample</option>
a900ebd4a533 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f609ae13de8441b0311e4817aca4f1d1635da028
iuc
parents:
diff changeset
24 <option value="observation">Observation</option>
a900ebd4a533 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f609ae13de8441b0311e4817aca4f1d1635da028
iuc
parents:
diff changeset
25 </param>
a900ebd4a533 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f609ae13de8441b0311e4817aca4f1d1635da028
iuc
parents:
diff changeset
26 </inputs>
a900ebd4a533 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f609ae13de8441b0311e4817aca4f1d1635da028
iuc
parents:
diff changeset
27 <outputs>
a900ebd4a533 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f609ae13de8441b0311e4817aca4f1d1635da028
iuc
parents:
diff changeset
28 <data format="biom1" name="output_fp"/>
a900ebd4a533 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f609ae13de8441b0311e4817aca4f1d1635da028
iuc
parents:
diff changeset
29 </outputs>
a900ebd4a533 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f609ae13de8441b0311e4817aca4f1d1635da028
iuc
parents:
diff changeset
30 <tests>
a900ebd4a533 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f609ae13de8441b0311e4817aca4f1d1635da028
iuc
parents:
diff changeset
31 <test>
a900ebd4a533 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f609ae13de8441b0311e4817aca4f1d1635da028
iuc
parents:
diff changeset
32 <param name="input_fp" value="input_abundance_1.biom1" />
a900ebd4a533 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f609ae13de8441b0311e4817aca4f1d1635da028
iuc
parents:
diff changeset
33 <param name="relative_abund" value="--relative-abund" />
a900ebd4a533 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f609ae13de8441b0311e4817aca4f1d1635da028
iuc
parents:
diff changeset
34 <param name="presence_absence" value="" />
a900ebd4a533 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f609ae13de8441b0311e4817aca4f1d1635da028
iuc
parents:
diff changeset
35 <param name="axis" value="sample" />
a900ebd4a533 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f609ae13de8441b0311e4817aca4f1d1635da028
iuc
parents:
diff changeset
36 <output name="output_fp" value="normalized_relative_abund_samples.biom" ftype="biom1" compare="sim_size"/>
a900ebd4a533 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f609ae13de8441b0311e4817aca4f1d1635da028
iuc
parents:
diff changeset
37 </test>
a900ebd4a533 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f609ae13de8441b0311e4817aca4f1d1635da028
iuc
parents:
diff changeset
38 <test>
a900ebd4a533 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f609ae13de8441b0311e4817aca4f1d1635da028
iuc
parents:
diff changeset
39 <param name="input_fp" value="input_abundance_1.biom1" />
a900ebd4a533 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f609ae13de8441b0311e4817aca4f1d1635da028
iuc
parents:
diff changeset
40 <param name="relative_abund" value="" />
a900ebd4a533 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f609ae13de8441b0311e4817aca4f1d1635da028
iuc
parents:
diff changeset
41 <param name="presence_absence" value="--presence-absence" />
a900ebd4a533 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f609ae13de8441b0311e4817aca4f1d1635da028
iuc
parents:
diff changeset
42 <param name="axis" value="observation" />
a900ebd4a533 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f609ae13de8441b0311e4817aca4f1d1635da028
iuc
parents:
diff changeset
43 <output name="output_fp" value="normalized_presence_absence_observations.biom" ftype="biom1" compare="sim_size"/>
a900ebd4a533 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f609ae13de8441b0311e4817aca4f1d1635da028
iuc
parents:
diff changeset
44 </test>
a900ebd4a533 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f609ae13de8441b0311e4817aca4f1d1635da028
iuc
parents:
diff changeset
45 </tests>
a900ebd4a533 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f609ae13de8441b0311e4817aca4f1d1635da028
iuc
parents:
diff changeset
46 <help><![CDATA[
a900ebd4a533 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f609ae13de8441b0311e4817aca4f1d1635da028
iuc
parents:
diff changeset
47 Normalize the values of a BIOM table through various methods. Relative abundance will take the relative abundance of each observation in terms of samples or observations. Presence absensece will convert observations to 1's and 0's based on presence of the observation.
a900ebd4a533 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f609ae13de8441b0311e4817aca4f1d1635da028
iuc
parents:
diff changeset
48 ]]></help>
a900ebd4a533 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f609ae13de8441b0311e4817aca4f1d1635da028
iuc
parents:
diff changeset
49 <expand macro="citations" />
a900ebd4a533 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f609ae13de8441b0311e4817aca4f1d1635da028
iuc
parents:
diff changeset
50 </tool>