# HG changeset patch # User q2d2 # Date 1661801351 0 # Node ID 2da10083e213c09a3849271093fc326501852129 planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__demux commit 9023cfd83495a517fbcbb6f91d5b01a6f1afcda1 diff -r 000000000000 -r 2da10083e213 qiime2__demux__emp_paired.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qiime2__demux__emp_paired.xml Mon Aug 29 19:29:11 2022 +0000 @@ -0,0 +1,86 @@ + + + + + Demultiplex paired-end sequence data generated with the EMP protocol. + + quay.io/qiime2/core:2022.8 + + q2galaxy version demux + q2galaxy run demux emp_paired '$inputs' + + + + + + + + + hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['EMPPairedEndSequences'] + + + + + + + + + + value != "1" + + + + + + + + + +
+ + + + +
+
+ + + + + + +QIIME 2: demux emp-paired +========================= +Demultiplex paired-end sequence data generated with the EMP protocol. + + +Outputs: +-------- +:per_sample_sequences.qza: The resulting demultiplexed sequences. +:error_correction_details.qza: Detail about the barcode error corrections. + +| + +Description: +------------ +Demultiplex paired-end sequence data (i.e., map barcode reads to sample ids) for data generated with the Earth Microbiome Project (EMP) amplicon sequencing protocol. Details about this protocol can be found at http://www.earthmicrobiome.org/protocols-and-standards/ + + +| + + + + 10.1038/nmeth.1184 + 10.1101/gr.085464.108 + 10.1038/s41587-019-0209-9 + +
diff -r 000000000000 -r 2da10083e213 test-data/.gitkeep