Skip to content
Snippets Groups Projects
Commit b87d1089 authored by Studer Gabriel's avatar Studer Gabriel
Browse files

pdb reader: Clarify behaviour when reading SEQRES records

parent caa6e1f6
Branches
Tags
No related merge requests found
...@@ -160,6 +160,8 @@ def LoadPDB(filename, restrict_chains="", no_hetatms=None, ...@@ -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 :param seqres: Whether to read SEQRES records. If set to True, the loaded
entity and seqres entry will be returned as a tuple. 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` :type seqres: :class:`bool`
:param bond_feasibility_check: Flag for :attr:`IOProfile.processor`. If :param bond_feasibility_check: Flag for :attr:`IOProfile.processor`. If
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment