Hi,
I'm using setGT to change half missing genotypes (./1) to fully missing genotypes. The problem is that I have some phased genotypes (ex: 0|. 2|.) and setGT doesn't handle these one.
Here is the command I used:
bcftools +setGT -- -t ./x -n .
The possibility to have -t .|x would be very useful.