diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2020-07-07 22:20:03 +0530 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2020-07-07 22:20:03 +0530 |
commit | 724c8b3f4a4f5c3122d0761ec8cd572b75381d96 (patch) | |
tree | b266986834069afcd6c0b856c25c136b778d4ad6 /app/templates/home.html | |
parent | f8c389102242736f620968a1d280092ce6fe6434 (diff) |
added job status form
Diffstat (limited to 'app/templates/home.html')
-rw-r--r-- | app/templates/home.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/templates/home.html b/app/templates/home.html index f7a7c78..02c71dd 100644 --- a/app/templates/home.html +++ b/app/templates/home.html @@ -2,8 +2,9 @@ {% block main %} <h2>Curie Web Demo</h2> - <p>The dock and report demo performs molecular docking using AutoDock Vina and then finds protein-ligand interactions using PLIP</p> + <p>Dock and Report performs molecular docking using AutoDock Vina, generates visualisations using PyMOL and then finds protein-ligand interactions using PLIP. It then compiles all of this into a PDF report and emails it to you.</p> <ul> <li><a href="{{ url_for('dock_upload') }}">Dock and Report</a></li> + <li><a href="{{ url_for('status')}}">Job Status</a></li> </ul> {% endblock %}
\ No newline at end of file |