gatk icon indicating copy to clipboard operation
gatk copied to clipboard

FlowFeatureMapper speed improvements

Open dror27 opened this issue 1 year ago • 3 comments

  1. Allow for using separate threads for reading / processing / writing (max 3)
  2. Use NM SAM tag instead of edit distance
  3. Perform likelihood scoring on trimmed read

Additional changes include:

  1. CachingIndexedFastaSequenceFile is enhanced to be thread safe and allow for adjusting its cache size. The change involved synchronizing the main query method (getSubsequenceAt) and deriving the cache size from a settable variable rather than from a constant.

dror27 avatar Sep 16 '24 21:09 dror27