[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [IMP-dev] changing parent in IMP Hierarchy



You have to remove it from the old one and add it to the new one
p0.remove_child(c)
p1.add_child(c)


On Oct 20, 2009, at 5:11 PM, Keren Lasker wrote:

hi,

is there a way to change the parent of a particle ?

thanks,
Keren.
_______________________________________________
IMP-dev mailing list

https://salilab.org/mailman/listinfo/imp-dev