From 2607fffd2cc8ca3aade9f0d45d06de33dfd5e3c3 Mon Sep 17 00:00:00 2001 From: Jarrett Johnson Date: Mon, 20 May 2024 14:55:18 -0400 Subject: [PATCH] bcif loadable --- modules/pymol/constants.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/pymol/constants.py b/modules/pymol/constants.py index e17cb49ad..4d7ca8e24 100644 --- a/modules/pymol/constants.py +++ b/modules/pymol/constants.py @@ -59,6 +59,8 @@ class _loadable: dxstr = 75 # DX file (APBS) mapstr = 76 # unspecified CCP4 or MRC map mrcstr = 77 + bcif = 78 + bcifstr = 79 class loadable(_loadable): @classmethod