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

lDDT: add lDDT based chain mapping functionality - work in progress

parent e7a610b0
No related branches found
No related tags found
No related merge requests found
...@@ -24,6 +24,7 @@ set(OST_MOL_ALG_PYMOD_MODULES ...@@ -24,6 +24,7 @@ set(OST_MOL_ALG_PYMOD_MODULES
hbond.py hbond.py
lddt.py lddt.py
scoring.py scoring.py
chain_mapping.py
) )
if (NOT ENABLE_STATIC) if (NOT ENABLE_STATIC)
......
...@@ -7,6 +7,7 @@ import ost.mol.alg.helix_kinks ...@@ -7,6 +7,7 @@ import ost.mol.alg.helix_kinks
import ost.mol.alg.hbond import ost.mol.alg.hbond
import ost.mol.alg.lddt import ost.mol.alg.lddt
import ost.mol.alg.scoring import ost.mol.alg.scoring
import ost.mol.alg.chain_mapping
# Fills a list of reference clashing distances from a file (requires a path to the file) # Fills a list of reference clashing distances from a file (requires a path to the file)
def FillClashingDistancesFromFile(filename): def FillClashingDistancesFromFile(filename):
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment