diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2020-09-11 18:09:24 +0530 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2020-09-11 18:09:24 +0530 |
commit | 9de8cfbf0e6c169f1819461e9816aa00ad31280e (patch) | |
tree | e634d6891a7786bca5cf067231da34d2b603dbc4 /scripts/get-best.py | |
parent | 65bdfcb7877fb0fe4ed4f4823572a839f8925f49 (diff) |
testing a patch for report and disabling tests for now
Diffstat (limited to 'scripts/get-best.py')
-rw-r--r-- | scripts/get-best.py | 1 |
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 |