Explorar o código

allow MET.SD as metal binding partner

Alexander Rose %!s(int64=5) %!d(string=hai) anos
pai
achega
8c7563d7f2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/mol-model-props/computed/interactions/metal.ts

+ 1 - 1
src/mol-model-props/computed/interactions/metal.ts

@@ -94,7 +94,7 @@ function addMetalBinding(structure: Structure, unit: Unit.Atomic, builder: Featu
                     dative = true
                     ionic = true
                 }
-            } else if (element === Elements.S && 'CYS' === resname) {
+            } else if (element === Elements.S && (resname === 'CYS' || resname === 'MET')) {
                 dative = true
                 ionic = true
             } else if (element === Elements.N) {