Re: [PyMOL] Segmentation fault when selection is too large

2005-07-18 Thread Sebastien Moretti
Sebastien, Break it up over multiple selection statements which reuse the prior selection. For example, select mysel, resi 123+124+125 select mysel, mysel or resi 234+345+346 etc. Cheers, Warren -- Warren L. DeLano, Ph.D. Principal Scientist . DeLano Scientific LLC

[PyMOL] Segmentation fault when selection is too large

2005-07-13 Thread Sebastien Moretti
Hello, I use a script to build pml script file for PyMOL. Sometimes, the selection of individual residues are huge for PyMOL (0.98 or 0.97) and produces a segmentation fault. Is there a way to avoid this behavior ? Like a configuration file with a manageable memory quantity ? Thanks -- Sébast