salilab / IHMValidation

Validation software for integrative models deposited to PDB
MIT License
2 stars 2 forks source link

Improve handling of restraints in the summary table #62

Open aozalevsky opened 1 year ago

aozalevsky commented 1 year ago

Function get_restraints_info has to be refactored to: 1) avoid nonoptimal formatting: https://github.com/salilab/IHMValidation/blob/c3bb0ef65f6104368a103ee429dcf264285ba936/master/pyext/src/validation/__init__.py#L514-L519

2) update if-tree to support current him specs, for instance, ihm.restraint.PredictedContactRestraint can have multiple types ('lower bound', 'upper bound', 'lower upper bound').