# HG changeset patch # User q2d2 # Date 1730317056 0 # Node ID bc1a46b06436b83370d1b224d1d652b19a8d49fa # Parent 84111e1c01f0305bb40d123749f484560e106831 planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__demux commit 5f71b597c9495eae67a447744fded834f56ca1f7 diff -r 84111e1c01f0 -r bc1a46b06436 qiime2__demux__partition_samples_single.xml --- a/qiime2__demux__partition_samples_single.xml Mon Jun 03 23:18:20 2024 +0000 +++ b/qiime2__demux__partition_samples_single.xml Wed Oct 30 19:37:36 2024 +0000 @@ -6,14 +6,17 @@ --> - + Split demultiplexed sequence data into partitions. + + qiime2 + - quay.io/qiime2/amplicon:2024.5 + quay.io/qiime2/amplicon:2024.10 q2galaxy version demux q2galaxy run demux partition_samples_single '$inputs' @@ -21,11 +24,12 @@ - + + - hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['SampleData[SequencesWithQuality]'] + hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['SampleData[JoinedSequencesWithQuality]', 'SampleData[SequencesWithQuality]']
diff -r 84111e1c01f0 -r bc1a46b06436 test-data/emp_single.test0.sequences.qza Binary file test-data/emp_single.test0.sequences.qza has changed diff -r 84111e1c01f0 -r bc1a46b06436 test-data/summarize.test0.demux.qza Binary file test-data/summarize.test0.demux.qza has changed