AdamaJava / adamajava

Other
14 stars 5 forks source link

Qsv q3ta bug fix #315

Closed holmeso closed 2 years ago

holmeso commented 2 years ago

Description

The code that loads the chromosome information from the index file was using the start offset in the index rather than the end of the previous chromosome + 1. The tiled aligner file is built to use the previous chromosome + 1.

This led to gaps in the positions, which caused NPE.

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Existing tests pass, new tests check for NPE and that loading from index gives same result as loading from static list.

Are WDL Updates Required?

no

Checklist: