[PyMOL] Cool Script -- Interface Residues

2009-06-29 Thread Jason Vertrees
PyMOLers, I just finished a script that I think is pretty cool. It finds the interface residues between two protein chains. The script can easily be modified to fit the slightly different literature-based versions, but this script implements the general idea upon which most are based:

[PyMOL] cmd.translate

2009-06-29 Thread zach powers
Hi, I have been having some trouble with teh cmd.translate syntax/ I have tried variations on the following: cmd.translate([3.3,0,0], %s%taqeven) including cmd.translate('[3.3,0,0]', %s%taqeven) and cmd.translate(3.3,0,0, %s%taqeven) I still always get the following error