diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2020-10-03 19:11:04 +0530 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2020-10-03 19:11:04 +0530 |
commit | 6fe0c3114b33471ae640ec5887f77b2ba33cc35c (patch) | |
tree | ec5705c93d18b7958931b451df06cfde01ee42b9 /app/scripts/makeReport.py | |
parent | e300d53d0d7877680fb0eeb2a8d5bcce3d6529e1 (diff) |
added title,date to pdf
Diffstat (limited to 'app/scripts/makeReport.py')
-rw-r--r-- | app/scripts/makeReport.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/scripts/makeReport.py b/app/scripts/makeReport.py index 4f693ac..e12569c 100644 --- a/app/scripts/makeReport.py +++ b/app/scripts/makeReport.py @@ -49,7 +49,7 @@ name = doc.report.pdbid.cdata # print(("# " + (name.replace("_"," ")).replace("PROTEIN","")), end="\n\n") fallback = 0 -print("## Visualisation", end="\n\n") +print("# Visualisation", end="\n\n") print(f"![]({image})", end="\n\n") natural_ligands = [] |