Do I need to create a new PairScore class to use a WLC score with, e.g. container::PairsRestraint?
I'm asking because the code works with existing PairScores, but they are mainly distance scores.
Davide
On Nov 7, 2013, at 5:21 PM, Daniel Russel wrote:
Just to add, for now just create a core::PairRestraint or containerPairsRestraint. The functionality is identical to what create_restraint would do in python (in C++ create_restraint can do cooler things with compile time binding).
There's something I don't understand: if I use IMP.container.create_restraint(), I get the attribute error "AttributeError: 'module' object has no attribute 'create_restraint'", which I wasn't expecting.
Davide
On Nov 4, 2013, at 6:42 PM, Daniel Russel wrote:
It is used like any other pair score. core:: create_restraint and container::create_restraint or core::PairRrestraint/container::PairsRestraint can be used to bind it to particle pairs to make a Restraint. The container::ConsecutivePairContainer is probably useful for generating a particle pairs list.
On Monday, November 4, 2013, Davide Baù wrote:
Thanks Daniel!
The WLC class hasn't been used in forever as far as I know, but worked fine last I looked at it.
Any possibility of having a example of how to use the WLC? I looked around but did not find any.