Is there an easy way to annotate a VCF to include dosages? I have a VCF with phred-scaled likelihoods (PL), but no dosages (DS).
I know that there is a bcftools plugin to compute dosages based off of the PL tag, but it isn't clear how to incorporate these output into the original VCF w/o having to write my own custom scripts.
Is the bcftools annotate able to handle the output from the plugin or is there another way to annotate variant calls with the DS info?