{% if context.panel_kind == "workspace" %}Saved Analysis Workspace {% elif context.panel_kind == "result" %}Analysis Workspace result {% elif context.panel_kind == "settings" %}Managed Analysis configuration {% elif context.panel_kind == "workspace-library" %}Managed Analysis library {% elif context.panel_kind == "guidance" %}OMERO Analysis {% elif context.selection_count %}New selection Workspace {% else %}New Analysis Workspace{% endif %}

{% if context.panel_kind == "workspace" %}{{ context.workspace_summary.workspace_name }} {% elif context.panel_kind == "settings" or context.panel_kind == "guidance" %}{{ context.managed_title }} {% else %}{{ context.name }}{% endif %}

{% if context.workspace_summary %} From {{ context.workspace_summary.source_type }} {{ context.workspace_summary.source_id }} {% if context.workspace_summary.source_name %}— {{ context.workspace_summary.source_name }}{% endif %} {% elif context.selection_count %} {{ context.selection_count }} {{ context.object_type }}s selected {% else %} {{ context.object_type }} {{ context.object_id }} {% endif %}

{% if context.panel_kind == "workspace" %}Workspace {% elif context.panel_kind == "result" %}Result {% elif context.panel_kind == "settings" %}Managed {% elif context.selection_count %}Selection {% else %}{{ context.object_type }}{% endif %}
{% if context.panel_kind == "source" %}

{% if context.selection_count %}
1

Selected {{ context.object_type }}s

{{ context.selection_count }} selected

These objects define one browser Workspace. Analysis keeps this selection separate from Workspaces opened for each object individually.

{% else %}
1

Select data attachments

0 selected

Choose one or more directly attached databases, workbooks, or tables. They are downloaded into the browser before an analysis is run.

{% if context.can_annotate %}
Attach a supported data or result file to this OMERO object.
{% endif %}
{% endif %} {% include "omero_analysis/analysis_library_tree.html" %} {% if context.workspace_snapshots and not context.selection_count %}
2

Open a saved workspace

{{ context.workspace_snapshots|length }} saved

Select an attached Analysis Workspace. It is restored into browser storage, and referenced OMERO inputs are downloaded again if needed.

{% endif %} {% elif context.panel_kind == "workspace" or context.panel_kind == "result" %} {% if context.workspace_summary.can_resume %}
{% endif %}

{% if context.panel_kind == "workspace" %} Continue from the latest synchronized revision in {{ context.workspace_summary.dataset_name|default:context.name }}. {% else %} This {{ context.result_kind }} belongs to {{ context.workspace_summary.workspace_name }}. {% endif %}

{% if context.panel_kind == "workspace" %}↻{% else %}R{% endif %}

{% if context.panel_kind == "workspace" %}Workspace summary{% else %}Synchronized result{% endif %}

{% if context.workspace_summary.revision %}Revision {{ context.workspace_summary.revision }}{% endif %}
{% if context.panel_kind == "result" %}

{{ context.result_name }}
This result remains linked to its durable Workspace provenance.

{% else %}

Resume the reusable Methods, Pipelines, Notebooks, and run history synchronized from the source object.

Methods
{{ context.workspace_summary.counts.method }}
Pipelines
{{ context.workspace_summary.counts.pipeline }}
Notebooks
{{ context.workspace_summary.counts.notebook }}
Source
{{ context.workspace_summary.source_type }} {{ context.workspace_summary.source_id }}
{% endif %}
{% elif context.panel_kind == "workspace-library" %}
i

Analysis Workspace library

This managed Project stores synchronized browser Workspaces. Select a Dataset below to resume it, or select a reusable item from a normal analysis source.

{% include "omero_analysis/analysis_library_tree.html" %} {% else %}
i

{{ context.managed_title }}

{{ context.managed_message }}

{% if context.managed_count != None %}

{{ context.managed_count }} synchronized item{{ context.managed_count|pluralize }}

{% endif %}
{% endif %}