{% extends "base.html" %} {% set active_nav = "results" %} {% block title %}Release {{ release.package_number }} - LSMC Atlas{% endblock %} {% block content %}
{% if release.released_at %}Released {{ release.released_at | format_dt(user_preferences) }}{% else %}Created {{ release.created_at | format_dt(user_preferences) }}{% endif %}
| Filename | Type | Size | |
|---|---|---|---|
|
{% if artifact.artifact_type == 'REPORT' %}📄{% elif artifact.artifact_type == 'DATA' %}📊{% elif artifact.artifact_type == 'FASTQ' %}🧬{% else %}📁{% endif %}
{{ artifact.filename or "Unnamed" }}
{{ artifact.mime_type or "application/octet-stream" }}
|
{{ artifact.artifact_type }} | {% if artifact.size_bytes %} {{ (artifact.size_bytes / 1024 / 1024)|round(2) }} MB {% else %} — {% endif %} | {% if release.status == 'RELEASED' %} Download {% else %} Pending release {% endif %} |
No artifacts in this package