# HG changeset patch # User q2d2 # Date 1661800928 0 # Node ID f003ba94e4fe4bcadccdc3ae38a9c7e4eb22ef67 planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__cutadapt commit 9023cfd83495a517fbcbb6f91d5b01a6f1afcda1 diff -r 000000000000 -r f003ba94e4fe qiime2__cutadapt__demux_paired.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qiime2__cutadapt__demux_paired.xml Mon Aug 29 19:22:08 2022 +0000 @@ -0,0 +1,106 @@ + + + + + Demultiplex paired-end sequence data with barcodes in-sequence. + + quay.io/qiime2/core:2022.8 + + q2galaxy version cutadapt + q2galaxy run cutadapt demux_paired '$inputs' + + + + + + + + + hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['MultiplexedPairedEndBarcodeInSequence'] + + + + + + + + + + value != "1" + + + + + + + + + +
+ + + + + + + + + + + value != "1" + + + + + + + + + + + + + + +
+
+ + + + + + +QIIME 2: cutadapt demux-paired +============================== +Demultiplex paired-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 f003ba94e4fe test-data/.gitkeep