# HG changeset patch # User q2d2 # Date 1714080085 0 # Node ID 85891699a8cb8c9286ed16765fe551d0cae2e0f3 planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__rescript commit 389df0134cd0763dcf02aac6e623fc15f8861c1e diff -r 000000000000 -r 85891699a8cb qiime2__rescript__dereplicate.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qiime2__rescript__dereplicate.xml Thu Apr 25 21:21:25 2024 +0000 @@ -0,0 +1,82 @@ + + + + + Dereplicate features with matching sequences and taxonomies. + + quay.io/qiime2/amplicon:2024.2 + + q2galaxy version rescript + q2galaxy run rescript dereplicate '$inputs' + + + + + + + + + hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['FeatureData[Sequence]'] + + + + + + hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['FeatureData[Taxonomy]'] + +
+ + + + + + + + + + False + + +
+
+ + + + + + +QIIME 2: rescript dereplicate +============================= +Dereplicate features with matching sequences and taxonomies. + + +Outputs: +-------- +:dereplicated_sequences.qza: <no description> +:dereplicated_taxa.qza: <no description> + +| + +Description: +------------ +Dereplicate FASTA format sequences and taxonomies wherever sequences and taxonomies match; duplicated sequences and taxonomies are dereplicated using the "mode" parameter to either: retain all sequences that have unique taxonomic annotations even if the sequences are duplicates (uniq); or return only dereplicated sequences labeled by either the least common ancestor (lca) or the most common taxonomic label associated with sequences in that cluster (majority). Note: all taxonomy strings will be coerced to semicolon delimiters without any leading or trailing spaces. If this is not desired, please use 'rescript edit-taxonomy' to make any changes. + + +| + + + + 10.7717/peerj.2584 + 10.1371/journal.pcbi.1009581 + 10.1038/s41587-019-0209-9 + +
diff -r 000000000000 -r 85891699a8cb test-data/.gitkeep