You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
I want to know although some reads didn't have a gap, the Isaac aligner uses all of the seed lengths for alignment.
If we use the "--use-smith-waterman no" option, does the analysis not use the seed length we specified?
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:
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?