# HG changeset patch # User q2d2 # Date 1661805184 0 # Node ID 29ceae287ad634db7ef6614ea940ca21c317b86c planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__vsearch commit 9023cfd83495a517fbcbb6f91d5b01a6f1afcda1 diff -r 000000000000 -r 29ceae287ad6 qiime2__vsearch__dereplicate_sequences.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qiime2__vsearch__dereplicate_sequences.xml Mon Aug 29 20:33:04 2022 +0000 @@ -0,0 +1,66 @@ + + + + + Dereplicate sequences. + + quay.io/qiime2/core:2022.8 + + q2galaxy version vsearch + q2galaxy run vsearch dereplicate_sequences '$inputs' + + + + + + + + + + + hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['SampleData[JoinedSequencesWithQuality]', 'SampleData[SequencesWithQuality]', 'SampleData[Sequences]'] + +
+ +
+
+ + + + + + +QIIME 2: vsearch dereplicate-sequences +====================================== +Dereplicate sequences. + + +Outputs: +-------- +:dereplicated_table.qza: The table of dereplicated sequences. +:dereplicated_sequences.qza: The dereplicated sequences. + +| + +Description: +------------ +Dereplicate sequence data and create a feature table and feature representative sequences. Feature identifiers in the resulting artifacts will be the sha1 hash of the sequence defining each feature. If clustering of features into OTUs is desired, the resulting artifacts can be passed to the cluster_features_* methods in this plugin. + + +| + + + + 10.7717/peerj.2584 + 10.1038/s41587-019-0209-9 + +
diff -r 000000000000 -r 29ceae287ad6 test-data/.gitkeep