[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [IMP-dev] get_interacting_particles
- To: List for IMP development <imp-dev@salilab.org>
- Subject: Re: [IMP-dev] get_interacting_particles
- From: Daniel Russel <drussel@gmail.com>
- Date: Mon, 7 Sep 2009 04:33:05 -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=TdFBDmpwpCjAtHy+cVIxIQGGivPG0o1RSOh2psbsHN7gQrdHF9hZMGIFlu4P+rhbFO 5yVcCY2HM9q4MTcQYoMqlO/3YLZiFttN5NAWOpupiZLIfQS2YM35i7h5FBMLl75xt11o wmRGjUpWQRq9WY7iRSYGucPsVBVNA/upI8rUg=
- Reply-to: List for IMP development <imp-dev@salilab.org>
I can't reproduce the error.
>>> import IMP.core
>>> m=IMP.Model()
>>> p0= IMP.core.XYZ.setup_particle(IMP.Particle(m))
>>> p1= IMP.core.XYZ.setup_particle(IMP.Particle(m))
>>> dps= IMP.core.DistancePairScore(IMP.core.Linear(0,1))
>>> lpc= IMP.core.ListPairContainer()
>>> lpc.add_particle_pair(IMP.ParticlePair(p0.get_particle(),
p1.get_particle()))
0
>>> pr= IMP.core.PairsRestraint(dps, lpc)
>>> ip= pr.get_interacting_particles()
>>> len(ip)
1
>>> len(ip[0])
2
On Sep 6, 2009, at 11:13 PM, Keren Lasker wrote:
hi,
quick question:
Given two proteins, represented as rigid bodies.
Constructing a PairsRestraint on the two rigid bodies, what should
be the result on the get_interacting_particles() ?
for some reason I am getting 0, also after evaluating the restraint.
I would have expected to get one list with two entries ( the two
rigid bodies).
what am i doing wrong ?
thank you,
Keren.
_______________________________________________
IMP-dev mailing list
IMP-dev@salilab.org
https://salilab.org/mailman/listinfo/imp-dev