AdamaJava / adamajava

Other
14 stars 4 forks source link

feat(qsignature): add gene model information to snp positions vcf file #323

Closed holmeso closed 2 years ago

holmeso commented 2 years ago

Description

Added class (VcfAddGeneModel) that will populate the info field of a vcf record with the corresponding info from a (supplied) gene model file. Intended use case is for the rare occasions where a new qsignature snp positions vcf file is being created and gene model annotations are required.

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

A new unit test has been created to verify that the new feature is working as expected. Existing unit tests pass

Are WDL Updates Required?

No

Checklist: