From e5cc580348e18291afe16e5edad1db1ea2301774 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Mon, 6 Jul 2020 13:37:34 +0530 Subject: Update get_dock_score.py --- scripts/get_dock_score.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/get_dock_score.py b/scripts/get_dock_score.py index a47312b..c8b87d5 100644 --- a/scripts/get_dock_score.py +++ b/scripts/get_dock_score.py @@ -2,7 +2,7 @@ import argparse -parser = argparse.ArgumentParser(description=desc_text) +parser = argparse.ArgumentParser(description="Get Docking Score") parser.add_argument("-p","--protein",help="Path to protein file") parser.add_argument("-l","--ligand",help="Path to ligand_out file") -- cgit v1.2.3