Skip to content

Commit

Permalink
Updating permission of Picard jar file in the Docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
tefirman committed Feb 10, 2024
1 parent 527a4a6 commit a05d74f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile_picard
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ RUN apt-get update && \
ENV JAVA_HOME /usr/lib/jvm/java-17-openjdk-amd64/
RUN export JAVA_HOME
RUN wget https://github.com/broadinstitute/picard/releases/download/3.1.1/picard.jar
RUN chmod a+x picard.jar

0 comments on commit a05d74f

Please sign in to comment.