소스 검색

tweaked max ca -ca distance for dssp hbond calc

Alexander Rose 6 년 전
부모
커밋
ff8c751fce
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/mol-model/structure/model/properties/utils/secondary-structure.ts

+ 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;