Open Chris-Wills opened 1 year ago
I am running the following command:
Rscript ../../FUSION/FUSION.assoc_test.R \ --sumstats "$sumstats" \ --weights "$weights" \ --weights_dir "$weights_dir" \ --ref_ld_chr "$ref_ld_chr" \ --chr "$i" \ --coloc_P 0.001 \ --PANELN "$weights" \ --GWASN 6697 \ --out "$out"
When --coloc_P is removed everything runs smoothly, when it is added NA is returned for everything. I tried using coloc package versions 5.1.0.1 and 5.1.0 as suggested in previous posts but nothing has changed.
--coloc_P
Rolling back all the way to coloc v3.2-1 fixed it.
I am running the following command:
When
--coloc_P
is removed everything runs smoothly, when it is added NA is returned for everything. I tried using coloc package versions 5.1.0.1 and 5.1.0 as suggested in previous posts but nothing has changed.