Entering edit mode
2.4 years ago
optimistsso4co3
▴
140
Can you just change pipe "|" to slash "/" in genotype GT field with e.g. bcftools annotate --set-format '%GT=[%TGT]\n'
?
How can I use bcftools +setGT to get genotypes without phase e.g. "|" or "/"? For example, instead of 1|1 or 1/1, I would like to get 11