From 8595c75345fb5849a4d8894f3ee7a926dd8cdf8f Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 8 Jan 2024 07:25:35 +0300 Subject: Upload R/qtl2 zip bundle and check for errors. --- qc_app/templates/rqtl2/upload-rqtl2-bundle.html | 44 +++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 qc_app/templates/rqtl2/upload-rqtl2-bundle.html (limited to 'qc_app/templates/rqtl2') diff --git a/qc_app/templates/rqtl2/upload-rqtl2-bundle.html b/qc_app/templates/rqtl2/upload-rqtl2-bundle.html new file mode 100644 index 0000000..6491e6b --- /dev/null +++ b/qc_app/templates/rqtl2/upload-rqtl2-bundle.html @@ -0,0 +1,44 @@ +{%extends "base.html"%} +{%from "flash_messages.html" import flash_messages%} + +{%block title%}Upload R/qtl2 Bundle{%endblock%} + +{%block contents%} +

Upload R/qtl2 Bundle

+ +
+ + + + {{flash_messages("error-rqtl2")}} + +
+ file upload + + +

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.

+
+
+ +
+
+ +{%endblock%} -- cgit v1.2.3