From 241d38ce551292bdee5aae6a620e2637a9459587 Mon Sep 17 00:00:00 2001
From: Munyoki Kilyungi
Date: Tue, 27 Aug 2024 10:37:10 +0300
Subject: Remove gn-entries from NCBI.
Will re-add this section once the API is finalised.
Signed-off-by: Munyoki Kilyungi
---
gn2/wqflask/templates/genewiki.html | 27 ---------------------------
1 file changed, 27 deletions(-)
diff --git a/gn2/wqflask/templates/genewiki.html b/gn2/wqflask/templates/genewiki.html
index e2632bea..ce0eff8f 100644
--- a/gn2/wqflask/templates/genewiki.html
+++ b/gn2/wqflask/templates/genewiki.html
@@ -65,32 +65,5 @@
There are no GeneNetwork entries for < b > {{ symbol }}.
{% endif %}
-
- GeneRIF from NCBI
- {{ entries.ncbi_entries|length if entries.ncbi_entries[0] else 0 }}:
-
- {% if entries.ncbi_entries[0] %}
-
- {% for entry in entries.ncbi_entries %}
- -
- {{ entry.entry.value }}
- ( {{ entry["speciesBinomialName"]["value"] }} )
- {% if entry.PubMedId.value != "" %}
- {% set pmids = entry.PubMedId.value.split(",") %}
- (PubMed:
- {% for id in pmids %}
- < a href="http://rdf.ncbi.nlm.nih.gov/pubmed/{{ id }}" target="_blank" > {{ id }} < /a>
- {% endfor %}
- )
- {{ entry.createdOn.value }}
- {% endif %}
-
- {% endfor %}
-
- {% else %}
-
- There are no NCBI entries for < b > {{ symbol }}.
-
- {% endif %}
{% endblock %}
--
cgit v1.2.3