AdamaJava / adamajava

Other
14 stars 5 forks source link

fix(qsv): incorrect index value was being passed to method #314

Closed holmeso closed 2 years ago

holmeso commented 2 years ago

Description

In TiledAlignerUtil.loadReferenceIndexMap a check is performed on the supplied index file. If this is null, an attempt to locate the index file is then done based on the reference file. If this is found then that should be used. Unfortunately the code was using the supplied index value (which was null) rather than the located index file (not null).

This was introduced in PR #313

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

New test added, existing tests pass

Are WDL Updates Required?

No

Checklist: