From: Warren D. <wa...@de...> - 2005-09-02 21:26:34
|
Jim, (we discussed this at ACS, but just for the mailing list record). PyMOL does not yet support real-space refinement internally. However, I suspect one could use cctbx to accomplish this with PyMOL. Perhaps someone familiar with both open-source projects would like to take a stab at it? Cheers, Warren -- Warren L. DeLano, Ph.D. =20 Principal Scientist . DeLano Scientific LLC =20 . 400 Oyster Point Blvd., Suite 213 =20 . South San Francisco, CA 94080 USA =20 . Biz:(650)-872-0942 Tech:(650)-872-0834 =20 . Fax:(650)-872-0273 Cell:(650)-346-1154 . mailto:wa...@de... =20 =20 > -----Original Message----- > From: Jim Nettles [mailto:jn...@em...]=20 > Sent: Tuesday, August 30, 2005 6:00 AM > To: Warren DeLano > Cc: pym...@li...; Mathieu Coincon > Subject: Re: [PyMOL] Refinement in auto_sculpt >=20 > Hello all,=20 >=20 >=20 > Perhaps I'm awaking from hibernation or something,=20 > but the communication below came as a surprise to me.=20 >=20 >=20 > Do I read this correctly that Pymol does real space=20 > refining into electron density using the sculpting function?=20 > If so, that is great! I apologize if this has been discussed=20 > before and I missed it. Could someone please clue me in as to=20 > how to best use this function?=20 >=20 >=20 > Thanks,=20 >=20 >=20 > Jim Nettles=20 >=20 >=20 > On Aug 30, 2005, at 8:33 AM, Warren DeLano wrote:=20 >=20 >=20 > Mathieu,=20 >=20 > =20 >=20 > Deselect Sculpting from the builder menu or "unset sculpting"=20 >=20 > =20 >=20 > Note that if you're doing this a lot, then create some custom=20 > on/off function keys as follows:=20 >=20 > =20 >=20 > # F1 to turn on sculpting=20 >=20 > cmd.set_key('F1',lambda=20 > :(cmd.set("sculpting"),cmd.set("auto_sculpt")))=20 >=20 > =20 >=20 > # F2 to turn off sculpting=20 >=20 > cmd.set_key('F2',lambda=20 > :(cmd.unset("sculpting"),cmd.unset("auto_sculpt")))=20 >=20 > =20 >=20 > Cheers,=20 >=20 > Warren=20 >=20 >=20 > From: pym...@li... on behalf of=20 > Mathieu Coincon=20 >=20 > Sent: Mon 8/29/2005 8:26 AM=20 >=20 > To: pym...@li...=20 >=20 > Subject: [PyMOL] Refinement in auto_sculpt=20 >=20 >=20 >=20 >=20 >=20 > Hi,=20 >=20 > i'm usinig pymol for modelling my protein in electron density.=20 >=20 > I like it very much but there is one thing I would like to=20 > understand.=20 >=20 > Is there a way to stop the refinement of the geometry:=20 >=20 > I'm using auto_sculpt and I protect/deprotect the protein=20 > but sometimes the=20 >=20 > refinemt run during a long time I would like to stop it ? i=20 > played with the=20 >=20 > number of cycles and other parameters but it didn't work.=20 >=20 >=20 >=20 >=20 >=20 >=20 > -------------------------------------------------------=20 >=20 > SF.Net email is Sponsored by the Better Software Conference & EXPO=20 >=20 > September 19-22, 2005 * San Francisco, CA * Development=20 > Lifecycle Practices=20 >=20 > Agile & Plan-Driven Development * Managing Projects & Teams *=20 > Testing & QA=20 >=20 > Security * Process Improvement & Measurement *=20 > http://www.sqe.com/bsce5sf=20 >=20 > _______________________________________________=20 >=20 > PyMOL-users mailing list=20 >=20 > PyM...@li...=20 >=20 > https://lists.sourceforge.net/lists/listinfo/pymol-users=20 >=20 >=20 >=20 >=20 |