annotate biom_subset_table.xml @ 2:9d84e99a4253 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit 4ca0a67fd4126f8b2a135b6cb7894042e980b39a"
author iuc
date Sat, 23 Oct 2021 21:31:35 +0000
parents 806ff6f90364
children f594c9971185
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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>
806ff6f90364 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff changeset
6 <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
7 <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
8 <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
9 <![CDATA[
806ff6f90364 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff changeset
10 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
11 --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
12 --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
13 --axis '$axis'
806ff6f90364 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff changeset
14 --ids '$ids'
806ff6f90364 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff changeset
15 ]]>
806ff6f90364 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff changeset
16 </command>
806ff6f90364 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff changeset
17 <inputs>
806ff6f90364 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff changeset
18 <param name="input_json_fp" argument="--input-json-fp" type="data" format="biom1" label="BIOM table to subset" />
806ff6f90364 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff changeset
19 <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
20 <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
21 <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
22 </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
23 <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
24 </inputs>
806ff6f90364 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff changeset
25 <outputs>
806ff6f90364 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff changeset
26 <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
27 </outputs>
806ff6f90364 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff changeset
28 <tests>
806ff6f90364 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff changeset
29 <test>
806ff6f90364 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff changeset
30 <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
31 <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
32 <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
33 <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
34 </test>
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 <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
37 <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
38 <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
39 <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
40 </test>
806ff6f90364 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff changeset
41 </tests>
806ff6f90364 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff changeset
42 <help><![CDATA[
806ff6f90364 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff changeset
43 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
44 ]]></help>
806ff6f90364 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/biom_format commit f726b353973996a1f59e2044e80ef7c9b75833ab"
iuc
parents:
diff changeset
45 <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
46 </tool>