AdamaJava / adamajava

Other
14 stars 5 forks source link

fix(qsv): fix file naming of matefile tmp files #374

Closed newellf closed 1 month ago

newellf commented 1 month ago

Fix file naming of matepair file tmp files from underscore to "xxx" due to chrUn scaffold contigs in GRCh38

Description

Bugfix. For GRCh38, temporary matepair files names separated reference name from file ending with an underscore, but scaffold contigs in GRCh38 also have an underscore, so mate pairs were incorrectly matched. Changed file name to include "xxx"

Type of change

How Has This Been Tested?

Added unit tests and tested previously failing sample

Are WDL Updates Required?

sv.wdl will need to be updated to a new release of adamajava to include this change.

Checklist: