From 2acd83f0b6539c932cff82882289c55c97d7e94f Mon Sep 17 00:00:00 2001
From: Gabriel Studer <gabriel.studer@unibas.ch>
Date: Tue, 22 Aug 2017 15:41:13 +0200
Subject: [PATCH] docu update

---
 loop/doc/structure_db.rst | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/loop/doc/structure_db.rst b/loop/doc/structure_db.rst
index 52a8035e..7ee297af 100644
--- a/loop/doc/structure_db.rst
+++ b/loop/doc/structure_db.rst
@@ -154,12 +154,16 @@ database, you might want to consider two things:
                         (we advise you to provide a surface estimated with the
                         full :class:`ost.mol.EntityView` the *chain* belongs to)
     :param prof:        Profile information for this *chain*.
+    :param solvent_accessibility_string: Name of float property where the 
+                                         solvent accessibilities are stored
+                                         on a per residue basis in *chain*
 
     :type pdb_id:       :class:`str`
     :type chain_name:   :class:`str`
     :type chain:        :class:`ost.mol.ChainView`
     :type surf:         :class:`ost.mol.SurfaceHandle`
     :type prof:         :class:`ost.seq.ProfileHandle`
+    :type solvent_accessibility_string: :class:`str`
 
     :returns: DB index of added chain.
     :rtype:   :class:`int`
-- 
GitLab