blob: f7a7c78d73f518caa1a9dcca0fd7651815d5ad95 (
plain)
1
2
3
4
5
6
7
8
9
|
{% 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 %}
|