docking-org / pydock3

Python package wrapping the DOCK Fortran program and providing several tools built on top of it.
Other
11 stars 3 forks source link

Move RESIDUE_CODE_TO_POLAR_HYDROGENS_TUPLE_DICT to parameter file #5

Closed ianscottknight closed 1 year ago

ianscottknight commented 1 year ago

Move RESIDUE_CODE_TO_POLAR_HYDROGENS_TUPLE_DICT to parameter file (e.g., just like amb.crg.oxt) and load dict from said file. This would allow blastermaster to work in the case of tarting, which requires defining custom residue codes that would not be present as keys in RESIDUE_CODE_TO_POLAR_HYDROGENS_TUPLE_DICT.

ianscottknight commented 1 year ago

Fixed in commit 5fc2e42