From 724c8b3f4a4f5c3122d0761ec8cd572b75381d96 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Tue, 7 Jul 2020 22:20:03 +0530 Subject: added job status form --- app/templates/home.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app/templates/home.html') 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 %}

Curie Web Demo

-

The dock and report demo performs molecular docking using AutoDock Vina and then finds protein-ligand interactions using PLIP

+

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.

{% endblock %} \ No newline at end of file -- cgit v1.2.3