You could try something like this in a terminal

for i in $(seq 1 1 100); do pymol $i.pdb; done

if your file name are 1.pdb, 2.pdb ... 100.pdb

Marius

On Fri, Jul 15, 2011 at 9:00 PM, Tsjerk Wassenaar <tsje...@gmail.com> wrote:
> Hey Ram,
>
> It's scriptable, but not very doable on this Android :p
> The best solution would involve a generator funtion that takes a file
> pattern and a number, using glob to expand the file list, and using yield at
> each cycle.
> For a pythonista that should make sense ;) I may take it up when I'm typing
> with two hands again :)
>
> Cheers,
>
> Tsjerl
>
> On Jul 15, 2011 7:40 PM, "r n" <ramm...@yahoo.com> wrote:
>
> Hi
> I wanted to load 100 pdbs from 2000 pdb files.
>
> also is there way to load first 100 then second 200 etc.,?
>
> Is there any command that could control the number of PDB to load to pymol
> or script?
>
> I did downloaded PDBDIR from pymol wiki, but not much help. It did hang up
> for long time.
> Is there any commands like pymol  c*.pdb, number=10 or file=10?
>
> any immediate help will be appreciated.
> thanks
> ram
>
>
>
> ------------------------------------------------------------------------------
> AppSumo Presents a FREE Video for the SourceForge Community by Eric
> Ries, the creator of the Lean Startup Methodology on "Lean Startup
> Secrets Revealed." This video shows you how to validate your ideas,
> optimize your ideas and identify your business strategy.
> http://p.sf.net/sfu/appsumosfdev2dev
> _______________________________________________
> PyMOL-users mailing list (PyMOL-users@lists.sourceforge.net)
> Info Page: https://lists.sourceforge.net/lists/listinfo/pymol-users
> Archives: http://www.mail-archive.com/pymol-users@lists.sourceforge.net
>
> ------------------------------------------------------------------------------
> AppSumo Presents a FREE Video for the SourceForge Community by Eric
> Ries, the creator of the Lean Startup Methodology on "Lean Startup
> Secrets Revealed." This video shows you how to validate your ideas,
> optimize your ideas and identify your business strategy.
> http://p.sf.net/sfu/appsumosfdev2dev
> _______________________________________________
> PyMOL-users mailing list (PyMOL-users@lists.sourceforge.net)
> Info Page: https://lists.sourceforge.net/lists/listinfo/pymol-users
> Archives: http://www.mail-archive.com/pymol-users@lists.sourceforge.net
>

------------------------------------------------------------------------------
AppSumo Presents a FREE Video for the SourceForge Community by Eric 
Ries, the creator of the Lean Startup Methodology on "Lean Startup 
Secrets Revealed." This video shows you how to validate your ideas, 
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev
_______________________________________________
PyMOL-users mailing list (PyMOL-users@lists.sourceforge.net)
Info Page: https://lists.sourceforge.net/lists/listinfo/pymol-users
Archives: http://www.mail-archive.com/pymol-users@lists.sourceforge.net

Reply via email to