You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use the current version of DAPG (https://github.com/xqwen/dap) to finemap eQTL summary statistics, and I ultimately want to provide the DAPG output into fastenloc. However, I frequently get segmentation faults when running DAPG. I always get a segmentation fault from DAPG when running DAPG on the same inputs. Some inputs for some genes always work, while other inputs for other genes always fail. The segmentation faults do not seem to be a function of the number of SNPs I input, and happens regardless of how much memory I provide DAPG. Do you have any insight into how I may solve this issue?
I am running DAPG as follows: "./dap-g -d_z $summ_stats_file_tab -d_ld $ld_matrix_file -o $dapg_output_file -l $dapg_log_file"
Thank you!
The text was updated successfully, but these errors were encountered:
I am trying to use the current version of DAPG (https://github.com/xqwen/dap) to finemap eQTL summary statistics, and I ultimately want to provide the DAPG output into fastenloc. However, I frequently get segmentation faults when running DAPG. I always get a segmentation fault from DAPG when running DAPG on the same inputs. Some inputs for some genes always work, while other inputs for other genes always fail. The segmentation faults do not seem to be a function of the number of SNPs I input, and happens regardless of how much memory I provide DAPG. Do you have any insight into how I may solve this issue?
I am running DAPG as follows: "./dap-g -d_z $summ_stats_file_tab -d_ld $ld_matrix_file -o $dapg_output_file -l $dapg_log_file"
Thank you!
The text was updated successfully, but these errors were encountered: