# HG changeset patch # User iuc # Date 1772745583 0 # Node ID cebb672ec7c1978390baa13bdf64c6b9a9c89d98 # Parent c3d19e7ee879421e064aad88970c93e37b2d1f1b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/bowtie2 commit 805616637ccfe14dafcffddce7935d36d8243cc1 diff -r c3d19e7ee879 -r cebb672ec7c1 bowtie2_macros.xml --- a/bowtie2_macros.xml Wed Sep 24 13:36:57 2025 +0000 +++ b/bowtie2_macros.xml Thu Mar 05 21:19:43 2026 +0000 @@ -1,5 +1,5 @@ - 2.5.4 + 2.5.5 0 23.0 @@ -1187,8 +1189,14 @@ (same length, same number of mismatches allowed) at different offsets and searches for more alignments. A read is considered to have repetitive seeds if the total number of seed hits divided by the number of seeds that aligned at - least once is greater than 300. Default: 2. - + least once is greater than 300. Default: 2.3 + + -d/--deterministic-seeds + Consider all seeds in order (no subsampling). Can be used to augment -a or -k with + deterministic behavior. This option significantly speeds up -a while also reducing memory consumption. + It is not however always strictly better than standalone [-a] when considering the + number of repeated alignments found. + ----- **Paired-end options**::