Skip to content

Commit cbfe834

Browse files
authored
Merge pull request #688 from RNAcentral/content/update-expert-databases
Add Sci-ModoM to expert databases.
2 parents 92952ba + 5e7fbd4 commit cbfe834

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

rnacentral/portal/config/expert_databases.py

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1594,4 +1594,18 @@
15941594
"status": "",
15951595
"version": "as of Nov 2024",
15961596
},
1597+
{
1598+
"name": "Sci-ModoM",
1599+
"label": "Sci-ModoM",
1600+
"url": "https://scimodom.dieterichlab.org/",
1601+
"description": "Sci-ModoM: The quantitative database of transcriptome-wide high-throughput RNA modification sites",
1602+
"hint": "Sci-ModoM is a quantitative database of transcriptome-wide high-throughput RNA modification sites",
1603+
"tags": ["", "", ""],
1604+
"abbreviation": "",
1605+
"examples": [],
1606+
"references": [],
1607+
"imported": False,
1608+
"status": "",
1609+
"version": "",
1610+
},
15971611
]

rnacentral/portal/urls.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@
219219
re_path(r"^error/?$", views.StaticView.as_view(), {"page": "error"}, name="error"),
220220
# status
221221
re_path(r"^status/?$", views.website_status_view, name="website-status"),
222+
222223
# genome browser
223224
re_path(
224225
r"^genome-browser/?$",

rnacentral/portal/views.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -666,6 +666,7 @@ def _is_search_up():
666666
return render(request, "portal/website-status.html", {"context": context})
667667

668668

669+
669670
@cache_page(CACHE_TIMEOUT)
670671
def proxy(request):
671672
"""

0 commit comments

Comments
 (0)