be more
> appreciated.
>
>
> Could you please attach your script in the above command, so that all the
> cluster_*.sdf is loaded and its polar contacts is displayed in one press.
>
>
> Thanks in advance
>
> Renuka.
>
>
> --- On *Wed, 22/9/10, Michael Lerner
>
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, Renuka
Hi Renuka,
If I understand correctly, this is what you want to do:
1. Load up all of the cluster*.sdf files in Model_1.
2. Analyze them
3. Delete them
4. Load up all of the cluster*.sdf files in Model_2.
5. Analyze them
6. Delete them
etc.
If that's right, I think the easiest thing is just to ch