Skip to content

Commit

Permalink
fix: lofreq path
Browse files Browse the repository at this point in the history
  • Loading branch information
dnousome committed Feb 9, 2024
1 parent 114059f commit 5f37499
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions docker/logan_base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -212,14 +212,6 @@ RUN git clone https://github.com/CSB5/lofreq \

ENV PATH="/opt2/lofreq/bin:$PATH"


RUN wget https://github.com/CSB5/lofreq/raw/master/dist/lofreq_star-2.1.5_linux-x86-64.tgz \
&& tar -xzf lofreq_star-2.1.5_linux-x86-64.tgz \
&& chmod a+x lofreq_star-2.1.5_linux-x86-64/bin/lofreq \
&& rm lofreq_star-2.1.5_linux-x86-64.tgz

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 muse_2.0.4.tar.gz \
Expand Down

0 comments on commit 5f37499

Please sign in to comment.