# HG changeset patch # User q2d2 # Date 1661803250 0 # Node ID 6a753c135e34c85fe34f3d060893688268b141a6 planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__feature_table commit 9023cfd83495a517fbcbb6f91d5b01a6f1afcda1 diff -r 000000000000 -r 6a753c135e34 qiime2__feature_table__merge.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qiime2__feature_table__merge.xml Mon Aug 29 20:00:50 2022 +0000 @@ -0,0 +1,109 @@ + + + + + Combine multiple tables + + quay.io/qiime2/core:2022.8 + + q2galaxy version feature_table + q2galaxy run feature_table merge '$inputs' + + + + + + + + + + +
+ + + + + + +
+
+ + + + + + + + + + + + + + + + + + +QIIME 2: feature-table merge +============================ +Combine multiple tables + + +Outputs: +-------- +:merged_table.qza: The resulting merged feature table. + +| + +Description: +------------ +Combines feature tables using the `overlap_method` provided. + +Examples: +--------- + +basic +***** +Using the ``qiime2 feature-table merge`` tool: + #. For *"tables"*, use ctrl-(or command)-click to select the following inputs: + + #. ``#: feature-table1.qza`` + #. ``#: feature-table2.qza`` + + #. Press the ``Execute`` button. + + +three_tables +************ +Using the ``qiime2 feature-table merge`` tool: + #. For *"tables"*, use ctrl-(or command)-click to select the following inputs: + + #. ``#: feature-table1.qza`` + #. ``#: feature-table2.qza`` + #. ``#: feature-table3.qza`` + + #. Expand the ``additional options`` section + + - Set *"overlap_method"* to ``sum`` + + #. Press the ``Execute`` button. + + + +| + + + + 10.1038/s41587-019-0209-9 + +
diff -r 000000000000 -r 6a753c135e34 test-data/merge.test0.feature-table1.qza Binary file test-data/merge.test0.feature-table1.qza has changed diff -r 000000000000 -r 6a753c135e34 test-data/merge.test0.feature-table2.qza Binary file test-data/merge.test0.feature-table2.qza has changed diff -r 000000000000 -r 6a753c135e34 test-data/merge.test1.feature-table1.qza Binary file test-data/merge.test1.feature-table1.qza has changed diff -r 000000000000 -r 6a753c135e34 test-data/merge.test1.feature-table2.qza Binary file test-data/merge.test1.feature-table2.qza has changed diff -r 000000000000 -r 6a753c135e34 test-data/merge.test1.feature-table3.qza Binary file test-data/merge.test1.feature-table3.qza has changed