# HG changeset patch # User q2d2 # Date 1661801328 0 # Node ID 4213b621e08ac4a8fb7661609d76714f0dbe5c78 planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__demux commit 9023cfd83495a517fbcbb6f91d5b01a6f1afcda1 diff -r 000000000000 -r 4213b621e08a qiime2__demux__filter_samples.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qiime2__demux__filter_samples.xml Mon Aug 29 19:28:48 2022 +0000 @@ -0,0 +1,93 @@ + + + + + Filter samples out of demultiplexed data. + + quay.io/qiime2/core:2022.8 + + q2galaxy version demux + q2galaxy run demux filter_samples '$inputs' + + + + + + + + + + + hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['SampleData[JoinedSequencesWithQuality]', 'SampleData[PairedEndSequencesWithQuality]', 'SampleData[SequencesWithQuality]'] + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + +
+
+ + + + + +QIIME 2: demux filter-samples +============================= +Filter samples out of demultiplexed data. + + +Outputs: +-------- +:filtered_demux.qza: Filtered demultiplexed data. + +| + +Description: +------------ +Filter samples indicated in given metadata out of demultiplexed data. Specific samples can be further selected with the WHERE clause, and the `exclude_ids` parameter allows for filtering of all samples not specified. + + +| + + + + 10.1038/s41587-019-0209-9 + +
diff -r 000000000000 -r 4213b621e08a test-data/.gitkeep