genetics-statistics / GEMMA

Genome-wide Efficient Mixed Model Association
https://github.com/genetics-statistics/GEMMA
GNU General Public License v3.0
330 stars 124 forks source link

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 9 months ago

liuye2024 commented 9 months ago

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?