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

fix: Update DSSP URL in Singularity

parent 8e73bf77
No related branches found
No related tags found
No related merge requests found
...@@ -65,7 +65,7 @@ locale-gen en_US.UTF-8 ...@@ -65,7 +65,7 @@ locale-gen en_US.UTF-8
# INSTALL SOME PYTHON PACKAGES GLOBALY # 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 \ scipy==1.0.0 \
pandas==0.22.0 pandas==0.22.0
...@@ -110,7 +110,7 @@ fi ...@@ -110,7 +110,7 @@ fi
############## ##############
cd ${SRC_FOLDER} cd ${SRC_FOLDER}
if [ ! -f dssp-${DSSP_VERSION}.tgz ]; then 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 tar -xvzf dssp-${DSSP_VERSION}.tgz
cd dssp-${DSSP_VERSION} cd dssp-${DSSP_VERSION}
make -j ${CPUS_FOR_MAKE} 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