From 813204c39aebe17c43d8ea94c9e20a6a32914cba Mon Sep 17 00:00:00 2001 From: BonfaceKilz Date: Wed, 4 Nov 2020 20:34:13 +0300 Subject: Use new glossary link from glossary_blueprint in html templates --- wqflask/wqflask/templates/base.html | 2 +- wqflask/wqflask/templates/collections/view.html | 4 ++-- wqflask/wqflask/templates/gsearch_gene.html | 8 ++++---- wqflask/wqflask/templates/gsearch_pheno.html | 4 ++-- wqflask/wqflask/templates/index_page.html | 6 +++--- wqflask/wqflask/templates/index_page_orig.html | 2 +- wqflask/wqflask/templates/search_result_page.html | 8 ++++---- wqflask/wqflask/templates/show_trait_calculate_correlations.html | 2 +- 8 files changed, 18 insertions(+), 18 deletions(-) (limited to 'wqflask') diff --git a/wqflask/wqflask/templates/base.html b/wqflask/wqflask/templates/base.html index 0f4e5ef5..6b584751 100644 --- a/wqflask/wqflask/templates/base.html +++ b/wqflask/wqflask/templates/base.html @@ -66,7 +66,7 @@ diff --git a/wqflask/wqflask/templates/index_page_orig.html b/wqflask/wqflask/templates/index_page_orig.html index 6b3bec9a..13ca52df 100755 --- a/wqflask/wqflask/templates/index_page_orig.html +++ b/wqflask/wqflask/templates/index_page_orig.html @@ -177,7 +177,7 @@ Gene Ontology.
  • RIF=diabetes LRS=(9 999 Chr2 100 105) transLRS=(9 999 10) - finds diabetes-associated transcripts with peak + finds diabetes-associated transcripts with peak trans eQTLs on Chr 2 between 100 and 105 Mb with LRS scores between 9 and 999.
  • diff --git a/wqflask/wqflask/templates/search_result_page.html b/wqflask/wqflask/templates/search_result_page.html index 2318bfb8..6d9ea8fe 100644 --- a/wqflask/wqflask/templates/search_result_page.html +++ b/wqflask/wqflask/templates/search_result_page.html @@ -312,7 +312,7 @@ 'orderSequence': [ "desc", "asc"] }, { - 'title': "High P ?", + 'title': "High P ?", 'type': "natural-minus-na", 'data': "lrs_score", 'width': "60px", @@ -325,7 +325,7 @@ 'data': "lrs_location" }, { - 'title': "Effect Size ?", + 'title': "Effect Size ?", 'type': "natural-minus-na", 'data': "additive", 'width': "85px", @@ -381,7 +381,7 @@ 'orderSequence': [ "desc", "asc"] }, { - 'title': "Max LRS ?", + 'title': "Max LRS ?", 'type': "natural-minus-na", 'data': "lrs_score", 'width': "80px", @@ -394,7 +394,7 @@ 'data': "lrs_location" }, { - 'title': "Effect Size ?", + 'title': "Effect Size ?", 'type': "natural-minus-na", 'width': "120px", 'data': "additive", diff --git a/wqflask/wqflask/templates/show_trait_calculate_correlations.html b/wqflask/wqflask/templates/show_trait_calculate_correlations.html index bc1d4091..4f25e90a 100644 --- a/wqflask/wqflask/templates/show_trait_calculate_correlations.html +++ b/wqflask/wqflask/templates/show_trait_calculate_correlations.html @@ -120,7 +120,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. -- cgit v1.2.3