From 36eb3bb0a8d83fb9272713c01c851518697fb4c9 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Fri, 27 Mar 2026 12:20:44 -0500 Subject: Genenetwork: Initialise datatable for genetic markers. --- uploader/templates/genotypes/list-genotypes.html | 58 +++++++++++++++++++----- 1 file changed, 47 insertions(+), 11 deletions(-) diff --git a/uploader/templates/genotypes/list-genotypes.html b/uploader/templates/genotypes/list-genotypes.html index fd84c2f..be297a4 100644 --- a/uploader/templates/genotypes/list-genotypes.html +++ b/uploader/templates/genotypes/list-genotypes.html @@ -54,17 +54,34 @@
-

Genetic Markers

-

There are a total of {{total_markers}} currently registered genetic markers - for the "{{species.FullName}}" species. You can click - - here to view the genetic markers - . -

+

Genetic Markers

+ + + + + + + + + + + + + + {%for marker in markers%} + + + + + + + + + {%endfor%} + +
IndexMarker NameChr + Location (Mb)SourceSource2
@@ -133,3 +150,22 @@ all the rest.

{%endblock%} + + +{%block javascript%} + +{%endblock%} -- cgit 1.4.1