Mercurial > repos > iuc > biom_normalize_table
annotate biom_normalize_table.xml @ 0:a900ebd4a533 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f609ae13de8441b0311e4817aca4f1d1635da028
| author | iuc |
|---|---|
| date | Wed, 31 May 2017 11:20:30 -0400 |
| parents | |
| children | ea1936aa2d98 |
| rev | line source |
|---|---|
|
0
a900ebd4a533
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f609ae13de8441b0311e4817aca4f1d1635da028
iuc
parents:
diff
changeset
|
1 <tool id="biom_normalize_table" name="Normalize" version="@VERSION@.1"> |
|
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> |
|
a900ebd4a533
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f609ae13de8441b0311e4817aca4f1d1635da028
iuc
parents:
diff
changeset
|
19 <param name="input_fp" argument="--input-fp" type="data" format="biom1" label="BIOM table to normalize" /> |
|
a900ebd4a533
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f609ae13de8441b0311e4817aca4f1d1635da028
iuc
parents:
diff
changeset
|
20 <param name="relative_abund" argument="--relative-abund" type="boolean" checked="True" truevalue="--relative-abund" falsevalue="" label="Convert table to relative abundance" /> |
|
a900ebd4a533
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f609ae13de8441b0311e4817aca4f1d1635da028
iuc
parents:
diff
changeset
|
21 <param name="presence_absence" argument="--presence-absence" type="boolean" checked="True" truevalue="--presence-absence" falsevalue="" label="Convert table to presence/absence" /> |
|
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> |
