{% extends "base.html" %}
{% block main %}
<div class="main">
<div>
<table class="largetable">
<tr><th>
<a href="/global" class="largebtn">
<span>summary</span>
</a> </th>
<td>
<p>Global view showing results for all protein sequences in a set of predictions.</p></td>
</tr>
<tr><th>
<a href="/sequence" class="largebtn">
<span>sequence</span>
</a></th>
<td>
<p>Display detailed results for a single protein sequence from multiple alleles and prediction
methods.</p></td>
</tr>
<tr><th>
<!--<a href="/makeconfig" class="largebtn">
<span>config </span>
</a></th>
<td>
<p>Make a config file to run predictions. Then view the results in this web app.</p></td>
</tr>
<tr><th> -->
<a href="/neoepitope" class="largebtn">
<span>neoepitope</span>
</a></th>
<td>
<p>Display results from a neo-epitope prediction workflow.</p></td>
</tr>
</table>
</div>
</div>
{% end %}