choderalab / fah-xchem

Tools and infrastructure for automated compound discovery using Folding@home
MIT License
6 stars 3 forks source link

Decouple BAR free energy and DiffNet analysis #85

Open mcwitt opened 4 years ago

mcwitt commented 4 years ago

Currently the analysis code is monolithic, but debugging and experimentation could be made nicer by separating these pieces. There are 2 phases:

  1. Compute BAR free energies for each transformation from foward and reverse works. This intermediate output could have a separate schema and be saved as JSON, for example.

  2. Run DiffNet on the result of (1). User could have the option of running from stored JSON, or running the full pipeline including (1).