Skip to content

Commit 45798c1

Browse files
committed
Diann 2.1.0 available
1 parent dfc8f24 commit 45798c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

diann-2.1.0/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ ENV LC_ALL=en_US.UTF-8
3333

3434
# Download and install DIA-NN
3535
RUN wget --no-check-certificate https://github.com/vdemichev/DiaNN/releases/download/2.0/DIA-NN-2.1.0-Academia-Linux.zip && \
36-
unzip /tmp/DIA-NN-2.1.0-Academia-Linux.zip -d /usr/ && \
37-
rm /tmp/DIA-NN-2.1.0-Academia-Linux.zip
36+
unzip DIA-NN-2.1.0-Academia-Linux.zip -d /usr/ && \
37+
rm DIA-NN-2.1.0-Academia-Linux.zip
3838

3939
# Remove unnecessary packages
4040
RUN apt-get remove -y wget unzip && apt-get autoremove -y && apt-get clean && \

0 commit comments

Comments
 (0)