-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Segmentation fault (core dumped) #23
Comments
This generally happen for two reasons:
so: wc -l /sample_data/GWAS.MC.AD.IGAP.stage1.hg19.chr.11.121344805.121517613.CHRPOSREFALT.Z.txt all the above commands should give the same output value. |
The output of the commands is always the same (75) and the don't contain any NAs. Could there be another reason for the error? |
It is possible to email me a sample data. My email is [email protected] |
I had the same issue when I used the example data. Have you got the solution? @juschroeder. Any comments/suggestions would be appreciated. |
Have you got the solution? I have the same issue even I put only 10 SNPs data with the same lines of *.ld/*gwas.zscore/*qtl.zscore. Please feel free to contact me if you have any idea. @fhormozdiari @juschroeder |
Can you make sure your GSL version is 2.6? If you are using GSL 2.6 you can send me an input example. My email is [email protected] |
Hi, I met this problem too when I compile it under centos8. And I compile it under Freebsd 13, and the problem gone. Update: |
I have been trying to set up eCAVIAR and getting it to run on the sample data. Unfortunately, I get an error message that doesn't help much and the website for documentation is not available.
This is the command I used:
./eCAVIAR -z ./sample_data/GWAS.MC.AD.IGAP.stage1.hg19.chr.11.121344805.121517613.CHRPOSREFALT.Z.txt -ld ./sample_data/GWAS.ADGC.MC.AD.IGAP.stage1.hg19.chr.11.121344805.121517613.CHRPOSREFALT.LD.ld -z ./sample_data/eQTL.CARDIOGENICS.MC.AD.IGAP.stage1.hg19.chr.11.121344805.121517613.CHRPOSREFALT.ILMN_1810712.NM_015313.1.ARHGEF12.Z.txt -ld ./sample_data/eQTL.CARDIOGENICS.MC.AD.IGAP.stage1.hg19.chr.11.121344805.121517613.CHRPOSREFALT.LD.ld -f 1 -c 2 -o ./sample_data/Coloc_test
And this is the error I get:
@-------------------------------------------------------------@
| eCAVIAR! | v2.2 | 10/Apr/2018 |
|-------------------------------------------------------------|
| (C) 2018 Farhad Hormozdiari, GNU General Public License, v2 |
|-------------------------------------------------------------|
| For documentation, citation & bug-report instructions: |
| http://genetics.cs.ucla.edu/caviar/ |
@-------------------------------------------------------------@
Segmentation fault (core dumped)
Is there any way to find out what the problem is?
The text was updated successfully, but these errors were encountered: