Re: [PyMOL] Deleting and Loading multiple SDF files

2010-09-23 Thread Michael Lerner
. --- On *Wed, 22/9/10, Michael Lerner mglerner+sourcefo...@gmail.commglerner%2bsourcefo...@gmail.com * wrote: From: Michael Lerner mglerner+sourcefo...@gmail.commglerner%2bsourcefo...@gmail.com Subject: Re: [PyMOL] Deleting and Loading multiple SDF files To: Renuka Robert renukarob

[PyMOL] Deleting and Loading multiple SDF files

2010-09-22 Thread Renuka Robert
p { margin-bottom: 0.08in; } Dear Pymol users I have to do TWO jobs simultaneously in PYMOL. JOB 1: Load multiple *sdf files I have set of ligand files in *.sdf format as follows: /home/user/Model_1/cluster_1.sdf /home/user/Model_1/cluster_2.sdf

Re: [PyMOL] Deleting and Loading multiple SDF files

2010-09-22 Thread Jason Vertrees
Hi Renuka, Check out the loadDir PyMOL script ( http://www.pymolwiki.org/index.php/LoadDir). You can do stuff like, # load all PDBs in the directory ../ loadDir ../, *.pdb # load all SDFs in ../../mySDFs loadDir ../../mySDFs/state*.sdf Cheers, -- Jason On Wed, Sep 22, 2010 at 9:12 AM,