From b87d1089c65347c3202ac29c642545309c118f49 Mon Sep 17 00:00:00 2001
From: Gabriel Studer <gabriel.studer@unibas.ch>
Date: Wed, 24 Jan 2024 12:01:46 +0100
Subject: [PATCH] pdb reader: Clarify behaviour when reading SEQRES records

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

diff --git a/modules/io/pymod/__init__.py b/modules/io/pymod/__init__.py
index 5f011e997..b67bb9241 100644
--- a/modules/io/pymod/__init__.py
+++ b/modules/io/pymod/__init__.py
@@ -160,6 +160,8 @@ def LoadPDB(filename, restrict_chains="", no_hetatms=None,
 
   :param seqres: Whether to read SEQRES records. If set to True, the loaded 
                  entity and seqres entry will be returned as a tuple.
+                 If file doesnt contain SEQRES records, the returned
+                 :class:`ost.seq.SequenceList` will be invalid.
   :type seqres: :class:`bool`
 
   :param bond_feasibility_check: Flag for :attr:`IOProfile.processor`. If
-- 
GitLab