gatk
                                
                                 gatk copied to clipboard
                                
                                    gatk copied to clipboard
                            
                            
                            
                        FlowFeatureMapper speed improvements
- Allow for using separate threads for reading / processing / writing (max 3)
- Use NM SAM tag instead of edit distance
- Perform likelihood scoring on trimmed read
Additional changes include:
- 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.