Skip to content

Commit

Permalink
debug ld clump
Browse files Browse the repository at this point in the history
  • Loading branch information
Zilong-Li committed Sep 27, 2024
1 parent 8e9beee commit ea1f4ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LD.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -482,8 +482,8 @@ void run_ld_stuff(const Param& params, Data* data) {
Int2D idx_per_chr, bp_per_chr;
cao.print("get target snp idx");
std::tie(idx_per_chr, bp_per_chr) = get_target_snp_idx(snp_t, snp);
cao.print("size of G", data->G.rows(), data->G.cols());
if (!params.out_of_core) {
cao.print("size of G", data->G.rows(), data->G.cols());
ld_clump_single_pheno(
params.fileout + ".p" + std::to_string(i) + ".clump", head,
params.clump_bp, params.clump_r2, params.clump_p1, params.clump_p2,
Expand Down

0 comments on commit ea1f4ee

Please sign in to comment.