Skip to content
This repository was archived by the owner on Apr 20, 2026. It is now read-only.
This repository was archived by the owner on Apr 20, 2026. It is now read-only.

Question about --use-smith-waterman option #16

Description

@u1200538

Hello,
I am glad to post about using the isaac4 aligner.

I am wondering that Isaac aligner --use-smith-waterman smart option.

--use-smith-waterman arg (=smart)
One of the following:

  • always : Use smith-waterman to reduce the amount of mismatches in aligned reads
  • smart : apply heuristics to avoid executing costly smith-waterman on sequences that are unlikely to produce gaps
  • never : Don't use smith-waterman

According to the isaac aligner tool description (https://github.com/Illumina/Isaac4/blob/master/src/markdown/manual.md), when we used the smart option, the mapping position is found by the heuristic method. but if I use the heuristic method, does all the seed length I specified are used for analysis although read doesn't have a gap?

  1. I want to know although some reads didn't have a gap, the Isaac aligner uses all of the seed lengths for alignment.
  2. If we use the "--use-smith-waterman no" option, does the analysis not use the seed length we specified?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions