{% extends "omero_biofilefinder/index.html" %} {% block content %}

Admin Page

Upload or replace the OMERO.script used to create Biofile Finder parquet files as File Annotations.

This script has a dependency on pyarrow installed in the OMERO.server python environment.

{% if script_id > 0 %}Script is uploaded with ID: {{ script_id }} {% else %}No script currently uploaded. {% endif %}

{% csrf_token %}
{% endblock %} {% block extra_js %} {% endblock %}