9 lines
318 B
HTML
9 lines
318 B
HTML
{% extends 'base.html' %}
|
|
|
|
{% 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>
|
|
<ul>
|
|
<li><a href="{{ url_for('dock_upload') }}">Dock and Report</a></li>
|
|
</ul>
|
|
{% endblock %} |