Skip to content
Snippets Groups Projects
Verified Commit e574eb64 authored by Xavier Robin's avatar Xavier Robin
Browse files

fix --full-bs-search argument in ligand scoring

parent de4e9054
No related branches found
No related tags found
No related merge requests found
......@@ -227,8 +227,9 @@ def _ParseArgs():
parser.add_argument(
"-fbs",
"--full-bs-search",
default=False,
dest="full_bs_search",
default=False,
action="store_true",
help=("Enumerate all potential binding sites in the model."))
parser.add_argument(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment