Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openstructure
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
schwede
openstructure
Commits
f70681e4
Commit
f70681e4
authored
3 years ago
by
Studer Gabriel
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
modules/mol/alg/pymod/CMakeLists.txt
+1
-0
1 addition, 0 deletions
modules/mol/alg/pymod/CMakeLists.txt
modules/mol/alg/pymod/__init__.py
+1
-0
1 addition, 0 deletions
modules/mol/alg/pymod/__init__.py
modules/mol/alg/pymod/chain_mapping.py
+531
-0
531 additions, 0 deletions
modules/mol/alg/pymod/chain_mapping.py
with
533 additions
and
0 deletions
modules/mol/alg/pymod/CMakeLists.txt
+
1
−
0
View file @
f70681e4
...
...
@@ -24,6 +24,7 @@ set(OST_MOL_ALG_PYMOD_MODULES
hbond.py
lddt.py
scoring.py
chain_mapping.py
)
if
(
NOT ENABLE_STATIC
)
...
...
This diff is collapsed.
Click to expand it.
modules/mol/alg/pymod/__init__.py
+
1
−
0
View file @
f70681e4
...
...
@@ -7,6 +7,7 @@ import ost.mol.alg.helix_kinks
import
ost.mol.alg.hbond
import
ost.mol.alg.lddt
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)
def
FillClashingDistancesFromFile
(
filename
):
...
...
This diff is collapsed.
Click to expand it.
modules/mol/alg/pymod/chain_mapping.py
0 → 100644
+
531
−
0
View file @
f70681e4
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment