Open WeiCSong opened 6 months ago
Hi, Do you mean that there are ~5m lines in your .grm.sp file? This is not expected for a 26k dataset. Even for the UK Biobank based on our calculation the number of lines in the .grm.sp is ~ 600k (restricted to European-ancestry participants only).
Please can you check the following things to make sure the sparse grm is correctly calculated?
Hi, i'm running gcta with the foloowing options
~/gcta/gcta64 --bfile intput --grm-sparse ~/gcta/sczarray --fastGWA-mlm-binary --pheno ~/SCZ/phen --qcovar ~/SCZ/covar --thread-num 10 --memory 80000 --out ~/pacbio/gctares/$basename
and i got segmentation fault when gcta tried to read the sparse grm file. From the log file this sparse grm is generated with no error, and the size is normal (~5m for 26k samples). adding threads and memory (up to 200G) does not help. Do you have any suggestion on this issue? Thank you very much for your help.