[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [IMP-dev] changing parent in IMP Hierarchy
- To: List for IMP development <imp-dev@salilab.org>
- Subject: Re: [IMP-dev] changing parent in IMP Hierarchy
- From: Daniel Russel <drussel@gmail.com>
- Date: Tue, 20 Oct 2009 17:22:31 -0700
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:in-reply-to:content-type :content-transfer-encoding:mime-version:subject:date:references :x-mailer; b=HdRXNIA97RddvKYVVGAdnMuZivGNollI+KV7oclhTdpOcJWBARmhvdjcByRA4NnX8W o77Su6kEHpEZD3+HfknpQgxXdrzoAw+KJnVPTsvXSngKq1IvEbMnZm/rJU+sDM3XKoQj lDkwOMFw/K+d/TSIJ7fBJ17Z9D9cnSw6982Jg=
- Reply-to: List for IMP development <imp-dev@salilab.org>
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
IMP-dev@salilab.org
https://salilab.org/mailman/listinfo/imp-dev