Skip to content

Commit

Permalink
updated SnapATAC2 version (#124)
Browse files Browse the repository at this point in the history
Updated SnapATAC2 docker v 2.6.3
  • Loading branch information
ekiernan authored May 23, 2024
1 parent a48e719 commit eef30f3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 3rd-party-tools/snapatac2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ENV TERM=xterm-256color \
TINI_VERSION=v0.19.0\
PATH=$PATH:/usr/gitc

ARG SNAPATAC2_VERSION=2.3.1
ARG SNAPATAC2_VERSION=2.6.3

LABEL MAINTAINER="Broad Institute DSDE <[email protected]" \
SNAPATAC2_VERSION=${SNAPATAC2_VERSION}
Expand Down
6 changes: 4 additions & 2 deletions 3rd-party-tools/snapatac2/docker_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
set -e

# Update version when changes to Dockerfile are made
DOCKER_IMAGE_VERSION=1.0.4

DOCKER_IMAGE_VERSION=1.0.9

TIMESTAMP=$(date +"%s")
DIR=$(cd $(dirname $0) && pwd)

Expand All @@ -11,7 +13,7 @@ GCR_URL="us.gcr.io/broad-gotc-prod/"
QUAY_URL="quay.io/broadinstitute/gotc-prod-snapatac2/"

# SnapATAC2 version
SNAPATAC2_VERSION="2.3.1"
SNAPATAC2_VERSION="2.6.3"

# Necessary tools and help text
TOOLS=(docker gcloud)
Expand Down
6 changes: 6 additions & 0 deletions 3rd-party-tools/snapatac2/docker_versions.tsv
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
us.gcr.io/broad-gotc-prod/snapatac2:1.0.2-2.2.0-1679678908
us.gcr.io/broad-gotc-prod/snapatac2:1.0.3-2.3.0-1682089891
us.gcr.io/broad-gotc-prod/snapatac2:1.0.4-2.3.1-1700590229
us.gcr.io/broad-gotc-prod/snapatac2:1.0.4-2.6.0-1714058747
us.gcr.io/broad-gotc-prod/snapatac2:1.0.5-2.6.0-1714070943
us.gcr.io/broad-gotc-prod/snapatac2:1.0.6-2.6.1-1714757147
us.gcr.io/broad-gotc-prod/snapatac2:1.0.7-2.6.2-1715265458
us.gcr.io/broad-gotc-prod/snapatac2:1.0.8-2.6.2-1715613634
us.gcr.io/broad-gotc-prod/snapatac2:1.0.9-2.6.3-1715865353

0 comments on commit eef30f3

Please sign in to comment.