Re: [COOT] Coot, delete a chain

2010-02-01 Thread Debreczeni, Judit
How about this: 1. click on the bin in the toolbar and select Delete zone 2. go to the first residue in the chain (in the Go to atom window or with ^g), click on the residue 3. similarly, go to the last one and click that - Coot should delete the chain (it will take a while...) It that seems

Re: [COOT] Coot, delete a chain

2010-02-01 Thread Maia Cherney
Thanks, Judit. That is exactly what I wanted. But it has not worked for me yet. To delete a chain in coot (also it would be nice to have a similar function in Pymol, too). The graphics programs make easily new chains, but it's difficult to delete them without going to a text editor. Also

Re: [COOT] Coot, delete a chain

2010-02-01 Thread Maia Cherney
on the residue 3. similarly, go to the last one and click that - Coot should delete the chain (it will take a while...) It that seems a little fiddly, try this: --- (define (delete-chain imol chain-id) (if (and (string? chain-id) and (number? imol)) (let* ((n-res (chain-n-residues chain-id imol

Re: [COOT] Coot, delete a chain

2010-01-31 Thread Maia Cherney
Hi all, Is there a way to delete the whole chain of a complex? Or all solvent atoms at once? Maia