From 6e45140c59253fb2f286bfd73f763c18e7ef104b Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Mon, 6 Jul 2020 13:03:43 +0530 Subject: added docking score feeature to main.sh and report generation --- scripts/makeReport.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/makeReport.py') diff --git a/scripts/makeReport.py b/scripts/makeReport.py index b905cf0..79d9c70 100644 --- a/scripts/makeReport.py +++ b/scripts/makeReport.py @@ -44,7 +44,7 @@ for x in doc.report.bindingsite: name = doc.report.pdbid.cdata -print(("# " + (name.replace("_"," ")).replace("PROTEIN","")), end="\n\n") +#print(("# " + (name.replace("_"," ")).replace("PROTEIN","")), end="\n\n") print("## Visualisation", end="\n\n") print(f'![]({image})', end="\n\n") -- cgit v1.2.3