# HG changeset patch # User q2d2 # Date 1661800905 0 # Node ID 6fd92b8872e6cb8b99644c6d834ad8d3b7e23cae planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__cutadapt commit 9023cfd83495a517fbcbb6f91d5b01a6f1afcda1 diff -r 000000000000 -r 6fd92b8872e6 qiime2__cutadapt__demux_single.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qiime2__cutadapt__demux_single.xml Mon Aug 29 19:21:45 2022 +0000 @@ -0,0 +1,85 @@ + + + + + Demultiplex single-end sequence data with barcodes in-sequence. + + quay.io/qiime2/core:2022.8 + + q2galaxy version cutadapt + q2galaxy run cutadapt demux_single '$inputs' + + + + + + + + + hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['MultiplexedSingleEndBarcodeInSequence'] + + + + + + + + + + value != "1" + + + + + + + + + +
+ + + + +
+
+ + + + + + +QIIME 2: cutadapt demux-single +============================== +Demultiplex single-end sequence data with barcodes in-sequence. + + +Outputs: +-------- +:per_sample_sequences.qza: The resulting demultiplexed sequences. +:untrimmed_sequences.qza: The sequences that were unmatched to barcodes. + +| + +Description: +------------ +Demultiplex sequence data (i.e., map barcode reads to sample ids). Barcodes are expected to be located within the sequence data (versus the header, or a separate barcode file). + + +| + + + + 10.14806/ej.17.1.200 + 10.1038/s41587-019-0209-9 + +
diff -r 000000000000 -r 6fd92b8872e6 test-data/.gitkeep