diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2020-07-06 13:03:43 +0530 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2020-07-06 13:03:43 +0530 |
commit | 6e45140c59253fb2f286bfd73f763c18e7ef104b (patch) | |
tree | 008c7ac0d66e4ce15f54121d08d3e98c4a8d5f77 /scripts/makeReport.py | |
parent | d779d69e8db98c3d53fcc1bffa9f7f326339259c (diff) |
added docking score feeature to main.sh and report generation
Diffstat (limited to 'scripts/makeReport.py')
-rw-r--r-- | scripts/makeReport.py | 2 |
1 files changed, 1 insertions, 1 deletions
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") |