# HG changeset patch # User q2d2 # Date 1661801257 0 # Node ID 320c9af45b630b2a90becdf5ec76289794104f36 planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__demux commit 9023cfd83495a517fbcbb6f91d5b01a6f1afcda1 diff -r 000000000000 -r 320c9af45b63 qiime2__demux__emp_single.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qiime2__demux__emp_single.xml Mon Aug 29 19:27:37 2022 +0000 @@ -0,0 +1,88 @@ + + + + + Demultiplex sequence data generated with the EMP protocol. + + quay.io/qiime2/core:2022.8 + + q2galaxy version demux + q2galaxy run demux emp_single '$inputs' + + + + + + + + + + + hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['EMPPairedEndSequences', 'EMPSingleEndSequences', 'RawSequences'] + + + + + + + + + + value != "1" + + + + + + + + + +
+ + + + +
+
+ + + + + + +QIIME 2: demux emp-single +========================= +Demultiplex 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 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 320c9af45b63 test-data/.gitkeep