Skip to content

Commit

Permalink
Patch: Updating PATH to CAT which changed since last download.
Browse files Browse the repository at this point in the history
  • Loading branch information
skchronicles committed Jan 21, 2025
1 parent 6b45ca7 commit 4098ef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/metavirs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ RUN wget https://github.com/dutilh/CAT/archive/refs/tags/v5.2.3.tar.gz \
&& tar -xvzf v5.2.3.tar.gz \
&& rm /opt2/v5.2.3.tar.gz
# Add CAT to $PATH
ENV PATH="/opt2/CAT-5.2.3/CAT_pack:$PATH"
ENV PATH="/opt2/CAT_pack-5.2.3/CAT_pack:$PATH"
WORKDIR /opt2

# Install spades/3.15.4 manually, latest version
Expand Down

0 comments on commit 4098ef6

Please sign in to comment.