From 66e7970c3ff5305f8a7d6d60d34b974389f8fe78 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Wed, 18 Sep 2024 17:10:50 -0500 Subject: Separate genetic markers from encodings and datasets --- uploader/templates/genotypes/list-genotypes.html | 87 +++++-------------- uploader/templates/genotypes/list-markers.html | 102 +++++++++++++++++++++++ 2 files changed, 124 insertions(+), 65 deletions(-) create mode 100644 uploader/templates/genotypes/list-markers.html (limited to 'uploader/templates') diff --git a/uploader/templates/genotypes/list-genotypes.html b/uploader/templates/genotypes/list-genotypes.html index 9b27540..0efc693 100644 --- a/uploader/templates/genotypes/list-genotypes.html +++ b/uploader/templates/genotypes/list-genotypes.html @@ -22,12 +22,24 @@ {{flash_all_messages()}}
There are a total of {{total_markers}} currently registered genetic markers + for the "{{species.FullName}}" species. You can click + + this link to view the genetic markers + . +
+The genotype encoding used for the "{{population.FullName}}" population from the "{{species.FullName}}" species is as shown in the table below.
- There are a total of {{total_markers}} genotype markers for this species. -
-# | -Marker Name | -Chr | -- Location (Mb) | -Source | -Source2 | -|
---|---|---|---|---|---|---|
{{marker.sequence_number}} | -{{marker.Marker_Name}} | -{{marker.Chr}} | -{{marker.Mb}} | -{{marker.Source}} | -{{marker.Source2}} | -|
- - No markers to display! - | -
+ There are a total of {{total_markers}} genotype markers for this species. +
+# | +Marker Name | +Chr | ++ Location (Mb) | +Source | +Source2 | +
---|---|---|---|---|---|
{{marker.sequence_number}} | +{{marker.Marker_Name}} | +{{marker.Chr}} | +{{marker.Mb}} | +{{marker.Source}} | +{{marker.Source2}} | +
+ + This species does not currently have any genetic markers uploaded, therefore, + there is nothing to display here. +
+ +