[PyMOL] Install pymol as module in python in linux

2017-07-25 Thread Vivien Schoonenberg
Hi all, I have been trying for a while, but cannot seem to figure out how to install pymol on my unix server so that I can run pymol from within a python script. (So that I can use it with the command ' import pymol'. I did manage to do this on my windows with a wheel, but don't know how to sol

Re: [PyMOL] Load mmtf data

2017-07-25 Thread Gianluca Tomasello
Hi Thomas, something strange happen when I try to load 4v99.mmtf using this procedure (other PDB files works proprely as far as I know): download the file from https://mmtf.rcsb.org/v1.0/full/4V99 then in script: with open(file_path,"rb") as binary: b = binary.read() cmd.load(b, "str", 0, cmd.loa