From 3ce0a2f43a73288974952709e59950ebef601aca Mon Sep 17 00:00:00 2001 From: MattWellie Date: Mon, 1 Jul 2024 12:05:47 +1000 Subject: [PATCH] bump to a version which uses a local hail initiation in both core scripts --- images.toml | 2 +- images/clinvarbitration/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/images.toml b/images.toml index 3878cae..30d2819 100644 --- a/images.toml +++ b/images.toml @@ -3,7 +3,7 @@ bcftools = '1.16' bedtools = '2.30.0' bwa = '0.7.17' cellregmap = '0.0.3' -clinvarbitration = '1.2.0' +clinvarbitration = '1.3.0' dragmap = '1.3.0-tokenizer-next-fix' exomiser = '13.3.0' exomiser_14 = '14.0.0' diff --git a/images/clinvarbitration/Dockerfile b/images/clinvarbitration/Dockerfile index 1ad0e3d..240c991 100644 --- a/images/clinvarbitration/Dockerfile +++ b/images/clinvarbitration/Dockerfile @@ -1,6 +1,6 @@ FROM python:3.10-bullseye -ARG VERSION=${VERSION:-1.2.0} +ARG VERSION=${VERSION:-1.3.0} RUN apt update && apt install -y \ apt-transport-https \