From b03bd5569bf2827565994b9fe0f093e839e00b04 Mon Sep 17 00:00:00 2001 From: zsloan Date: Fri, 11 Aug 2023 20:05:36 +0000 Subject: Change order of options in mapping page + fix sort for 5th column of table --- wqflask/wqflask/templates/mapping_results.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/wqflask/wqflask/templates/mapping_results.html b/wqflask/wqflask/templates/mapping_results.html index 03ea3872..d40bb8c9 100644 --- a/wqflask/wqflask/templates/mapping_results.html +++ b/wqflask/wqflask/templates/mapping_results.html @@ -81,7 +81,7 @@ {% endif %} Current Date/Time: {{ current_datetime }}

- +

@@ -119,7 +119,7 @@ - + ? @@ -186,12 +186,12 @@ *
- Homology Track
Gene Track *
{% if plotScale != "morgan" %} - Haplotype Analyst *
+ Haplotype Tracks *
{% endif %} - Legend + Legend
+ Human Chromosomes ?
* only apply to single chromosome physical mapping @@ -500,7 +500,7 @@ { "type": "natural" , "orderDataType": "dom-inner-text" }, { "type": "natural" , "orderDataType": "dom-inner-text" }, { "type": "natural" , "orderDataType": "dom-inner-text" }, - { "type": "natural" }, + { "type": "natural" , "orderDataType": "dom-inner-text" }, { "type": "natural" }, { "type": "natural-minus-na" }, { "type": "natural-minus-na" }, -- cgit 1.4.1