# HG changeset patch # User q2d2 # Date 1714079779 0 # Node ID c4bbd4ee69bd0389ca0414bcf4f2df032d4899e4 planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__metadata commit 389df0134cd0763dcf02aac6e623fc15f8861c1e diff -r 000000000000 -r c4bbd4ee69bd qiime2__metadata__merge.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qiime2__metadata__merge.xml Thu Apr 25 21:16:19 2024 +0000 @@ -0,0 +1,86 @@ + + + + + Merge metadata + + quay.io/qiime2/amplicon:2024.2 + + q2galaxy version metadata + q2galaxy run metadata merge '$inputs' + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +QIIME 2: metadata merge +======================= +Merge metadata + + +Outputs: +-------- +:merged_metadata.qza: The merged metadata. + +| + +Description: +------------ +Merge metadata that contains overlapping ids or overlapping columns, but not both overlapping ids and overlapping columns. The result will be the union (i.e., outer join) of the ids and columns from the two metadata inputs. + +Attemping to merge metadata with both overlapping ids and overlapping columns will currently fail because we don't resolve conflicting column values for a sample. Merging metadata with neither overlapping ids or overlapping columns is possible with this action. + +To merge more than two metadata objects, run this command multiple times, iteratively using the output of the previous run as one of the metadata inputs. + +The output, an ImmutableMetadata artifact, can be used anywhere that a metadata file can be used, or can be exported to a metadata tsv file in the typical format. + + +| + + + + 10.1038/s41587-019-0209-9 + + diff -r 000000000000 -r c4bbd4ee69bd test-data/.gitkeep