AdamaJava / adamajava

Other
15 stars 5 forks source link

fix(qsv and q3tiledaligner): fix for GRCh38 #376

Closed newellf closed 2 months ago

newellf commented 2 months ago

Fix to deal with underscore in chromosome names in GRCh38 and to improve breakpoint merging

Description

Temporary files were created with underscore as seperator in file name but GRCh38 has chromosome names with underscore in them, resulting in exceptions when running qsv. Fixed to use a different separator in file names. Also identified some issues with merging of clip breakpoints and fixed these.

Type of change

How Has This Been Tested?

Added or updated new unit tests

Are WDL Updates Required?

Will need to do new adamajava release create wdlwf/wdl tags. Update sv.wdl and somaticDnaFastqToMaf.wdl

Checklist: