# HG changeset patch # User iuc # Date 1772745598 0 # Node ID a470b376503d26592e51655e67df1ba768fbe830 # Parent f76cbb84d67f6879a5916393c52429ff30b53238 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/bowtie2 commit 805616637ccfe14dafcffddce7935d36d8243cc1 diff -r f76cbb84d67f -r a470b376503d bowtie2_macros.xml --- a/bowtie2_macros.xml Wed Sep 24 13:37:14 2025 +0000 +++ b/bowtie2_macros.xml Thu Mar 05 21:19:58 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**::