Skip to content
Snippets Groups Projects
Commit ff8c751f authored by Alexander Rose's avatar Alexander Rose
Browse files

tweaked max ca -ca distance for dssp hbond calc

parent 19520b0f
No related branches found
No related tags found
No related merge requests found
...@@ -86,7 +86,7 @@ namespace DSSPType { ...@@ -86,7 +86,7 @@ namespace DSSPType {
} }
/** max distance between two C-alpha atoms to check for hbond */ /** max distance between two C-alpha atoms to check for hbond */
const caMaxDist = 9.0; const caMaxDist = 7.0;
function calcAtomicTraceLookup3D(hierarchy: AtomicHierarchy, conformation: AtomicConformation) { function calcAtomicTraceLookup3D(hierarchy: AtomicHierarchy, conformation: AtomicConformation) {
const { x, y, z } = conformation; const { x, y, z } = conformation;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment