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

fix: Singularity update nglview

parent 52e9c148
No related branches found
No related tags found
No related merge requests found
...@@ -15,6 +15,8 @@ ln -sf /bin/bash /bin/sh ...@@ -15,6 +15,8 @@ ln -sf /bin/bash /bin/sh
export SRC_FOLDER="/usr/local/src" export SRC_FOLDER="/usr/local/src"
export CPUS_FOR_MAKE=8 export CPUS_FOR_MAKE=8
export PYTHONPATH="/usr/local/lib64/python2.7/site-packages:${PYTHONPATH}" export PYTHONPATH="/usr/local/lib64/python2.7/site-packages:${PYTHONPATH}"
# When changing OPENSTRUCTURE_VERSION make sure to change it also in the
# environment section of singularity recipe (this file).
export OPENSTRUCTURE_VERSION="1.7.1" export OPENSTRUCTURE_VERSION="1.7.1"
export OPENSTRUCTURE_SHARE="/usr/local/share/ost" export OPENSTRUCTURE_SHARE="/usr/local/share/ost"
export MSMS_VERSION="2.6.1" export MSMS_VERSION="2.6.1"
...@@ -79,7 +81,7 @@ virtualenv --system-site-packages $VIRTUALENV_DIR ...@@ -79,7 +81,7 @@ virtualenv --system-site-packages $VIRTUALENV_DIR
# INSTALL REQUIRED PYTHON PACKAGES # INSTALL REQUIRED PYTHON PACKAGES
################################## ##################################
pip install jupyter==1.0.0 \ pip install jupyter==1.0.0 \
nglview==1.0 nglview==1.1.6
# DOWNLOAD AND INSTALL MSMS # DOWNLOAD AND INSTALL MSMS
############## ##############
......
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