# HG changeset patch # User q2d2 # Date 1661805207 0 # Node ID bac52437cccebb66d181bada12f9b0007b5c7320 planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__vsearch commit 9023cfd83495a517fbcbb6f91d5b01a6f1afcda1 diff -r 000000000000 -r bac52437ccce qiime2__vsearch__join_pairs.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qiime2__vsearch__join_pairs.xml Mon Aug 29 20:33:27 2022 +0000 @@ -0,0 +1,71 @@ + + + + + Join paired-end reads. + + quay.io/qiime2/core:2022.8 + + q2galaxy version vsearch + q2galaxy run vsearch join_pairs '$inputs' + + + + + + + + + hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['SampleData[PairedEndSequencesWithQuality]'] + +
+ + + + + + + + + + +
+
+ + + + + +QIIME 2: vsearch join-pairs +=========================== +Join paired-end reads. + + +Outputs: +-------- +:joined_sequences.qza: The joined sequences. + +| + +Description: +------------ +Join paired-end sequence reads using vsearch's merge_pairs function. See the vsearch documentation for details on how paired-end joining is performed, and for more information on the parameters to this method. + + +| + + + + 10.7717/peerj.2584 + 10.1038/s41587-019-0209-9 + +
diff -r 000000000000 -r bac52437ccce test-data/.gitkeep