Skip to content
Snippets Groups Projects
Commit 8e73bf77 authored by Rafal Gumienny's avatar Rafal Gumienny
Browse files

fix: Updated dssp FTP address

parent 9cafc9de
No related branches found
No related tags found
No related merge requests found
......@@ -95,7 +95,7 @@ RUN cd ${SRC_FOLDER} && \
# COMPILE AND INSTALL DSSP
##########################
RUN cd ${SRC_FOLDER} && \
wget ftp://ftp.cmbi.ru.nl/pub/software/dssp/dssp-${DSSP_VERSION}.tgz && \
wget ftp://ftp.cmbi.umcn.nl/pub/molbio/software/dssp-2/dssp-${DSSP_VERSION}.tgz && \
tar -xvzf dssp-${DSSP_VERSION}.tgz && \
cd dssp-${DSSP_VERSION} && \
make -j ${CPUS_FOR_MAKE} && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment