Skip to content

Commit

Permalink
fix: docker update
Browse files Browse the repository at this point in the history
  • Loading branch information
dnousome committed Nov 29, 2023
1 parent 0ef17df commit daa3818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/logan_base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit daa3818

Please sign in to comment.