Przeglądaj źródła

allow MET.SD as metal binding partner

Alexander Rose 5 lat temu
rodzic
commit
8c7563d7f2

+ 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) {