From 17defa03f395aa9895b524ef3125e138b3987507 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Tue, 17 Sep 2024 16:57:39 -0500 Subject: Display some genotype information. --- uploader/templates/genotypes/index.html | 8 -- uploader/templates/genotypes/list-genotypes.html | 142 +++++++++++++++++++++++ 2 files changed, 142 insertions(+), 8 deletions(-) create mode 100644 uploader/templates/genotypes/list-genotypes.html (limited to 'uploader/templates/genotypes') diff --git a/uploader/templates/genotypes/index.html b/uploader/templates/genotypes/index.html index 9ffea73..e749f5a 100644 --- a/uploader/templates/genotypes/index.html +++ b/uploader/templates/genotypes/index.html @@ -25,12 +25,4 @@ {{select_species_form(url_for("species.populations.genotypes.index"), species)}} - -
+ The genotype encoding used for the "{{population.FullName}}" population from + the "{{species.FullName}}" species is as shown in the table below. +
+Allele Type | +Allele Symbol | +Allele Value | +||||
---|---|---|---|---|---|---|
{{row.AlleleType}} | +{{row.AlleleSymbol}} | +{{row.DatabaseValue if row.DatabaseValue is not none else "NULL"}} | +||||
+ + There is no explicit genotype encoding defined for this population. + | +
+ 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! + | +