diff options
author | Frederick Muriuki Muriithi | 2024-09-13 10:34:24 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-09-13 10:45:49 -0500 |
commit | 2847c193832faf0e85a117ca3ac35e4afbcf8d12 (patch) | |
tree | 47ffe86f9eca3d0cc3d1ab5b6e64802cf7e499cd /uploader/templates/samples/index.html | |
parent | 0ab59053fb5e63614b9ac5c94fbecff66a48b8c1 (diff) | |
download | gn-uploader-2847c193832faf0e85a117ca3ac35e4afbcf8d12.tar.gz |
Samples: provide more informative page content.
Diffstat (limited to 'uploader/templates/samples/index.html')
-rw-r--r-- | uploader/templates/samples/index.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/uploader/templates/samples/index.html b/uploader/templates/samples/index.html index 7c88c01..ee4a63e 100644 --- a/uploader/templates/samples/index.html +++ b/uploader/templates/samples/index.html @@ -11,10 +11,8 @@ {{flash_all_messages()}} <div class="row"> - <p>Here, you can upload the samples/individuals that were used in your - experiments.</p> - <p>Since the samples are linked to specific species and populations, we will - need to first select them in the next few steps.</p> + <p>GeneNetwork has a selection of different species of organisms to choose from. Within those species, there are the populations of interest for a variety of experiments, from which you, the researcher, picked your samples (or individuals or cases) from. Here you can provide some basic details about your samples.</p> + <p>To start off, we will need to know what species and population your samples belong to. Please provide that information in the next sections.</p> {{select_species_form(url_for("species.populations.samples.index"), species)}} </div> |