aboutsummaryrefslogtreecommitdiff
path: root/scripts/get-best.py
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2020-09-11 18:09:24 +0530
committerNavan Chauhan <navanchauhan@gmail.com>2020-09-11 18:09:24 +0530
commit9de8cfbf0e6c169f1819461e9816aa00ad31280e (patch)
treee634d6891a7786bca5cf067231da34d2b603dbc4 /scripts/get-best.py
parent65bdfcb7877fb0fe4ed4f4823572a839f8925f49 (diff)
testing a patch for report and disabling tests for now
Diffstat (limited to 'scripts/get-best.py')
-rw-r--r--scripts/get-best.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/get-best.py b/scripts/get-best.py
index a10c2d2..b5f69a8 100644
--- a/scripts/get-best.py
+++ b/scripts/get-best.py
@@ -28,6 +28,7 @@ if args.ligand == None:
print("Error: Please specify ligand file")
exit(1)
+print("Getting Best ligand from",args.protein,args.ligand)
protein = args.protein
ligand = args.ligand