Przeglądaj źródła

add atomTablePath to default config

JonStargaryen 4 lat temu
rodzic
commit
347b9ead6b
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      src/servers/model/config.ts

+ 2 - 1
src/servers/model/config.ts

@@ -82,7 +82,8 @@ const DefaultModelServerConfig = {
             //     }
             // },
             // wwPDB: {
-            //     chemCompBondTablePath: ''
+            //     chemCompBondTablePath: '',
+            //     chemCompAtomTablePath: ''
             // }
         }
     },