gjonwick / MAGI-Dock

Docking Box plugin for PyMol
GNU General Public License v3.0
6 stars 1 forks source link

Decouple vina and ad_tools from ADContext #27

Closed gjonwick closed 2 years ago

gjonwick commented 2 years ago

vina jobs should be handled by a Vina class ad jobs should be handled by an AutoDock class

gjonwick commented 2 years ago

ADContext will delegate the jobs to the AutoDock and Vina classes.