Replies: 3 comments 3 replies
-
Hi, many thanks for your interest in REINVENT and welcome to the community! You would need to give me considerably more information before I can help you. What is your input configuration file? It looks like you trying to execute that file like a script but that is not its intended use. A TOML config file would need to contain lines as follows for DockStream. [[scoring.component]]
[scoring.component.DockStream]
[[scoring.component.DockStream.endpoint]]
name = "Docking with Dockstream"
weight = 1
params.configuration_path = "PATH_TO_DOCKSTEAM_CONF.json"
params.docker_script_path = "PATH_TO_DOCKSTREAM/docker.py"
params.docker_python_path = "PATH_TO_DOCKSTREAM_ENV/bin/python"
transform.type = "reverse_sigmoid"
transform.high = -6
transform.low = -13.5
transform.k = 0.2 Many thanks, |
Beta Was this translation helpful? Give feedback.
-
You need to replace the string |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Why i try to use the RL mode of the example when i have tried to configure the toml file but shows i have insufficient permissions, i have tried to add permissions and run in admin mode.
OSError: [Errno 8] Exec format error: 'reinvent_plugins/components/comp_dockstream.py'
Beta Was this translation helpful? Give feedback.
All reactions