Re: [PyMOL] Rendering Unit Cell in API

2020-09-30 Thread Mooers, Blaine H.M. (HSC)
Hi Shay, cmd.do() allows you to run pml code. Try cmd.do("fetch 1lw9;show cell;png testcell.png") Best regards, Blaine Blaine Mooers, Ph.D. Associate Professor Department of Biochemistry and Molecular Biology College of Medicine University of Oklahoma Health Sciences Center S.L. Young

[PyMOL] Rendering Unit Cell in API

2020-09-30 Thread CHAUDHURI, SHAY (PGR)
Hi all, I'm trying to generate a series of rendered images using the API. The script itself works fine but the only thing that isn't being rendered is the unit cell. I have been using the cmd.show(representation='cell') command to try and get the unit cell to show but it doesn't appear to be