Mercurial > repos > iuc > biom_summarize_table
annotate biom_summarize_table.xml @ 7:d44a91ba162b draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit 5fc41e15cb372b3ae635c550c387ccd41af166f7
| author | iuc |
|---|---|
| date | Sat, 21 Jan 2023 11:15:46 +0000 |
| parents | 08263138e233 |
| children |
| rev | line source |
|---|---|
|
3
08263138e233
"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_summarize_table" name="Summarize sample or observation data" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> |
|
0
b0d014ba42c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f609ae13de8441b0311e4817aca4f1d1635da028
iuc
parents:
diff
changeset
|
2 <description>in a BIOM table</description> |
|
b0d014ba42c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f609ae13de8441b0311e4817aca4f1d1635da028
iuc
parents:
diff
changeset
|
3 <macros> |
|
b0d014ba42c0
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> |
|
b0d014ba42c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f609ae13de8441b0311e4817aca4f1d1635da028
iuc
parents:
diff
changeset
|
5 </macros> |
|
b0d014ba42c0
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" /> |
|
b0d014ba42c0
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" /> |
|
b0d014ba42c0
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"> |
|
b0d014ba42c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f609ae13de8441b0311e4817aca4f1d1635da028
iuc
parents:
diff
changeset
|
9 <![CDATA[ |
|
b0d014ba42c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f609ae13de8441b0311e4817aca4f1d1635da028
iuc
parents:
diff
changeset
|
10 biom summarize-table |
|
b0d014ba42c0
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' |
|
b0d014ba42c0
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' |
|
b0d014ba42c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f609ae13de8441b0311e4817aca4f1d1635da028
iuc
parents:
diff
changeset
|
13 $qualitative |
|
b0d014ba42c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f609ae13de8441b0311e4817aca4f1d1635da028
iuc
parents:
diff
changeset
|
14 $observations |
|
b0d014ba42c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f609ae13de8441b0311e4817aca4f1d1635da028
iuc
parents:
diff
changeset
|
15 ]]> |
|
b0d014ba42c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f609ae13de8441b0311e4817aca4f1d1635da028
iuc
parents:
diff
changeset
|
16 </command> |
|
b0d014ba42c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f609ae13de8441b0311e4817aca4f1d1635da028
iuc
parents:
diff
changeset
|
17 <inputs> |
|
b0d014ba42c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f609ae13de8441b0311e4817aca4f1d1635da028
iuc
parents:
diff
changeset
|
18 <param name="input_fp" argument="--input-fp" type="data" format="biom1" label="Input BIOM table" /> |
|
b0d014ba42c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f609ae13de8441b0311e4817aca4f1d1635da028
iuc
parents:
diff
changeset
|
19 <param argument="--qualitative" type="boolean" checked="True" truevalue="--qualitative" falsevalue="" label="Present counts as number of unique observation ids per sample, rather than counts of observations per sample" /> |
|
b0d014ba42c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f609ae13de8441b0311e4817aca4f1d1635da028
iuc
parents:
diff
changeset
|
20 <param argument="--observations" type="boolean" checked="True" truevalue="--observations" falsevalue="" label="Summarize over observations" /> |
|
b0d014ba42c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f609ae13de8441b0311e4817aca4f1d1635da028
iuc
parents:
diff
changeset
|
21 </inputs> |
|
b0d014ba42c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f609ae13de8441b0311e4817aca4f1d1635da028
iuc
parents:
diff
changeset
|
22 <outputs> |
|
b0d014ba42c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f609ae13de8441b0311e4817aca4f1d1635da028
iuc
parents:
diff
changeset
|
23 <data format="text" name="output_fp"/> |
|
b0d014ba42c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f609ae13de8441b0311e4817aca4f1d1635da028
iuc
parents:
diff
changeset
|
24 </outputs> |
|
b0d014ba42c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f609ae13de8441b0311e4817aca4f1d1635da028
iuc
parents:
diff
changeset
|
25 <tests> |
|
b0d014ba42c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f609ae13de8441b0311e4817aca4f1d1635da028
iuc
parents:
diff
changeset
|
26 <test> |
|
b0d014ba42c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f609ae13de8441b0311e4817aca4f1d1635da028
iuc
parents:
diff
changeset
|
27 <param name="input_fp" value="input_abundance_1.biom1" /> |
|
b0d014ba42c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f609ae13de8441b0311e4817aca4f1d1635da028
iuc
parents:
diff
changeset
|
28 <param name="qualitative" value="" /> |
|
b0d014ba42c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f609ae13de8441b0311e4817aca4f1d1635da028
iuc
parents:
diff
changeset
|
29 <param name="observations" value="" /> |
|
b0d014ba42c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f609ae13de8441b0311e4817aca4f1d1635da028
iuc
parents:
diff
changeset
|
30 <output name="output_fp" value="summarize" compare="sim_size"/> |
|
b0d014ba42c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f609ae13de8441b0311e4817aca4f1d1635da028
iuc
parents:
diff
changeset
|
31 </test> |
|
b0d014ba42c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f609ae13de8441b0311e4817aca4f1d1635da028
iuc
parents:
diff
changeset
|
32 <test> |
|
b0d014ba42c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f609ae13de8441b0311e4817aca4f1d1635da028
iuc
parents:
diff
changeset
|
33 <param name="input_fp" value="input_abundance_1.biom1" /> |
|
b0d014ba42c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f609ae13de8441b0311e4817aca4f1d1635da028
iuc
parents:
diff
changeset
|
34 <param name="qualitative" value="--qualitative" /> |
|
b0d014ba42c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f609ae13de8441b0311e4817aca4f1d1635da028
iuc
parents:
diff
changeset
|
35 <param name="observations" value="--observations" /> |
|
b0d014ba42c0
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="summarize_qualitative_observations" compare="sim_size"/> |
|
b0d014ba42c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f609ae13de8441b0311e4817aca4f1d1635da028
iuc
parents:
diff
changeset
|
37 </test> |
|
b0d014ba42c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f609ae13de8441b0311e4817aca4f1d1635da028
iuc
parents:
diff
changeset
|
38 </tests> |
|
b0d014ba42c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f609ae13de8441b0311e4817aca4f1d1635da028
iuc
parents:
diff
changeset
|
39 <help><![CDATA[ |
|
b0d014ba42c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f609ae13de8441b0311e4817aca4f1d1635da028
iuc
parents:
diff
changeset
|
40 Provides details on the observation counts per sample, including summary statistics, as well as metadata categories associated with samples and observations. |
|
b0d014ba42c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f609ae13de8441b0311e4817aca4f1d1635da028
iuc
parents:
diff
changeset
|
41 ]]></help> |
|
b0d014ba42c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f609ae13de8441b0311e4817aca4f1d1635da028
iuc
parents:
diff
changeset
|
42 <expand macro="citations" /> |
|
b0d014ba42c0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f609ae13de8441b0311e4817aca4f1d1635da028
iuc
parents:
diff
changeset
|
43 </tool> |
