Open daniel-hui opened 1 year ago
Still having issues with this. I tried removed the gene it seems to be failing on (e.g., ABITRAM in this example) and only keeping the gene that seems to be working (e.g., AARD) but it still gives the same error. Other users are also having this issue (https://github.com/saigegit/SAIGE/issues/56).
If it's any help...
I made the changes
message2 = "message2"
message3 = "message3"
message4 = "message4"
in lines 814-816 of SAIGE_SPATest_Region.R
, it runs successfully but the results files are empty. Also, the gene that it crashes on always seems to be the 200th gene. Giving up for now.
Hi,
I'm trying to run
step2_SPAtests.R
but am getting an error:Below is the command I use (with paths changed):
Rscript step2_SPAtests.R --bedFile=chr8_mac1.bed --bimFile=chr8_mac1_nodup.bim --famFile=chr8_mac1.fam --SAIGEOutputFile=results_SAIGE_rare/rare_mac1_PCs1-2 --chrom=8 --AlleleOrder=alt-first --GMMATmodelFile=SAIGE_GRMs/rare_mac1_PCs1-2.rda --varianceRatioFile=SAIGE_GRMs/rare_mac1_PCs1-2.varianceRatio.txt --sparseGRMFile=SAIGE_GRMs/sparseGRM_allChr_maf.01_rm3plus_geno.001_500kb-1-.10_relatednessCutoff_0.125_2000_randomMarkersUsed.sparseGRM.mtx --sparseGRMSampleIDFile=SAIGE_GRMs/sparseGRM_allChr_maf.01_rm3plus_geno.001_500kb-1-.10_relatednessCutoff_0.125_2000_randomMarkersUsed.sparseGRM.mtx.sampleIDs.txt --groupFile=SAIGE_plofs_missense.txt --annotation_in_groupTest=lof,lof:missense --maxMAF_in_groupTest=0.10,0.01,0.001 --is_output_markerList_in_groupTest=TRUE --LOCO=TRUE
Any ideas on what the issue is? Thanks -- below is the full log: