From 87645e74bdcc9e6fc593fbf6e32208ff08730940 Mon Sep 17 00:00:00 2001
From: Rafal Gumienny <guma44@gmail.com>
Date: Tue, 14 Aug 2018 08:33:15 +0200
Subject: [PATCH] fix: Singularity update nglview

---
 singularity/Singularity.1.7.1 | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/singularity/Singularity.1.7.1 b/singularity/Singularity.1.7.1
index b80190001..70b3508f2 100644
--- a/singularity/Singularity.1.7.1
+++ b/singularity/Singularity.1.7.1
@@ -15,6 +15,8 @@ ln -sf /bin/bash /bin/sh
 export SRC_FOLDER="/usr/local/src"
 export CPUS_FOR_MAKE=8
 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_SHARE="/usr/local/share/ost"
 export MSMS_VERSION="2.6.1"
@@ -79,7 +81,7 @@ virtualenv --system-site-packages $VIRTUALENV_DIR
 # INSTALL REQUIRED PYTHON PACKAGES
 ##################################
 pip install jupyter==1.0.0 \
-            nglview==1.0
+            nglview==1.1.6
 
 # DOWNLOAD AND INSTALL MSMS
 ##############
-- 
GitLab