You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: