10 lines
482 B
HTML
10 lines
482 B
HTML
{% extends 'base.html' %}
|
|
|
|
{% block main %}
|
|
<h2>Curie Web Demo</h2>
|
|
<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 %} |