Skip to content

Commit

Permalink
fix: build error
Browse files Browse the repository at this point in the history
  • Loading branch information
dnousome committed Nov 15, 2023
1 parent 2ae8852 commit a26c05a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/logan_base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ RUN wget https://github.com/CSB5/lofreq/raw/master/dist/lofreq_star-2.1.5_linux-
ENV PATH="/opt2/lofreq_star-2.1.5_linux-x86-64/bin/:$PATH"
# MUSE
RUN wget -O muse_2.0.4.tar.gz https://github.com/wwylab/MuSE/archive/refs/tags/v2.0.4.tar.gz \
&& tar -xzf v2.0.4.tar.gz \
&& tar -xzf muse_2.0.4.tar.gz \
&& cd MuSE-2.0.4 \
&& ./install_muse.sh \
&& mv MuSE /opt2/ \
Expand Down

0 comments on commit a26c05a

Please sign in to comment.