Skip to content

Commit

Permalink
bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
espenhgn committed Dec 31, 2024
1 parent 3d923bd commit 1bc67ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docker/scripts/install_bcftools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -euo pipefail

# deps
apt-get update && apt-get install -y --no-install-recommends \
libcurl4-gnutls-dev=7.68.0-1ubuntu2.24 \
libcurl4-gnutls-dev=7.68.0-1ubuntu2.25 \
libperl-dev=5.30.0-9ubuntu0.5

apt-get clean && \
Expand Down
3 changes: 3 additions & 0 deletions tests/extras/r.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ library(testthat)

# List of libraries to check
libraries_to_check <- c(
"AER",
"argparser",
"bigreadr",
"bigsnpr",
Expand Down Expand Up @@ -90,6 +91,7 @@ libraries_to_check <- c(
"gridExtra",
"gwasglue",
"gwasglue2",
"gwasurvivr",
"gwasvcf",
"haven",
"Haplin",
Expand All @@ -105,6 +107,7 @@ libraries_to_check <- c(
"lubridate",
"MASS",
"MatrixEQTL",
"MendelianRandomization",
"mgcv",
"miniCRAN",
"MRBEE",
Expand Down

0 comments on commit 1bc67ff

Please sign in to comment.