{% extends "base.html" %} {% block content %}

Define Staging Job

{% for cluster in clusters %} {% endfor %}

Source Preview

Choose an analysis samples manifest.

Destination Preview

Choose a bucket and stage target.

Staging Jobs

{% for job in staging_jobs %} {% else %} {% endfor %}
Job Workset Manifest Bucket Cluster Stage Target Status Updated
{{ job.job_euid }}
{{ job.job_name }}
{{ job.workset_euid }} {{ job.manifest_euid }} {{ job.request.reference_bucket }} {{ job.cluster_name }}
{{ job.region }}
{{ job.request.stage_target }} {{ job.state }} {{ job.updated_at }} {% if job.state == "DEFINED" %} {% endif %} {% if job.state in ["COMPLETED", "FAILED"] %} {% endif %}
No staging jobs yet.

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