Skip to content
Snippets Groups Projects
Verified Commit 12189444 authored by Xavier Robin's avatar Xavier Robin
Browse files

doc: attempt to clarify issues.

parent 28db461a
No related branches found
No related tags found
No related merge requests found
...@@ -151,14 +151,15 @@ The IOProfile Class ...@@ -151,14 +151,15 @@ The IOProfile Class
:type: bool :type: bool
Only relevant when reading PDB format. When set to true, reads CONECT Only relevant when reading files in PDB format. When set to true, reads CONECT
statements and applies them in the pdb reader. This can result in statements and applies them in the PDB reader. This can result in
hydrogen bonds salt bridges etc. to be connected. Check the PDB format hydrogen bonds, salt bridges etc. to be connected. Check the PDB format
definition for more info. This may cause issues in subsequent processing definition for more info. This may cause issues in subsequent processing,
with the processor as we suddenly have two places where connectivity is such as bonds being overriden, or extra, inconsistent bonds, as the
built. For the use case of valid CONECT statements for all hetatms, you processor suddenly has two separate sources of connectivity.
may want to disable processing of bonds between them in For the use case where the input PDB file contains valid CONECT
:attr:`ost.conop.Processor.connect_hetatm` statements for all hetatms, you may want to disable processing of bonds
between them in :attr:`ost.conop.Processor.connect_hetatm`
.. attribute:: processor .. attribute:: processor
......
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