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
ERROR: Enforce failed for Problem reading FAM file (phenotypes do not match geno file) in src/gemma_io.cpp at line 600 in ReadFile_fam GEMMA 0.98.3 (2020-11-28) by Xiang Zhou and team (C) 2012-2020
#279
Open
liuye2024 opened this issue
Jan 3, 2024
· 0 comments
I ran a string of code.
"for ((k=1;k<25;k++)); do
gemma -bfile /SNP -k /kinship.sXX.txt -lmm 1 -n ${k} -o result${k}
done"
The running error is as follows
"ERROR: Enforce failed for Problem reading FAM file (phenotypes do not match geno file) in src/gemma_io.cpp at line 600 in ReadFile_fam
GEMMA 0.98.3 (2020-11-28) by Xiang Zhou and team (C) 2012-2020"
Does anyone know how to solve this problem?
The text was updated successfully, but these errors were encountered:
I ran a string of code.
"for ((k=1;k<25;k++)); do
gemma -bfile /SNP -k /kinship.sXX.txt -lmm 1 -n ${k} -o result${k}
done"
The running error is as follows
"ERROR: Enforce failed for Problem reading FAM file (phenotypes do not match geno file) in src/gemma_io.cpp at line 600 in ReadFile_fam
GEMMA 0.98.3 (2020-11-28) by Xiang Zhou and team (C) 2012-2020"
Does anyone know how to solve this problem?
The text was updated successfully, but these errors were encountered: