From 9af24c595d9db7660e1917164f6a304adbe31392 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Fri, 13 Dec 2024 13:19:56 -0600 Subject: Prompt for file structure details. --- .../phenotypes/add-phenotypes-raw-files.html | 77 +++++++++++++++++++++- 1 file changed, 76 insertions(+), 1 deletion(-) (limited to 'uploader/templates/phenotypes/add-phenotypes-raw-files.html') diff --git a/uploader/templates/phenotypes/add-phenotypes-raw-files.html b/uploader/templates/phenotypes/add-phenotypes-raw-files.html index a5fa161..30dc10b 100644 --- a/uploader/templates/phenotypes/add-phenotypes-raw-files.html +++ b/uploader/templates/phenotypes/add-phenotypes-raw-files.html @@ -25,10 +25,85 @@ {%endblock%} {%block frm_add_phenotypes_elements%} -Raw files elements go here … +
+ File(s) Metadata +
+ +
+ + + + +
+ + Provide the character that separates the fields in your file(s). It should + be the same character for all files (if more than one is provided).
+ A tab character will be assumed if you leave this field blank.
+
+ +
+ +
+ + + + +
+ + This specifies that lines that begin with the character provided will be + considered comment lines and ignored in their entirety. +
+ +
+ +
+ + + + +
+ + This specifies strings in your file indicate that there is no value for a + particular cell (a cell is where a column and row intersect). Provide a + space-separated list of strings if you have more than one way of + indicating no values. +
+
{%endblock%} {%block page_documentation%} page documentation goes here!!! + + +{%block more_javascript%} + {%endblock%} -- cgit v1.2.3