Mercurial > repos > iuc > biom_normalize_table
annotate biom_normalize_table.xml @ 9:4ede01f01d20 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit 2230d399cc6a526674f192099f00632dcc931e8c
author | iuc |
---|---|
date | Fri, 09 Feb 2024 21:35:33 +0000 |
parents | e34a4fe24d77 |
children |
rev | line source |
---|---|
2
bf72690f0fb0
"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
a03e97724306
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
2 <description>a BIOM table</description> |
a03e97724306
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
3 <macros> |
a03e97724306
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
4 <import>macros.xml</import> |
a03e97724306
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
5 </macros> |
9
4ede01f01d20
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit 2230d399cc6a526674f192099f00632dcc931e8c
iuc
parents:
7
diff
changeset
|
6 <expand macro="bio_tools"/> |
0
a03e97724306
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
7 <expand macro="requirements" /> |
a03e97724306
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
8 <expand macro="version_command" /> |
a03e97724306
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
9 <command detect_errors="exit_code"> |
a03e97724306
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
10 <![CDATA[ |
a03e97724306
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
11 biom normalize-table |
a03e97724306
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
12 --input-fp '$input_fp' |
a03e97724306
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
13 --output-fp '$output_fp' |
a03e97724306
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
14 $relative_abund |
a03e97724306
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
15 $presence_absence |
a03e97724306
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
16 --axis '$axis' |
a03e97724306
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
17 ]]> |
a03e97724306
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
18 </command> |
a03e97724306
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
19 <inputs> |
7
e34a4fe24d77
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit 4d77c1e4bd9f6876ee338858a8cd4c7e9528d54c
iuc
parents:
2
diff
changeset
|
20 <param argument="--input-fp" type="data" format="biom1" label="BIOM table to normalize" /> |
e34a4fe24d77
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit 4d77c1e4bd9f6876ee338858a8cd4c7e9528d54c
iuc
parents:
2
diff
changeset
|
21 <param argument="--relative-abund" type="boolean" checked="True" truevalue="--relative-abund" falsevalue="" label="Convert table to relative abundance" /> |
e34a4fe24d77
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit 4d77c1e4bd9f6876ee338858a8cd4c7e9528d54c
iuc
parents:
2
diff
changeset
|
22 <param argument="--presence-absence" type="boolean" checked="True" truevalue="--presence-absence" falsevalue="" label="Convert table to presence/absence" /> |
0
a03e97724306
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
23 <param argument="--axis" type="select" label="The axis to normalize over"> |
a03e97724306
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
24 <option value="sample" selected="True">Sample</option> |
a03e97724306
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
25 <option value="observation">Observation</option> |
a03e97724306
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
26 </param> |
a03e97724306
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
27 </inputs> |
a03e97724306
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
28 <outputs> |
a03e97724306
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
29 <data format="biom1" name="output_fp"/> |
a03e97724306
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
30 </outputs> |
a03e97724306
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
31 <tests> |
a03e97724306
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
32 <test> |
a03e97724306
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
33 <param name="input_fp" value="input_abundance_1.biom1" /> |
a03e97724306
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
34 <param name="relative_abund" value="--relative-abund" /> |
a03e97724306
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
35 <param name="presence_absence" value="" /> |
a03e97724306
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
36 <param name="axis" value="sample" /> |
a03e97724306
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
37 <output name="output_fp" value="normalized_relative_abund_samples.biom" ftype="biom1" compare="sim_size"/> |
a03e97724306
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
38 </test> |
a03e97724306
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
39 <test> |
a03e97724306
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
40 <param name="input_fp" value="input_abundance_1.biom1" /> |
a03e97724306
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
41 <param name="relative_abund" value="" /> |
a03e97724306
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
42 <param name="presence_absence" value="--presence-absence" /> |
a03e97724306
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
43 <param name="axis" value="observation" /> |
a03e97724306
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
44 <output name="output_fp" value="normalized_presence_absence_observations.biom" ftype="biom1" compare="sim_size"/> |
a03e97724306
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
45 </test> |
a03e97724306
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
46 </tests> |
a03e97724306
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
47 <help><![CDATA[ |
a03e97724306
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
48 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. |
a03e97724306
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
49 ]]></help> |
a03e97724306
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
50 <expand macro="citations" /> |
a03e97724306
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
51 </tool> |