We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 114059f commit 5f37499Copy full SHA for 5f37499
docker/logan_base/Dockerfile
@@ -212,14 +212,6 @@ RUN git clone https://github.com/CSB5/lofreq \
212
213
ENV PATH="/opt2/lofreq/bin:$PATH"
214
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
223
# MUSE
224
RUN wget -O muse_2.0.4.tar.gz https://github.com/wwylab/MuSE/archive/refs/tags/v2.0.4.tar.gz \
225
&& tar -xzf muse_2.0.4.tar.gz \
0 commit comments