We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 722a29a commit f67c75cCopy full SHA for f67c75c
Dockerfile
@@ -20,7 +20,7 @@ RUN pip install --upgrade pip \
20
ENV SPADES_VERSION='3.15.3'
21
22
RUN cd /opt \
23
- && wget http://cab.spbu.ru/files/release${SPADES_VERSION}/SPAdes-${SPADES_VERSION}-Linux.tar.gz \
+ && wget https://github.com/ablab/spades/releases/download/v3.15.3/SPAdes-3.15.3-Linux.tar.gz \
24
&& tar -xvzf SPAdes-${SPADES_VERSION}-Linux.tar.gz \
25
&& rm SPAdes-${SPADES_VERSION}-Linux.tar.gz
26
0 commit comments