We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f62fa33 commit cd062ddCopy full SHA for cd062dd
1 file changed
dataset_calc.py
@@ -42,7 +42,7 @@ def read_config_file(filename):
42
SMILES_FILE = str( config_params.get("SMILES_FILES"))
43
MAX_NUM_JOBS = config_params.get("MAX_NUM_JOBS")
44
MAX_NUM_MOLS = config_params.get("NUM_MOLS")
45
-DOCKING_SCORE_THRS = config_params.get("DOCKING_SCORE_THRESHOLD")
+DOCKING_SCORE_THRS = float(config_params.get("DOCKING_SCORE_THRESHOLD"))
46
47
def generate_unique_file_name(base_name, extension):
48
timestamp = int(time.time() * 1000)
0 commit comments