salilab / pmi

Python Modeling Interface
https://integrativemodeling.org/nightly/doc/ref/namespaceIMP_1_1pmi.html
12 stars 11 forks source link

Rewrite ProcessOutput for speed and reliability #232

Closed saltzberg closed 7 years ago

saltzberg commented 7 years ago

Rewrote ProcessOutput to be more reliable and faster (~5 fold) at reading stat files.
Streamlined code, added tests, error messages and inline docs Can now retrieve lines from a stat file that satisfy a set of criteria.

benmwebb commented 7 years ago

Looks good to me! I'll merge it and we'll see if it causes any problems in the nightly builds.