Parcourir la source

tweaked max ca -ca distance for dssp hbond calc

Alexander Rose il y a 6 ans
Parent
commit
ff8c751fce

+ 1 - 1
src/mol-model/structure/model/properties/utils/secondary-structure.ts

@@ -86,7 +86,7 @@ namespace DSSPType {
 }
 
 /** 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) {
     const { x, y, z } = conformation;