From e9d8c8be11fb31aaee362b0cc40d042d0808b246 Mon Sep 17 00:00:00 2001
From: Gabriel Studer <gabriel.studer@unibas.ch>
Date: Wed, 3 Aug 2022 08:58:32 +0200
Subject: [PATCH] docu updates

---
 modules/io/pymod/__init__.py | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/modules/io/pymod/__init__.py b/modules/io/pymod/__init__.py
index 04cffd18f..c47d044de 100644
--- a/modules/io/pymod/__init__.py
+++ b/modules/io/pymod/__init__.py
@@ -360,8 +360,14 @@ def LoadMMCIF(filename, fault_tolerant=None, calpha_only=None,
                   processing of molecular structures. Can either be a
                   :class:`str` specifying one of the default profiles
                   ['DEFAULT', 'SLOPPY', 'CHARMM', 'STRICT'] or an actual object
-                  of type :class:`ost.io.IOProfile`. See :doc:`profile` for more
-                  info.
+                  of type :class:`ost.io.IOProfile`. If a :class:`str` defines
+                  a default profile, :attr:`IOProfile.processor` is set to
+                  :class:`ost.conop.RuleBasedProcessor` with the currently
+                  set :class:`ost.conop.CompoundLib` available as
+                  :func:`ost.conop.GetDefaultLib()`. If no
+                  :class:`ost.conop.CompoundLib` is available,
+                  :class:`ost.conop.HeuristicProcessor` is used instead. See
+                  :doc:`profile` for more info.
   :type profile: :class:`str`/:class:`ost.io.IOProfile`
 
   :param remote: If set to True, the method tries to load the pdb from the 
-- 
GitLab