Skip to content

Commit 5f37499

Browse files
committed
fix: lofreq path
1 parent 114059f commit 5f37499

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

docker/logan_base/Dockerfile

-8
Original file line numberDiff line numberDiff line change
@@ -212,14 +212,6 @@ RUN git clone https://github.com/CSB5/lofreq \
212212

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

215-
216-
RUN wget https://github.com/CSB5/lofreq/raw/master/dist/lofreq_star-2.1.5_linux-x86-64.tgz \
217-
&& tar -xzf lofreq_star-2.1.5_linux-x86-64.tgz \
218-
&& chmod a+x lofreq_star-2.1.5_linux-x86-64/bin/lofreq \
219-
&& rm lofreq_star-2.1.5_linux-x86-64.tgz
220-
221-
ENV PATH="/opt2/lofreq_star-2.1.5_linux-x86-64/bin/:$PATH"
222-
223215
# MUSE
224216
RUN wget -O muse_2.0.4.tar.gz https://github.com/wwylab/MuSE/archive/refs/tags/v2.0.4.tar.gz \
225217
&& tar -xzf muse_2.0.4.tar.gz \

0 commit comments

Comments
 (0)