Re: [PyMOL] combining multiple objects into one multistate object

2014-01-16 Thread Thomas Holder
there is a "join_states" command in PSICO. http://pymolwiki.org/index.php/psico Cheers, Thomas On 16 Jan 2014, at 11:15, Jason Vertrees wrote: > Jed, > > Yes, the create command should more intelligently handle the wildcard. In > fact, I started out trying the same thing you did. I'll add

Re: [PyMOL] combining multiple objects into one multistate object

2014-01-16 Thread Jason Vertrees
Jed, Yes, the create command should more intelligently handle the wildcard. In fact, I started out trying the same thing you did. I'll add this as a feature request. Cheers, -- Jason On Thu, Jan 16, 2014 at 10:06 AM, Jed Goldstone wrote: > Thanks! That works. I kept trying to avoid writing

Re: [PyMOL] combining multiple objects into one multistate object

2014-01-16 Thread Jed Goldstone
Thanks! That works. I kept trying to avoid writing a script, figuring that it should just be an option in 'create'. That is, if the selection old_obj has a wild card, then create new_obj, old_obj*,1,-1 should work. Clearly not; could this be a future feature? Jed On 1/16/2014 10:56 AM, Jason

Re: [PyMOL] combining multiple objects into one multistate object

2014-01-16 Thread Robert Campbell
Hi Jed, On Thu, 2014-01-16 10:28 EST, Jed Goldstone wrote: > I know this seems silly, but I can't figure out how to combine multiple > separate objects into one multistate object. I have a set of Modeler > models loaded from a single pdb file, automagically separated into > separate objects

Re: [PyMOL] combining multiple objects into one multistate object

2014-01-16 Thread Jason Vertrees
Jed, You are correct in that you should be using the "create" command: # creates new_obj from old_obj1 by copying old_obj1 # in state 1 to new_obj in state 1 create new_obj, old_obj1, 1, 1 # creates new_obj from old_obj2 by copying old_obj2 # in state 1 to new_obj in state 2 create new_obj, ol

[PyMOL] combining multiple objects into one multistate object

2014-01-16 Thread Jed Goldstone
I know this seems silly, but I can't figure out how to combine multiple separate objects into one multistate object. I have a set of Modeler models loaded from a single pdb file, automagically separated into separate objects that have been aligned, and I want to combine them into one object in