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 get the following error when running statSTR on a VCF with chrY loci genotyped by ExpansionHunter:
File "/root/micromamba/lib/python3.10/site-packages/trtools/utils/utils.py", line 312, in GetHardyWeinbergBinomialTest if gt[1] not in allele_freqs.keys(): IndexError: tuple index out of range
I think this is because the 'GT' is not in the format of two numbers eg '0/1' or '1/1' but just one integer eg '0' or '1' to represent the hemizygous chrY.
The text was updated successfully, but these errors were encountered:
I get the following error when running statSTR on a VCF with chrY loci genotyped by ExpansionHunter:
File "/root/micromamba/lib/python3.10/site-packages/trtools/utils/utils.py", line 312, in GetHardyWeinbergBinomialTest if gt[1] not in allele_freqs.keys(): IndexError: tuple index out of range
I think this is because the 'GT' is not in the format of two numbers eg '0/1' or '1/1' but just one integer eg '0' or '1' to represent the hemizygous chrY.
The text was updated successfully, but these errors were encountered: