ncsa / MayomicsVC

Variant Calling Pipeline in Cromwell/WDL
MIT License
21 stars 5 forks source link

Feature/vcf source tag #94

Closed caross73 closed 5 years ago

caross73 commented 5 years ago

This adds a ##source=Sentieon row to the haplotyper output .vcf (by default) and allows the field value to be configurable by the pipeline through the key: "HaplotyperVCFSourceField": "String"

It necessarily reindexes the vcf in the haplotyper stage since the header has been modified and there will be index mismatch errors in subsequent steps (VQSR).