Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
niemasd authored Nov 17, 2023
1 parent 7f478f6 commit 8834ecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN apt-get update && apt-get -y upgrade && \
rm -rf htslib-* && \

# Install Bowtie2
wget -qO- "https://github.com/BenLangmead/bowtie2/archive/refs/tags/v2.5.1.tar.gz" | tar -zx && \
wget -qO- "https://github.com/BenLangmead/bowtie2/archive/refs/tags/v2.5.2.tar.gz" | tar -zx && \
cd bowtie2-* && \
make && \
make install && \
Expand Down

0 comments on commit 8834ecd

Please sign in to comment.