No mmcif module in ChimeraX 1.0?

Dear Chimera Developer, I am trying to use an external python script to run some calculations. I am using ChimeraX 1.0 and the script requires the import of mmcif module but apparently it is not installed in ChimeraX 1.0? How should I install this module? I also downloaded a newer version 1.1, but it is a precompiled version. Do I need to remove ChimeraX 1.0? Because the older version was installed in /usr/bin with an executable file, but for the newer version, I assume I need to add the path for the executables? I also need to run some ISODLE refinement with my gpu, will ChimeraX configure gpu automatically? Best, Yangqi -- Yangqi Gu Graduate Student Malvankar Lab Yale University, West Campus

Hi Yangqi,
On Feb 23, 2021, at 8:34 AM, Yangqi Gu <yangqi.gu@yale.edu> wrote:
Dear Chimera Developer, I am trying to use an external python script to run some calculations. I am using ChimeraX 1.0 and the script requires the import of mmcif module but apparently it is not installed in ChimeraX 1.0? How should I install this module?
The mmcif module is chimerax.mmcif in all versions of ChimeraX. The more pertinent question is why would you need this module explicitly? Wouldn't you just run the "open" command, e.g.: from chimerax.core.commands import run models = run(session, "open /path/to/file.cif")
I also downloaded a newer version 1.1, but it is a precompiled version.
1.1 is no more "precompiled" than 1.0 was.
Do I need to remove ChimeraX 1.0? Because the older version was installed in /usr/bin with an executable file, but for the newer version, I assume I need to add the path for the executables?
Just nuke 1.0. There is no reason to keep it around.
I also need to run some ISODLE refinement with my gpu, will ChimeraX configure gpu automatically?
AFAIK, ISOLDE will automatically use the GPU for the most part. --Eric Eric Pettersen UCSF Computer Graphics Lab
Best, Yangqi
--
Yangqi Gu Graduate Student Malvankar Lab Yale University, West Campus _______________________________________________ Chimera-users mailing list: Chimera-users@cgl.ucsf.edu Manage subscription: https://plato.cgl.ucsf.edu/mailman/listinfo/chimera-users
participants (2)
-
Eric Pettersen
-
Yangqi Gu