From f2a29c5474542a44b777591bf32d55d6162d9463 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Fri, 13 Dec 2024 15:12:38 -0600 Subject: Allow choice between the two UI options Allow the user to switch between using the R/qtl2 file format or uploading the individual files. --- uploader/templates/phenotypes/add-phenotypes-raw-files.html | 10 +++++++++- .../templates/phenotypes/add-phenotypes-with-rqtl2-bundle.html | 6 ++++++ 2 files changed, 15 insertions(+), 1 deletion(-) (limited to 'uploader/templates/phenotypes') diff --git a/uploader/templates/phenotypes/add-phenotypes-raw-files.html b/uploader/templates/phenotypes/add-phenotypes-raw-files.html index a39ace8..ef0895d 100644 --- a/uploader/templates/phenotypes/add-phenotypes-raw-files.html +++ b/uploader/templates/phenotypes/add-phenotypes-raw-files.html @@ -21,7 +21,15 @@ {%endblock%} {%block frm_add_phenotypes_documentation%} -
Provide all the files requested below. … document this better …
+This page will allow you to upload all the separate files that make up your + phenotypes. Here, you will have to upload each separate file individually. If + you want instead to upload all your files as a single ZIP file, + click here.
{%endblock%} {%block frm_add_phenotypes_elements%} diff --git a/uploader/templates/phenotypes/add-phenotypes-with-rqtl2-bundle.html b/uploader/templates/phenotypes/add-phenotypes-with-rqtl2-bundle.html index 2bd5fab..a1953df 100644 --- a/uploader/templates/phenotypes/add-phenotypes-with-rqtl2-bundle.html +++ b/uploader/templates/phenotypes/add-phenotypes-with-rqtl2-bundle.html @@ -37,6 +37,12 @@Select the zip file bundle containing information on the phenotypes you wish to upload, then click the "Upload Phenotypes" button below to upload the data.
+If you wish to upload the files individually instead, + click here.
See the File Formats section below to get an understanding of what is expected of the bundle files you upload.
-- cgit v1.2.3