diff options
author | Frederick Muriuki Muriithi | 2024-10-14 13:27:07 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-10-14 13:27:43 -0500 |
commit | 3062921c9436a351a34f7ebe523c5f4fa2bac856 (patch) | |
tree | a6c62033b30a1052116432dff3273f9f956eca92 /uploader/templates | |
parent | f6f51d976956f080d7302b01e3c7e978f691ff5d (diff) | |
download | gn-uploader-3062921c9436a351a34f7ebe523c5f4fa2bac856.tar.gz |
Improve UI copy: Add list of files used.
Diffstat (limited to 'uploader/templates')
-rw-r--r-- | uploader/templates/phenotypes/add-phenotypes.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/uploader/templates/phenotypes/add-phenotypes.html b/uploader/templates/phenotypes/add-phenotypes.html index 20f8087..8ad6999 100644 --- a/uploader/templates/phenotypes/add-phenotypes.html +++ b/uploader/templates/phenotypes/add-phenotypes.html @@ -69,6 +69,15 @@ title="R/qtl2 software input file format documentation"> input files' format used with the R/qtl2 software</a> as a single ZIP file</p> + <p>The files that are used for this feature are: + <ul> + <li>the <em>control</em> file</li> + <li><em>pheno</em> file(s)</li> + <li><em>phenocovar</em> file(s)</li> + <li><em>phenose</em> files(s)</li> + </ul> + </p> + <p>Other files within the bundle will be ignored, for this feature.</p> <p>The following section will detail the expectations for each of the different file types within the uploaded ZIP file bundle for phenotypes:</p> |