Skip to content

docker.py: use ExeConfig.bin #33

@graik

Description

@graik

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=...
"""

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions