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
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment