AdamaJava / adamajava

Other
14 stars 5 forks source link

qsignature - allow snpPositions file to have headers #254

Closed holmeso closed 3 years ago

holmeso commented 3 years ago

Description

qsignature fails if the snp positions file contains a header. This has been fine in the past, because we only ever had a single snp positions file. There is now some work being done to create a GRCh38 version of the snp positions file, and having a header in the file would be very useful.

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Additional unit tests have been added to test that snp positions files with headers (as well as those without) can be loaded correctly Additionally, the project was build and run against a production WGS bam file using a snp positions file with headers successfully.

Checklist: