Skip to content

Commit

Permalink
coloc version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
gaow committed Apr 1, 2024
1 parent d794e79 commit 02f1ccf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ requirements:
host:
- bioconductor-qvalue
- r-bedtoolsr
- r-base>=4.3
- r-coloc>=5.2.3
- r-base=4.3
- r-coloc=5.2.3
- r-data.table
- r-dofuture
- r-dplyr
Expand Down
2 changes: 1 addition & 1 deletion R/file_utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ load_regional_multivariate_data <- function(matrix_y_min_complete = NULL, # when
residual_Y_scalar = Y_scalar,
dropped_sample = dropped_sample,
X = X,
maf = compute_maf(X),
maf = apply(X, 2, compute_maf),
chrom = dat$chrom,
grange = dat$grange
))
Expand Down

0 comments on commit 02f1ccf

Please sign in to comment.