From d451c94b569e8c56128de982272630e685b929c7 Mon Sep 17 00:00:00 2001 From: Alexander_Kabui Date: Mon, 16 Sep 2024 17:05:15 +0300 Subject: Refactor: refactor url_for for gn docs. --- gn2/wqflask/templates/collections/view.html | 4 ++-- gn2/wqflask/templates/correlation_page.html | 4 ++-- gn2/wqflask/templates/gsearch_gene.html | 4 ++-- gn2/wqflask/templates/gsearch_pheno.html | 4 ++-- gn2/wqflask/templates/search_result_page.html | 8 ++++---- gn2/wqflask/templates/show_trait_calculate_correlations.html | 2 +- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/gn2/wqflask/templates/collections/view.html b/gn2/wqflask/templates/collections/view.html index 55669f09..4a672375 100644 --- a/gn2/wqflask/templates/collections/view.html +++ b/gn2/wqflask/templates/collections/view.html @@ -261,7 +261,7 @@ } }, { - 'title': "
Peak
-logP ?
", + 'title': "
Peak
-logP ?
", 'type': "natural-minus-na", 'data': null, 'width': "60px", @@ -290,7 +290,7 @@ } }, { - 'title': "
Effect
Size ?
", + 'title': "
Effect
Size ?
", 'type': "natural-minus-na", 'data': null, 'width': "85px", diff --git a/gn2/wqflask/templates/correlation_page.html b/gn2/wqflask/templates/correlation_page.html index 07118145..39d75a0a 100644 --- a/gn2/wqflask/templates/correlation_page.html +++ b/gn2/wqflask/templates/correlation_page.html @@ -337,7 +337,7 @@ 'orderSequence': [ "desc", "asc"] }, { - 'title': "
Peak
-logP ?
", + 'title': "
Peak
-logP ?
", 'type': "natural-minus-na", 'data': "lod_score", 'width': "60px", @@ -443,7 +443,7 @@ 'orderSequence': [ "desc", "asc"] }, { - 'title': "
Peak
-logP ?
", + 'title': "
Peak
-logP ?
", 'type': "natural-minus-na", 'data': "lod_score", 'width': "60px", diff --git a/gn2/wqflask/templates/gsearch_gene.html b/gn2/wqflask/templates/gsearch_gene.html index 80ed8b47..9e5766b3 100644 --- a/gn2/wqflask/templates/gsearch_gene.html +++ b/gn2/wqflask/templates/gsearch_gene.html @@ -196,7 +196,7 @@ } }, { - 'title': "
Peak
-logP ?
", + 'title': "
Peak
-logP ?
", 'type': "natural-minus-na", 'width': "60px", 'targets': 11, @@ -213,7 +213,7 @@ 'defaultContent': "N/A" }, { - 'title': "Additive
Effect?", + 'title': "Additive
Effect?", 'type': "natural-minus-na", 'width': "50px", 'targets': 13, diff --git a/gn2/wqflask/templates/gsearch_pheno.html b/gn2/wqflask/templates/gsearch_pheno.html index 91ea48a2..95eb5b80 100644 --- a/gn2/wqflask/templates/gsearch_pheno.html +++ b/gn2/wqflask/templates/gsearch_pheno.html @@ -170,7 +170,7 @@ 'orderSequence': [ "desc", "asc"] }, { - 'title': "
Peak
-logP ?
", + 'title': "
Peak
-logP ?
", 'type': "natural-minus-na", 'data': "LRS_score_repr", 'defaultContent': "N/A", @@ -187,7 +187,7 @@ 'defaultContent': "N/A" }, { - 'title': "Additive Effect?", + 'title': "Additive Effect?", 'type': "natural-minus-na", 'data': "additive", 'defaultContent': "N/A", diff --git a/gn2/wqflask/templates/search_result_page.html b/gn2/wqflask/templates/search_result_page.html index f7b4a54b..19dcbc9a 100644 --- a/gn2/wqflask/templates/search_result_page.html +++ b/gn2/wqflask/templates/search_result_page.html @@ -260,7 +260,7 @@ 'orderSequence': [ "desc", "asc"] }, { - 'title': "
Peak
-logP ?
", + 'title': "
Peak
-logP ?
", 'type': "natural-minus-na", 'data': "lod_score", 'width': "60px", @@ -275,7 +275,7 @@ 'data': "lrs_location" }, { - 'title': "
Effect
Size ?
", + 'title': "
Effect
Size ?
", 'type': "natural-minus-na", 'data': "additive", 'width': "65px", @@ -347,7 +347,7 @@ 'orderSequence': [ "desc", "asc"] }, { - 'title': "
Peak
-logP ?
", + 'title': "
Peak
-logP ?
", 'type': "natural-minus-na", 'data': "lod_score", 'targets': 7, @@ -362,7 +362,7 @@ 'data': "lrs_location" }, { - 'title': "
Effect
Size ?
", + 'title': "
Effect
Size ?
", 'type': "natural-minus-na", 'width': "60px", 'data': "additive", diff --git a/gn2/wqflask/templates/show_trait_calculate_correlations.html b/gn2/wqflask/templates/show_trait_calculate_correlations.html index 22fe6142..d2e6624e 100644 --- a/gn2/wqflask/templates/show_trait_calculate_correlations.html +++ b/gn2/wqflask/templates/show_trait_calculate_correlations.html @@ -137,7 +137,7 @@ is computed between trait data and any other traits in the sample database selected above. Use - Spearman + Spearman Rank when the sample size is small (<20) or when there are influential outliers.
Literature Correlation
-- cgit v1.2.3