{% extends "base.html" %} {% set active_page = 'files' %} {% block title %}Upload Files - Ursa Customer Portal{% endblock %} {% block content %}
Back to File Registry

Upload Configuration

Files will be uploaded to: s3://...

Select Files

Drag & drop files here

or

Supported formats: FASTQ, BAM, CRAM, VCF (gzipped supported)

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