Mercurial > repos > iuc > biom_normalize_table
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 7:020dd80688d2 | 8:9443ac1f7108 |
|---|---|
| 14 $presence_absence | 14 $presence_absence |
| 15 --axis '$axis' | 15 --axis '$axis' |
| 16 ]]> | 16 ]]> |
| 17 </command> | 17 </command> |
| 18 <inputs> | 18 <inputs> |
| 19 <param name="input_fp" argument="--input-fp" type="data" format="biom1" label="BIOM table to normalize" /> | 19 <param argument="--input-fp" type="data" format="biom1" label="BIOM table to normalize" /> |
| 20 <param name="relative_abund" argument="--relative-abund" type="boolean" checked="True" truevalue="--relative-abund" falsevalue="" label="Convert table to relative abundance" /> | 20 <param argument="--relative-abund" type="boolean" checked="True" truevalue="--relative-abund" falsevalue="" label="Convert table to relative abundance" /> |
| 21 <param name="presence_absence" argument="--presence-absence" type="boolean" checked="True" truevalue="--presence-absence" falsevalue="" label="Convert table to presence/absence" /> | 21 <param argument="--presence-absence" type="boolean" checked="True" truevalue="--presence-absence" falsevalue="" label="Convert table to presence/absence" /> |
| 22 <param argument="--axis" type="select" label="The axis to normalize over"> | 22 <param argument="--axis" type="select" label="The axis to normalize over"> |
| 23 <option value="sample" selected="True">Sample</option> | 23 <option value="sample" selected="True">Sample</option> |
| 24 <option value="observation">Observation</option> | 24 <option value="observation">Observation</option> |
| 25 </param> | 25 </param> |
| 26 </inputs> | 26 </inputs> |
