Add a proper VCF header to "cellSNP.base.vcf.gz" so other tools can work with it.
Before this patch Picard couldn't work with the "cellSNP.base.vcf.gz" file at all as it requires complete VCF header by default and BCFtools would emit warnings about INOF fields not defined in the header and assuming "Type=String" instead of "Number=1".
Add a proper VCF header to "cellSNP.base.vcf.gz" so other tools can work with it.
Before this patch Picard couldn't work with the "cellSNP.base.vcf.gz" file at all as it requires complete VCF header by default and BCFtools would emit warnings about INOF fields not defined in the header and assuming "Type=String" instead of "Number=1".