# HG changeset patch # User q2d2 # Date 1661801304 0 # Node ID 7670d1cdbc9f90ba815252b63a1465533aece45b planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__demux commit 9023cfd83495a517fbcbb6f91d5b01a6f1afcda1 diff -r 000000000000 -r 7670d1cdbc9f qiime2__demux__subsample_paired.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qiime2__demux__subsample_paired.xml Mon Aug 29 19:28:24 2022 +0000 @@ -0,0 +1,59 @@ + + + + + Subsample paired-end sequences without replacement. + + quay.io/qiime2/core:2022.8 + + q2galaxy version demux + q2galaxy run demux subsample_paired '$inputs' + + + + + + + + + hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['SampleData[PairedEndSequencesWithQuality]'] + + + + + + + + +QIIME 2: demux subsample-paired +=============================== +Subsample paired-end sequences without replacement. + + +Outputs: +-------- +:subsampled_sequences.qza: The subsampled sequences. + +| + +Description: +------------ +Generate a random subsample of paired-end sequences containing approximately the fraction of input sequences specified by the fraction parameter. The number of output samples will always be equal to the number of input samples, even if some of those samples contain no sequences after subsampling. + + +| + + + + 10.1038/s41587-019-0209-9 + + diff -r 000000000000 -r 7670d1cdbc9f test-data/.gitkeep