Skip to content

v2.0.2

Choose a tag to compare

@tfursten tfursten released this 25 Jul 06:34
· 64 commits to master since this release
fa6cb73

Version 2.0.2

Introduces the --tune-max-hits parameter. Having too many seed hits can cause inefficient runtimes by increasing the number of reverse lookups and position searches. While the --max-hits parameter just skips seeds that have a very high number of hits, the --tune-max-hits parameter doubles the seed interval to reduce the total number of seed lookups per read. This may reduce sensitivity for some reads with many seed hits but it does not have a large impact.

Default parameters have been adjusted to better balance speed and accuracy.