Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker.py: use ExeConfig.bin #33

Open
graik opened this issue Aug 3, 2018 · 0 comments
Open

docker.py: use ExeConfig.bin #33

graik opened this issue Aug 3, 2018 · 0 comments
Milestone

Comments

@graik
Copy link
Owner

graik commented Aug 3, 2018

docker.py currently uses a hard-coded binary path. Convert to ExeConfig usage.

See:

def __init__( self, recDic, ligDic, recPdb=None, ligPdb=None,
comPdb=None, out='hex_%s', soln=512,
recChainId=None, ligChainId=None, macDock=None,
bin='hex', verbose=1 ): ## use ExeConfig instead of bin=...
"""

@graik graik added this to the 3.0 milestone Aug 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant