aboutsummaryrefslogtreecommitdiff
path: root/app/views.py
diff options
context:
space:
mode:
Diffstat (limited to 'app/views.py')
-rw-r--r--app/views.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/views.py b/app/views.py
index c272e73..698d621 100644
--- a/app/views.py
+++ b/app/views.py
@@ -127,8 +127,8 @@ def status():
done="Queued"
if protein_name == None:
protein_name = r[6]
-
- PDFReport = "/static/uploads/reports/" + str(jobID) + ".pdf"
+
+ PDFReport = "./app/static/uploads/reports/" + str(jobID) + ".pdf"
AndroidModel = "/static/uploads/3DModels/" + str(jobID) + ".gltf"
iOSModel = "/static/uploads/3DModels/" + str(jobID) + ".usdz"
@@ -247,6 +247,7 @@ def generate_pdbqts():
return render_template('pdbqt_form.html',form=myform)
+tfWorking = 0
if app.config['LSTM']:
try:
import tensorflow as tf