# HG changeset patch # User q2d2 # Date 1762017069 0 # Node ID 4c13a2d68a2a7e5f6d6a4b449e0291f7353c1060 # Parent e3d4217c9a64bf2e29e7b6822d5d287b27086155 planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__demux commit 64ed09f1f1c680ad8373d261bd6be43a4f8a8d5b diff -r e3d4217c9a64 -r 4c13a2d68a2a qiime2__demux__filter_samples.xml --- a/qiime2__demux__filter_samples.xml Tue Jul 15 21:49:18 2025 +0000 +++ b/qiime2__demux__filter_samples.xml Sat Nov 01 17:11:09 2025 +0000 @@ -6,17 +6,17 @@ --> - + Filter samples out of demultiplexed data. qiime2 - quay.io/qiime2/amplicon:2025.7 + quay.io/qiime2/amplicon:2025.10 q2galaxy version demux q2galaxy run demux filter_samples '$inputs' @@ -26,27 +26,27 @@ + - hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['SampleData[JoinedSequencesWithQuality]', 'SampleData[PairedEndSequencesWithQuality]', 'SampleData[SequencesWithQuality]'] - - - - - - - - - - - - - -
+ + + + + + + + + + + + + + @@ -64,6 +64,7 @@ +
@@ -84,7 +85,7 @@ 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. +Filter samples indicated in given metadata out of demultiplexed data or filter out empty samples. Specific samples can be further selected with the WHERE clause, and the `exclude_ids` parameter allows for filtering of all samples not specified. | diff -r e3d4217c9a64 -r 4c13a2d68a2a test-data/emp_single.test0.sequences.qza Binary file test-data/emp_single.test0.sequences.qza has changed diff -r e3d4217c9a64 -r 4c13a2d68a2a test-data/summarize.test0.demux.qza Binary file test-data/summarize.test0.demux.qza has changed