Thanks
I used to following command
plink --vcf cteph_49samples_jont_genotyped.ann.vep.vcf.gz --check-sex --const-fid
`
If I do not use const-fid, it was giving the error
```
Error: Multiple instances of '_' in sample ID.
If you do not want '_' to be treated as a FID/IID delimiter, use --double-id or
--const-fid to choose a different method of converting VCF sample IDs to PLINK
IDs, or --id-delim to change the FID/IID delimiter.
However I am getting all of the samples listed as females. Should I run this command just on chrX and chrY ?