feat: add per-package pathway prediction

This commit is contained in:
2025-11-12 18:05:44 +13:00
parent 305fdc41fb
commit d9e4660fd4
4 changed files with 35 additions and 5 deletions

View File

@ -1,6 +1,9 @@
{% if meta.can_edit %}
<li>
<a href="{{ meta.server_url }}/predict">
<span class="glyphicon glyphicon-plus"></span> New Pathway</a>
</li>
<li>
<a
href="{% if meta.current_package %}{{ meta.current_package.url }}/predict{% else %}{{ meta.server_url }}/predict{% endif %}"
>
<span class="glyphicon glyphicon-plus"></span> New Pathway</a
>
</li>
{% endif %}