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

doc: document filtering of chains by qsscoring

parent 01eca901
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,10 @@ In summary it performs the following steps:
- Read structures (PDB or mmCIF format, can be gzipped) and split into
biological assemblies (all possible pairs are scored).
- Mandatory cleanup of hydrogen atoms, ligand and water chains, small
(< 20 residues) peptides or chains with no amino acids as described in
:attr:`QSscoreEntity.ent <ost.mol.alg.qsscoring.QSscoreEntity.ent>` and
:attr:`QSscoreEntity.removed_chains <ost.mol.alg.qsscoring.QSscoreEntity.removed_chains>`.
- Optional cleanup of structures with :func:`~ost.mol.alg.Molck`.
- Optional structural checks with :func:`~ost.mol.alg.CheckStructure`.
- Unless user-provided, find chain mapping between complexes (see
......
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