From f5066b2dd2043002d2415fd44e70bf01e506d471 Mon Sep 17 00:00:00 2001 From: zsloan Date: Tue, 9 Jan 2024 17:34:25 +0000 Subject: Fix the way accession_id is set + update info link on correlation page --- gn2/wqflask/templates/correlation_page.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'gn2/wqflask/templates/correlation_page.html') diff --git a/gn2/wqflask/templates/correlation_page.html b/gn2/wqflask/templates/correlation_page.html index d3ee32f3..6baeff35 100644 --- a/gn2/wqflask/templates/correlation_page.html +++ b/gn2/wqflask/templates/correlation_page.html @@ -17,12 +17,12 @@
-

Values of record {{ this_trait.name }} in the {{ this_dataset.fullname }} - dataset were compared to all records in the {{ target_dataset.fullname }} - dataset. The top {{ return_results }} correlations ranked by the {{ formatted_corr_type }} are displayed. - You can resort this list by clicking the headers. Select the Record ID to open the trait data - and analysis page. -

+

Values of record {{ this_trait.name }} in the {{ this_dataset.fullname }} + dataset were compared to all records in the {{ target_dataset.fullname }} + dataset. The top {{ return_results }} correlations ranked by the {{ formatted_corr_type }} are displayed. + You can resort this list by clicking the headers. Select the Record ID to open the trait data + and analysis page. +

-- cgit v1.2.3