From 754e8f214b940e05298cb360ed829f5c685d55a5 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Thu, 25 Jul 2024 11:07:33 -0500 Subject: Rename module: qc_app --> uploader --- .../rqtl2/upload-rqtl2-bundle-step-01.html | 276 --------------------- 1 file changed, 276 deletions(-) delete mode 100644 qc_app/templates/rqtl2/upload-rqtl2-bundle-step-01.html (limited to 'qc_app/templates/rqtl2/upload-rqtl2-bundle-step-01.html') diff --git a/qc_app/templates/rqtl2/upload-rqtl2-bundle-step-01.html b/qc_app/templates/rqtl2/upload-rqtl2-bundle-step-01.html deleted file mode 100644 index 07c240f..0000000 --- a/qc_app/templates/rqtl2/upload-rqtl2-bundle-step-01.html +++ /dev/null @@ -1,276 +0,0 @@ -{%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. -

-
-{%endmacro%} -{{upload_progress_indicator()}} - - - - -

Upload R/qtl2 Bundle

- - - -
- - - - {{flash_all_messages()}} - -
- file upload - - - {{rqtl2_file_help()}} -
- - -
- -{%endblock%} - -{%block javascript%} - - - -{%endblock%} -- cgit v1.2.3