Skip to content

Commit

Permalink
Update Minimap2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
niemasd authored Mar 14, 2024
1 parent 98a0cf2 commit b198b21
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 @@ -52,7 +52,7 @@ RUN apt-get update && apt-get -y upgrade && \
rm -rf hisat2-* && \

# Install Minimap2
wget -qO- "https://github.com/lh3/minimap2/archive/refs/tags/v2.26.tar.gz" | tar -zx && \
wget -qO- "https://github.com/lh3/minimap2/archive/refs/tags/v2.27.tar.gz" | tar -zx && \
cd minimap2-* && \
make && \
chmod a+x minimap2 && \
Expand Down

0 comments on commit b198b21

Please sign in to comment.