Skip to content

Commit

Permalink
ClinvArbitration Bump (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
MattWellie authored Jul 1, 2024
1 parent b65e4d3 commit ea94275
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion images.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion images/clinvarbitration/Dockerfile
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down

0 comments on commit ea94275

Please sign in to comment.