Open Elijah-Ugoh opened 1 month ago
I'm having this exact issue as well with a single sample
I'm having this exact issue as well with a single sample
Hello Ibrahim, did you get any solution yet?
unfortunately, no :(. it seems other's are having the same issue, it may well be a bug in the gcta source code.
Okay, thanks for the feedback.
I am also encountering this issue on CentOS Linux 7 (Core), x86-64
Hi everyone, have you tried the other versions of GCTA at (https://yanglab.westlake.edu.cn/software/gcta/#Download)? Did you all encounter this issue while computing the GRM as @Elijah-Ugoh did? Or did you encounter this during other procedures ?
Hi everyone, have you tried the other versions of GCTA at (https://yanglab.westlake.edu.cn/software/gcta/#Download)? Did you all encounter this issue while computing the GRM as @Elijah-Ugoh did? Or did you encounter this during other procedures ?
For me this occurs while the GRM is being calculated within --mlma-loco
I do seem to be able to make a GRM using the --make-grm
command though. I am running the latest version noted at the URL you mention:
version v1.94.1 Linux
Hi @evanmaclean, Calculating GRM on the fly within --mlma-loco will cost a large amount of memory. Your workaround seems good to me and hopefully it can avoid the core dump error.
Okay, I'm still having the"core dinoed error". So, I'll just paste my job script here. Perhaps, the one who's might be doing things the wrong way:
cat $0
module load GCC/12.3.0 module load GCTA/1.94.1
cp -p pruned_data.bim pruned_data.bed pruned_data.fam $NAISS_TMP
cd $NAISS_TMP
gcta64 --bfile pruned_data --make-grm-part 5 1 --out GRM --autosome --maf 0.05 --thread-num 1 gcta64 --bfile pruned_data --make-grm-part 5 2 --out GRM --autosome --maf 0.05 --thread-num 1 gcta64 --bfile pruned_data --make-grm-part 5 3 --out GRM --autosome --maf 0.05 --thread-num 1 gcta64 --bfile pruned_data --make-grm-part 5 4 --out GRM --autosome --maf 0.05 --thread-num 1 gcta64 --bfile pruned_data --make-grm-part 5 5 --out GRM --autosome --maf 0.05 --thread-num 1
cat GRM.part5.grm.id > GRM.grm.id cat GRM.part5.grm.bin > GRM.grm.bin cat GRM.part5*.grm.N.bin > GRM.grm.N.bin
gcta64 --grm-cutoff 0.125 --grm GRM --out GRM_0125 --make-grm --thread-num 1
cp -p GRM* $SLURM_SUBMIT_DIR
Hello,
I keep getting this error, "Segmentation fault (core dumped)" every time I run --make-grm, "./gcta64 --bfile pruned_data --make-grm --out GRM_matrix --autosome --maf 0.05".
I have 1890 samples and about 174000 markers in my files. I have tried with up to 30 threads, but still getting the error.
Would appreciate any help to figure out the issue. Thanks.