AdamaJava / adamajava

Other
14 stars 5 forks source link

fix(q3tiledaligner): remove dependence on GRCh37 #313

Closed holmeso closed 2 years ago

holmeso commented 2 years ago

Description

The PositionChrPositionMap class was hard-coded to use the GRCh37 reference genome. This has been changed so that any reference index file can be used. A check to see if the generated map contains any overlapping regions has been added.

re #307

Type of change

How Has This Been Tested?

Additional unit tests have been added. Existing unit tests have been modified. All tests pass.

Are WDL Updates Required?

No

Checklist:

ChristinaXu2017 commented 2 years ago

looks good, well tested. There are many old codes commented out, should they be deleted?

holmeso commented 2 years ago

looks good, well tested. There are many old codes commented out, should they be deleted?

Thanks - commented out code has been deleted.