From 1f86bfe5072e591b3a3e85b4ed8581ab2bb0e244 Mon Sep 17 00:00:00 2001 From: Rafal Gumienny <guma44@gmail.com> Date: Fri, 20 Jul 2018 14:53:54 +0200 Subject: [PATCH] fix: Update DSSP URL in Singularity --- singularity/Singularity.1.7.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/singularity/Singularity.1.7.1 b/singularity/Singularity.1.7.1 index 8a96d0a8f..b80190001 100644 --- a/singularity/Singularity.1.7.1 +++ b/singularity/Singularity.1.7.1 @@ -65,7 +65,7 @@ locale-gen en_US.UTF-8 # INSTALL SOME PYTHON PACKAGES GLOBALY ###################################### -pip install --upgrade pip && pip install --no-cache-dir numpy==1.10.4 \ +pip install --no-cache-dir numpy==1.10.4 \ scipy==1.0.0 \ pandas==0.22.0 @@ -110,7 +110,7 @@ fi ############## cd ${SRC_FOLDER} if [ ! -f dssp-${DSSP_VERSION}.tgz ]; then - 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} -- GitLab