Re: [PyMOL] loading a cube file from the API

2014-02-17 Thread Thomas Holder
Hi Raul, there should be no difference between loading from the GUI or using the load (not Load) command. The cube file needs to have a .cube extension. Cheers, Thomas On 16 Feb 2014, at 19:45, Raúl Mera Adasme rme...@gmail.com wrote: Hi all, I am trying to code a little script that

Re: [PyMOL] loading a cube file from the API

2014-02-17 Thread Raúl Mera Adasme
Hi Thomas, I am using the build that comes with Fedora. One could think they skipped the plugin when compiled, as the error I get is: load something.cube ObjectMolecule: plugin 'cube' cannot open 'kim-dense.cube'. Nevertheless, it does load it correctly when I use Open from the gui. Thanks!

[PyMOL] loading a cube file from the API

2014-02-16 Thread Raúl Mera Adasme
Hi all, I am trying to code a little script that needs to load Guassian cube files (to later create some isusurfaces). The cube format is supported, and one can easily use the TK interface (file-open) to load the file into PyMOL. I have been looking for the command to do it automatically in a