From daa3818b030bea1a0fa974a38441a8f48db9a5b2 Mon Sep 17 00:00:00 2001 From: Darryl Nousome Date: Wed, 29 Nov 2023 12:00:13 -0500 Subject: [PATCH] fix: docker update --- docker/logan_base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/logan_base/Dockerfile b/docker/logan_base/Dockerfile index f0b2eca..41d1ede 100644 --- a/docker/logan_base/Dockerfile +++ b/docker/logan_base/Dockerfile @@ -46,7 +46,7 @@ RUN wget https://github.com/biod/sambamba/releases/download/v0.8.1/sambamba-0.8. && chmod a+rx /opt2/sambamba # Use DISCVRSeq For CombineVariants Replacement -RUN wget https://github.com/BimberLab/DISCVRSeq/releases/download/1.3.61/DISCVRSeq-1.3.62.jar +RUN wget https://github.com/BimberLab/DISCVRSeq/releases/download/1.3.62/DISCVRSeq-1.3.62.jar ENV DISCVRSeq_JAR="/opt2/DISCVRSeq-1.3.62.jar" # Install dependencies needed to add a new repository over HTTPS