# HG changeset patch # User q2d2 # Date 1661801232 0 # Node ID 3c0e647d61013e4c333465df8bf06dabcf2d53c2 planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__demux commit 9023cfd83495a517fbcbb6f91d5b01a6f1afcda1 diff -r 000000000000 -r 3c0e647d6101 qiime2__demux__subsample_single.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qiime2__demux__subsample_single.xml Mon Aug 29 19:27:12 2022 +0000 @@ -0,0 +1,60 @@ + + + + + Subsample single-end sequences without replacement. + + quay.io/qiime2/core:2022.8 + + q2galaxy version demux + q2galaxy run demux subsample_single '$inputs' + + + + + + + + + + hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['SampleData[PairedEndSequencesWithQuality]', 'SampleData[SequencesWithQuality]'] + + + + + + + + +QIIME 2: demux subsample-single +=============================== +Subsample single-end sequences without replacement. + + +Outputs: +-------- +:subsampled_sequences.qza: The subsampled sequences. + +| + +Description: +------------ +Generate a random subsample of single-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 3c0e647d6101 test-data/.gitkeep