# HG changeset patch # User q2d2 # Date 1714080239 0 # Node ID f2591f77f17f2eddb19ac74f7634a902c056a8b8 planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__rescript commit 389df0134cd0763dcf02aac6e623fc15f8861c1e diff -r 000000000000 -r f2591f77f17f qiime2__rescript__cull_seqs.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qiime2__rescript__cull_seqs.xml Thu Apr 25 21:23:59 2024 +0000 @@ -0,0 +1,65 @@ + + + + + Removes sequences that contain at least the specified number of degenerate bases and/or homopolymers of a given length. + + quay.io/qiime2/amplicon:2024.2 + + q2galaxy version rescript + q2galaxy run rescript cull_seqs '$inputs' + + + + + + + + + + hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['FeatureData[RNASequence]', 'FeatureData[Sequence]'] + +
+ + + +
+
+ + + + + +QIIME 2: rescript cull-seqs +=========================== +Removes sequences that contain at least the specified number of degenerate bases and/or homopolymers of a given length. + + +Outputs: +-------- +:clean_sequences.qza: The resulting DNA sequences that pass degenerate base and homopolymer screening criteria. + +| + +Description: +------------ +Filter DNA or RNA sequences that contain ambiguous bases and homopolymers, and output filtered DNA sequences. Removes DNA sequences that have the specified number, or more, of IUPAC compliant degenerate bases. Remaining sequences are removed if they contain homopolymers equal to or longer than the specified length. If the input consists of RNA sequences, they are reverse transcribed to DNA before filtering. + + +| + + + + 10.1371/journal.pcbi.1009581 + 10.1038/s41587-019-0209-9 + +
diff -r 000000000000 -r f2591f77f17f test-data/.gitkeep