aboutsummaryrefslogtreecommitdiff
path: root/scripts/makeReport.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/makeReport.py')
-rw-r--r--scripts/makeReport.py2
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")