Skip to content

Commit 646a980

Browse files
committed
added ncbbost
1 parent b8b8c53 commit 646a980

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

MobiDetailsApp/templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192

193193
<div id="warning_content" {% if request.endpoint == 'api.variant' %}style="margin-left:15%;margin-top:40px"{% endif %}>
194194
{{ info("You can now follow us on <a href='https://www.linkedin.com/company/mobidic-montpellier-bioinformatique-pour-le-diagnostic-clinique' target='_blank'>LinkedIn <i class='w3-large fa fa-linkedin-square'></i></a>!") }}
195-
{{ danger("IMPORTANT NOTICE:<br /> We are currently fixing an internal issue. You may experience some troubles during the week. We deeply apologize for any inconvenience you may encounter.") }}
195+
{# {{ danger("IMPORTANT NOTICE:<br /> We are currently fixing an internal issue. You may experience some troubles during the week. We deeply apologize for any inconvenience you may encounter.") }} #}
196196
{# {{ danger("IMPORTANT NOTICE:<br /> The origin of variants's classifications can now be defined as 'Germline' or 'Somatic'. Most of existing classifications are currently tagged as 'Germline'. Please <a href='{}' target='_blank'>contact us</a> if you'd like to modify some tags (e.g. you're a somatic professional and did classify some variants in the past).").format(url_for('md.about', _anchor='cite')) }} #}
197197
{# {{ danger("IMPORTANT NOTICE:<br /> MobiDetails home will soon change. The new URL will be displayed here on each page and on our <a href='https://mastodon.online/@MoBiDiC_bioinfo' target='_blank'>mastodon account</a> as soon as possible. Stay tuned!") }} #}
198198
{# {{ danger("IMPORTANT NOTICE:<br /> Due to a planned power outage, MobiDetails won't be available from 7am to 14 pm, GMT+2, on Tuesday, October the 22nd.") }} #}

MobiDetailsApp/templates/md/changelog.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
-New dataset
1010
#}
1111
<div class="w3-container">
12+
{{ info("[2025-12-15] - New predictor: <a href='{0}' target='_blank'>NCBoost v2</a> has been added as a new predictor for non coding variations. Thanks to Barthélémy Caron and Antonio Rausell for providing the dataset.").format(urls.ncboost) }}
1213
{{ info("[2026-02-12] - Some housekeeping: The link to COSMIC has been removed and replace with a link to SoVaD. In addition, the link to mastermind has been removed.") }}
1314
{{ info("[2026-02-06] - dbNSFP has been updated from 5.2 to 5.3.1.") }}
1415
{{ info("[2026-02-05] - New feature: variants clasifications are now tagged as germline or somatic (suggestion from L.Peltier, Rennes, France). To modify one or several tags e.g. from germline to somatic, please contact us.") }}

0 commit comments

Comments
 (0)