AdamaJava / adamajava

Other
14 stars 4 forks source link

fix(qsv): qsv can now write CRAM files internally #350

Closed holmeso closed 5 months ago

holmeso commented 5 months ago

Description

qSV needs to be able to run with CRAM files. There were a few places where qSV was catering specifically foe SAM and BAM files, and this PR addresses that. Removed references to "BLAT" in the logging (confusing seeing as BLAT is not used)

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Additional unit tests, and code has been run and compared against older code to check for equality

Are WDL Updates Required?

no

Checklist: