# HG changeset patch # User q2d2 # Date 1746471759 0 # Node ID 77e1088b2eb23bc817874e33feab8955d0013c81 # Parent 8659a1689f71790bcd894e708b7c4cd3f4cf6a4e planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__rescript commit b1fccfb38b4873cd4699743033449014a2978e7d diff -r 8659a1689f71 -r 77e1088b2eb2 qiime2__rescript__trim_alignment.xml --- a/qiime2__rescript__trim_alignment.xml Wed Oct 30 19:55:36 2024 +0000 +++ b/qiime2__rescript__trim_alignment.xml Mon May 05 19:02:39 2025 +0000 @@ -1,22 +1,22 @@ - + Trim alignment based on provided primers or specific positions. qiime2 - quay.io/qiime2/amplicon:2024.10 + quay.io/qiime2/amplicon:2025.4 q2galaxy version rescript q2galaxy run rescript trim_alignment '$inputs' @@ -63,8 +63,9 @@ - + + @@ -86,7 +87,7 @@ 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. +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. The retention of alignment positions that span the primer locations can be toggled. WARNING: finding alignment positions via primer search can be inefficient for very large alignments and is only recommended for small alignments. For large alignments providing specific alignment positions is ideal. |