Skip to content

Commit

Permalink
Final fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Chiara Rasi committed Nov 9, 2023
1 parent d9bd56f commit 8ad6a18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -13,7 +13,7 @@ RUN pip install --no-cache-dir -r requirements.txt

# Download Picard
ENV picard_version 3.10
ADD https://github.com/broadinstitute/picard/releases/download/3.1.0/picard.jar /libs/
ADD https://github.com/broadinstitute/picard/releases/download/${picard_version}/picard.jar /libs/

#########
# FINAL #
Expand Down

0 comments on commit 8ad6a18

Please sign in to comment.