diff --git a/catalog/templates/catalog/index.html b/catalog/templates/catalog/index.html index 39966a30..6ae8a85d 100644 --- a/catalog/templates/catalog/index.html +++ b/catalog/templates/catalog/index.html @@ -44,7 +44,7 @@
An open database of polygenic scores and the relevant metadata - {% if announcement %} + {% if announcement and is_pgs_live_site %}
{{ announcement|safe }}
diff --git a/pgs_web/constants.py b/pgs_web/constants.py index 5bcdfbd9..331a1cb8 100644 --- a/pgs_web/constants.py +++ b/pgs_web/constants.py @@ -56,7 +56,7 @@ 'pgs_eval_ext': 'A list of PGS that were developed in other publications and re-evaluated in the current study' } -ANNOUNCEMENT = '' +ANNOUNCEMENT = '
Available tool: pgsc_calc
A reproducible workflow to calculate both PGS Catalog and custom polygenic scores. See more information' TABLE_ROWS_THRESHOLD = 1000 @@ -145,7 +145,7 @@ {'name': 'Prof. John Danesh','group': ['hdruk']}, {'name': 'Michael Inouye', 'group': ['inouye']} ] - + PGS_GROUPS = { 'inouye': { 'name': 'Inouye Lab', @@ -183,4 +183,4 @@ {'name': 'Jonathan Marten', 'group': ['inouye']}, {'name': 'Petar Scepanovic', 'group': ['inouye']}, {'name': 'Gad Abraham', 'group': ['inouye']} -] \ No newline at end of file +]