Mercurial > repos > iuc > biom_subset_table
annotate biom_subset_table.xml @ 10:e42574a580c0 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit 950bc3657a7bd6975337324bd0f1d0e5c0afc0f4
author | iuc |
---|---|
date | Fri, 15 Mar 2024 15:25:33 +0000 |
parents | aab88b1cea31 |
children |
rev | line source |
---|---|
2
9d84e99a4253
"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_subset_table" name="Subset" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> |
0
806ff6f90364
"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> |
806ff6f90364
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
3 <macros> |
806ff6f90364
"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> |
806ff6f90364
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
5 </macros> |
9
aab88b1cea31
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
806ff6f90364
"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" /> |
806ff6f90364
"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" /> |
806ff6f90364
"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"> |
806ff6f90364
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
10 <![CDATA[ |
806ff6f90364
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
11 biom subset-table |
806ff6f90364
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
12 --input-json-fp '$input_json_fp' |
806ff6f90364
"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' |
806ff6f90364
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
14 --axis '$axis' |
806ff6f90364
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
15 --ids '$ids' |
806ff6f90364
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
16 ]]> |
806ff6f90364
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
17 </command> |
806ff6f90364
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
18 <inputs> |
7
f594c9971185
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit 4d77c1e4bd9f6876ee338858a8cd4c7e9528d54c
iuc
parents:
2
diff
changeset
|
19 <param argument="--input-json-fp" type="data" format="biom1" label="BIOM table to subset" /> |
0
806ff6f90364
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
20 <param argument="--axis" type="select" label="The axis to subset over"> |
806ff6f90364
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
21 <option value="sample" selected="True">Sample</option> |
806ff6f90364
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
22 <option value="observation">Observation</option> |
806ff6f90364
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
23 </param> |
2
9d84e99a4253
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit 4ca0a67fd4126f8b2a135b6cb7894042e980b39a"
iuc
parents:
0
diff
changeset
|
24 <param argument="--ids" type="data" format="txt,tabular" label="file containing a single column of IDs to retain" /> |
0
806ff6f90364
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
25 </inputs> |
806ff6f90364
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
26 <outputs> |
806ff6f90364
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
27 <data format="biom1" name="output_fp"/> |
806ff6f90364
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
28 </outputs> |
806ff6f90364
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
29 <tests> |
806ff6f90364
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
30 <test> |
806ff6f90364
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
31 <param name="input_json_fp" value="input_abundance_1.biom1" /> |
806ff6f90364
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
32 <param name="axis" value="sample" /> |
806ff6f90364
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
33 <param name="ids" value="sample_subsetting" /> |
806ff6f90364
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
34 <output name="output_fp" file="subset_samples.biom" ftype="biom1" compare="sim_size"/> |
806ff6f90364
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
35 </test> |
806ff6f90364
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
36 <test> |
806ff6f90364
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
37 <param name="input_json_fp" value="input_abundance_1.biom1" /> |
806ff6f90364
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
38 <param name="axis" value="observation" /> |
806ff6f90364
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
39 <param name="ids" value="observation_subsetting" /> |
806ff6f90364
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
40 <output name="output_fp" file="subset_observations.biom" ftype="biom1" compare="sim_size"/> |
806ff6f90364
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
41 </test> |
806ff6f90364
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
42 </tests> |
806ff6f90364
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
43 <help><![CDATA[ |
806ff6f90364
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
44 Subset a BIOM table, over either observations or samples, without fully parsing it. This command is intended to assist in working with very large tables when tight on memory, or as a lightweight way to subset a full table. Currently, it is possible to produce tables with rows or columns (observations or samples) that are fully zeroed. |
806ff6f90364
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
45 ]]></help> |
806ff6f90364
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
46 <expand macro="citations" /> |
806ff6f90364
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff
changeset
|
47 </tool> |