I am working on a python function that devides a structure into objects containing residues with certian properties. When I do a cmd.create on a large string (resid 1 or resid 3 or ...) pymol crashes with a segementation fault. Is there any way to add resides to an object?

Instead I got the bright idea to create an object containing all residues and then one by one removing the residues (with cmd.remove) that I did not want in the current subset. When I divide a structure into three objects and shows all three objects some residues are missing. Any idea why????

Christian

Reply via email to