{%extends "base.html"%}
{%from "flash_messages.html" import flash_all_messages%}
{%from "upload_progress_indicator.html" import upload_progress_indicator%}
{%block title%}Upload R/qtl2 Bundle{%endblock%}
{%block contents%}
{%macro rqtl2_file_help()%}
Provide a valid R/qtl2 zip file here. In particular, ensure your zip bundle
contains exactly one control file and the corresponding files mentioned in
the control file.
The control file can be either a YAML or JSON file. ALL other data
files in the zip bundle should be CSV files.
See the
R/qtl2 file format specifications
for more details.