# HG changeset patch # User q2d2 # Date 1714080279 0 # Node ID 2eff5d70ecd5d6786a6a4d354a4bd0e8a4ec8e77 planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__rescript commit 389df0134cd0763dcf02aac6e623fc15f8861c1e diff -r 000000000000 -r 2eff5d70ecd5 qiime2__rescript__trim_alignment.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qiime2__rescript__trim_alignment.xml Thu Apr 25 21:24:39 2024 +0000 @@ -0,0 +1,95 @@ + + + + + Trim alignment based on provided primers or specific positions. + + quay.io/qiime2/amplicon:2024.2 + + q2galaxy version rescript + q2galaxy run rescript trim_alignment '$inputs' + + + + + + + + + hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['FeatureData[AlignedSequence]'] + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + +QIIME 2: rescript trim-alignment +================================ +Trim alignment based on provided primers or specific positions. + + +Outputs: +-------- +:trimmed_sequences.qza: Trimmed sequence alignment. + +| + +Description: +------------ +Trim an existing alignment based on provided primers or specific, pre-defined positions. Primers take precedence over the positions,i.e. if both are provided, positions will be ignored.When using primers in combination with a DNA alignment, a new alignment will be generated to locate primer positions. Subsequently, start (5'-most) and end (3'-most) position from fwd and rev primer located within the new alignment is identified and used for slicing the original alignment. + + +| + + + + 10.1371/journal.pcbi.1009581 + 10.1038/s41587-019-0209-9 + +
diff -r 000000000000 -r 2eff5d70ecd5 test-data/.gitkeep