After following the install guide, I run the test script in<SurfDock>/bash_scripts/test_scripts/screen_pipeline.sh
However I got this error in Step1
File "/home/xjd/software/Ligand_docking/SurfDock/SurfDock/comp_surface/prepare_target/default_config/global_vars.py", line 39
Pablo Gainza - LPDI STI EPFL 2018-2019
^^^^^
IndentationError: expected an indented block after class definition on line 37
I think there maybe a miss of annonation symbol in the end of global_vars.py (see below). After I fix that, there is no more error.
class NoSolutionError(Exception):
# global_vars.py: Global variables used by MaSIF -- mainly pointing to environment variables of programs used by MaSIF.
Pablo Gainza - LPDI STI EPFL 2018-2019
Released under an Apache License 2.0