Hello,
I am running single-variant association using SAIGE v1.4.3 and am encountering an issue where some rows in the output files have an incorrect number of columns (fields).
To investigate, I ran the same association analysis three times. Each run produced an output file containing malformed rows (both fewer and more fields than expected). Notably, the affected row corresponds to a different variant/site in each run.
I have attached the three output files along with the code used to generate them.
Has anyone encountered this issue before or have any insight into what might be causing it?
Rscript /sw/saige/saige_1.4.3/SAIGE/extdata/step2_SPAtests.R \
--vcfFile=${vcf} \
--vcfFileIndex=${vcf}.csi \
--vcfField=DS \
--minMAF=0 \
--is_imputed_data=TRUE \
--minInfo=0 \
--dosage_zerod_cutoff=0 \
--dosage_zerod_MAC_cutoff=0 \
--idstoIncludeFile=interval_file.txt \
--chrom=${chr} \
--nThreads=5 \
--GMMATmodelFile=${outdir_step1}/${step1_output_prefix}.rda \
--varianceRatioFile=${outdir_step1}/${step1_output_prefix}.varianceRatio.txt \
--SAIGEOutputFile=${outdir}/saige_analysis_run<number>.txt
interval_file.txt
saige_analysis_run1.txt
saige_analysis_run2.txt
saige_analysis_run3.txt
Hello,
I am running single-variant association using SAIGE v1.4.3 and am encountering an issue where some rows in the output files have an incorrect number of columns (fields).
To investigate, I ran the same association analysis three times. Each run produced an output file containing malformed rows (both fewer and more fields than expected). Notably, the affected row corresponds to a different variant/site in each run.
I have attached the three output files along with the code used to generate them.
Has anyone encountered this issue before or have any insight into what might be causing it?
interval_file.txt
saige_analysis_run1.txt
saige_analysis_run2.txt
saige_analysis_run3.txt