diff options
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 |