{% extends "omero_biofilefinder/index.html" %} {% block content %}
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 %}
{% endblock %} {% block extra_js %} {% endblock %}