Re: [PyMOL] selection help + align question

2005-01-21 Thread Jules Jacobsen
Hi, I've written a script for aligning all structures loaded against your structure of choice: def __init__(self): cmd.extend('allalign',allAlign) def allAlign(id=''): Aligns all models in a list to the specified model where '' is the model id you want to align

Re: [PyMOL] selection help + align question

2005-01-20 Thread Douglas Kojetin
Thanks for that one; it works as advertised. Another question: if I have 10 different structures read into PyMOL, what is the best (most accurate) method for aligning the structures as an ensemble? Currently, I'm aligning all to the first structure read in (i.e. 21, 31, etc.) using a for