<!DOCTYPE html>
<html lang="en-GB">
<head>
                <meta charset="UTF-8" />
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <link rel="profile" href="http://gmpg.org/xfn/11" />
        <link rel="pingback" href="https://www.ensembl.info/xmlrpc.php" />
        <title>Ensembl Blog – News about the Ensembl Project and its genome browser</title>
<meta name='robots' content='max-image-preview:large' />
<link rel='dns-prefetch' href='//secure.gravatar.com' />
<link rel='dns-prefetch' href='//fonts.googleapis.com' />
<link rel='dns-prefetch' href='//s.w.org' />
<link rel='dns-prefetch' href='//v0.wordpress.com' />
<link rel="alternate" type="application/rss+xml" title="Ensembl Blog » Feed" href="https://www.ensembl.info/feed/" />
<link rel="alternate" type="application/rss+xml" title="Ensembl Blog » Comments Feed" href="https://www.ensembl.info/comments/feed/" />
                <!-- This site uses the Google Analytics by MonsterInsights plugin v8.3.4 - Using Analytics tracking - https://www.monsterinsights.com/ -->
                                                        <script src="//www.googletagmanager.com/gtag/js?id=UA-58710484-2"  data-cfasync="false" data-wpfc-render="false" type="text/javascript" async></script>
                        <script data-cfasync="false" data-wpfc-render="false" type="text/javascript">
                                var mi_version = '8.3.4';
                                var mi_track_user = true;
                                var mi_no_track_reason = '';
                                
                                                                var disableStrs = [
                                                                                                                        'ga-disable-UA-58710484-2',
                                                                        ];

                                /* Function to detect opted out users */
                                function __gtagTrackerIsOptedOut() {
                                        for ( var index = 0; index < disableStrs.length; index++ ) {
                                                if ( document.cookie.indexOf( disableStrs[ index ] + '=true' ) > -1 ) {
                                                        return true;
                                                }
                                        }

                                        return false;
                                }

                                /* Disable tracking if the opt-out cookie exists. */
                                if ( __gtagTrackerIsOptedOut() ) {
                                        for ( var index = 0; index < disableStrs.length; index++ ) {
                                                window[ disableStrs[ index ] ] = true;
                                        }
                                }

                                /* Opt-out function */
                                function __gtagTrackerOptout() {
                                        for ( var index = 0; index < disableStrs.length; index++ ) {
                                                document.cookie = disableStrs[ index ] + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/';
                                                window[ disableStrs[ index ] ] = true;
                                        }
                                }

                                if ( 'undefined' === typeof gaOptout ) {
                                        function gaOptout() {
                                                __gtagTrackerOptout();
                                        }
                                }
                                                                window.dataLayer = window.dataLayer || [];

                                window.MonsterInsightsDualTracker = {
                                        helpers: {},
                                        trackers: {},
                                };
                                if ( mi_track_user ) {
                                        function __gtagDataLayer() {
                                                dataLayer.push( arguments );
                                        }

                                        function __gtagTracker( type, name, parameters ) {
                                                if (!parameters) {
                                                        parameters = {};
                                                }

                                                if (parameters.send_to) {
                                                        __gtagDataLayer.apply( null, arguments );
                                                        return;
                                                }

                                                if ( type === 'event' ) {
                                                        
                                                                                                                        parameters.send_to = monsterinsights_frontend.ua;
                                                                __gtagDataLayer( type, name, parameters );
                                                                                                        } else {
                                                        __gtagDataLayer.apply( null, arguments );
                                                }
                                        }
                                        __gtagTracker( 'js', new Date() );
                                        __gtagTracker( 'set', {
                                                'developer_id.dZGIzZG' : true,
                                                                                        } );
                                                                                                                        __gtagTracker( 'config', 'UA-58710484-2', {"forceSSL":"true","link_attribution":"true"} );
                                                                                window.gtag = __gtagTracker;                                                                                    (function () {
                                                        /* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */
                                                        /* ga and __gaTracker compatibility shim. */
                                                        var noopfn = function () {
                                                                return null;
                                                        };
                                                        var newtracker = function () {
                                                                return new Tracker();
                                                        };
                                                        var Tracker = function () {
                                                                return null;
                                                        };
                                                        var p = Tracker.prototype;
                                                        p.get = noopfn;
                                                        p.set = noopfn;
                                                        p.send = function (){
                                                                var args = Array.prototype.slice.call(arguments);
                                                                args.unshift( 'send' );
                                                                __gaTracker.apply(null, args);
                                                        };
                                                        var __gaTracker = function () {
                                                                var len = arguments.length;
                                                                if ( len === 0 ) {
                                                                        return;
                                                                }
                                                                var f = arguments[len - 1];
                                                                if ( typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function' ) {
                                                                        if ( 'send' === arguments[0] ) {
                                                                                var hitConverted, hitObject = false, action;
                                                                                if ( 'event' === arguments[1] ) {
                                                                                        if ( 'undefined' !== typeof arguments[3] ) {
                                                                                                hitObject = {
                                                                                                        'eventAction': arguments[3],
                                                                                                        'eventCategory': arguments[2],
                                                                                                        'eventLabel': arguments[4],
                                                                                                        'value': arguments[5] ? arguments[5] : 1,
                                                                                                }
                                                                                        }
                                                                                }
                                                                                if ( 'pageview' === arguments[1] ) {
                                                                                        if ( 'undefined' !== typeof arguments[2] ) {
                                                                                                hitObject = {
                                                                                                        'eventAction': 'page_view',
                                                                                                        'page_path' : arguments[2],
                                                                                                }
                                                                                        }
                                                                                }
                                                                                if ( typeof arguments[2] === 'object' ) {
                                                                                        hitObject = arguments[2];
                                                                                }
                                                                                if ( typeof arguments[5] === 'object' ) {
                                                                                        Object.assign( hitObject, arguments[5] );
                                                                                }
                                                                                if ( 'undefined' !== typeof arguments[1].hitType ) {
                                                                                        hitObject = arguments[1];
                                                                                        if ( 'pageview' === hitObject.hitType ) {
                                                                                                hitObject.eventAction = 'page_view';
                                                                                        }
                                                                                }
                                                                                if ( hitObject ) {
                                                                                        action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction;
                                                                                        hitConverted = mapArgs( hitObject );
                                                                                        __gtagTracker( 'event', action, hitConverted );
                                                                                }
                                                                        }
                                                                        return;
                                                                }

                                                                function mapArgs( args ) {
                                                                        var arg, hit = {};
                                                                        var gaMap = {
                                                                                'eventCategory': 'event_category',
                                                                                'eventAction': 'event_action',
                                                                                'eventLabel': 'event_label',
                                                                                'eventValue': 'event_value',
                                                                                'nonInteraction': 'non_interaction',
                                                                                'timingCategory': 'event_category',
                                                                                'timingVar': 'name',
                                                                                'timingValue': 'value',
                                                                                'timingLabel': 'event_label',
                                                                                'page' : 'page_path',
                                                                                'location' : 'page_location',
                                                                                'title' : 'page_title',
                                                                        };
                                                                        for ( arg in args ) {
                                                                                                                                                                if ( ! ( ! args.hasOwnProperty(arg) || ! gaMap.hasOwnProperty(arg) ) ) {
                                                                                        hit[gaMap[arg]] = args[arg];
                                                                                } else {
                                                                                        hit[arg] = args[arg];
                                                                                }
                                                                        }
                                                                        return hit;
                                                                }

                                                                try {
                                                                        f.hitCallback();
                                                                } catch ( ex ) {
                                                                }
                                                        };
                                                        __gaTracker.create = newtracker;
                                                        __gaTracker.getByName = newtracker;
                                                        __gaTracker.getAll = function () {
                                                                return [];
                                                        };
                                                        __gaTracker.remove = noopfn;
                                                        __gaTracker.loaded = true;
                                                        window['__gaTracker'] = __gaTracker;
                                                })();
                                                                        } else {
                                                                                console.log( "" );
                                        ( function () {
                                                        function __gtagTracker() {
                                                                return null;
                                                        }
                                                        window['__gtagTracker'] = __gtagTracker;
                                                        window['gtag'] = __gtagTracker;
                                        } )();
                                                                        }
                        </script>
                                <!-- / Google Analytics by MonsterInsights -->
                <script type="text/javascript">
window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/13.1.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/13.1.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/www.ensembl.info\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.9.5"}};
/*! This file is auto-generated */
!function(e,a,t){var n,r,o,i=a.createElement("canvas"),p=i.getContext&&i.getContext("2d");function s(e,t){var a=String.fromCharCode;p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,e),0,0);e=i.toDataURL();return p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,t),0,0),e===i.toDataURL()}function c(e){var t=a.createElement("script");t.src=e,t.defer=t.type="text/javascript",a.getElementsByTagName("head")[0].appendChild(t)}for(o=Array("flag","emoji"),t.supports={everything:!0,everythingExceptFlag:!0},r=0;r<o.length;r++)t.supports[o[r]]=function(e){if(!p||!p.fillText)return!1;switch(p.textBaseline="top",p.font="600 32px Arial",e){case"flag":return s([127987,65039,8205,9895,65039],[127987,65039,8203,9895,65039])?!1:!s([55356,56826,55356,56819],[55356,56826,8203,55356,56819])&&!s([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]);case"emoji":return!s([10084,65039,8205,55357,56613],[10084,65039,8203,55357,56613])}return!1}(o[r]),t.supports.everything=t.supports.everything&&t.supports[o[r]],"flag"!==o[r]&&(t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&t.supports[o[r]]);t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&!t.supports.flag,t.DOMReady=!1,t.readyCallback=function(){t.DOMReady=!0},t.supports.everything||(n=function(){t.readyCallback()},a.addEventListener?(a.addEventListener("DOMContentLoaded",n,!1),e.addEventListener("load",n,!1)):(e.attachEvent("onload",n),a.attachEvent("onreadystatechange",function(){"complete"===a.readyState&&t.readyCallback()})),(n=t.source||{}).concatemoji?c(n.concatemoji):n.wpemoji&&n.twemoji&&(c(n.twemoji),c(n.wpemoji)))}(window,document,window._wpemojiSettings);
</script>
<style type="text/css">
img.wp-smiley,
img.emoji {
        display: inline !important;
        border: none !important;
        box-shadow: none !important;
        height: 1em !important;
        width: 1em !important;
        margin: 0 0.07em !important;
        vertical-align: -0.1em !important;
        background: none !important;
        padding: 0 !important;
}
</style>
        <link rel='stylesheet' id='wp-block-library-css' href='https://www.ensembl.info/wp-includes/css/dist/block-library/style.min.css?ver=5.9.5' media='all' />
<style id='wp-block-library-inline-css' type='text/css'>
.has-text-align-justify{text-align:justify;}
</style>
<link rel='stylesheet' id='mediaelement-css' href='https://www.ensembl.info/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css?ver=4.2.16' media='all' />
<link rel='stylesheet' id='wp-mediaelement-css' href='https://www.ensembl.info/wp-includes/js/mediaelement/wp-mediaelement.min.css?ver=5.9.5' media='all' />
<style id='global-styles-inline-css' type='text/css'>
body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');--wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');--wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');--wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');--wp--preset--duotone--midnight: url('#wp-duotone-midnight');--wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');--wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');--wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
</style>
<link rel='stylesheet' id='flat-fonts-css' href='//fonts.googleapis.com/css?family=Amatic+SC%7CRoboto:400,700%7CRoboto+Slab%7CRoboto+Condensed' media='all' />
<link rel='stylesheet' id='flat-theme-css' href='https://www.ensembl.info/wp-content/themes/flat/assets/css/flat.min.css?ver=1.7.11' media='all' />
<link rel='stylesheet' id='flat-style-css' href='https://www.ensembl.info/wp-content/themes/flat-ensembl/style.css?ver=5.9.5' media='all' />
<link rel='stylesheet' id='jetpack_css-css' href='https://www.ensembl.info/wp-content/plugins/jetpack/css/jetpack.css?ver=10.6' media='all' />
<script type='text/javascript' id='monsterinsights-frontend-script-js-extra'>
/* <![CDATA[ */
var monsterinsights_frontend = {"js_events_tracking":"true","download_extensions":"doc,pdf,ppt,zip,xls,docx,pptx,xlsx","inbound_paths":"[{\"path\":\"\\\/go\\\/\",\"label\":\"affiliate\"},{\"path\":\"\\\/recommend\\\/\",\"label\":\"affiliate\"}]","home_url":"https:\/\/www.ensembl.info","hash_tracking":"false","ua":"UA-58710484-2","v4_id":""};
/* ]]> */
</script>
<script src='https://www.ensembl.info/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend-gtag.min.js?ver=8.3.4' id='monsterinsights-frontend-script-js'></script>
<script src='https://www.ensembl.info/wp-includes/js/jquery/jquery.min.js?ver=3.6.0' id='jquery-core-js'></script>
<script src='https://www.ensembl.info/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.3.2' id='jquery-migrate-js'></script>
<script src='https://www.ensembl.info/wp-content/themes/flat/assets/js/flat.min.js?ver=1.7.11' id='flat-js-js'></script>
<!--[if lt IE 9]>
<script src='https://www.ensembl.info/wp-content/themes/flat/assets/js/html5shiv.min.js?ver=3.7.2' id='html5shiv-js'></script>
<![endif]-->
<link rel="https://api.w.org/" href="https://www.ensembl.info/wp-json/" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.ensembl.info/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.ensembl.info/wp-includes/wlwmanifest.xml" /> 
<meta name="generator" content="WordPress 5.9.5" />
<link rel='shortlink' href='https://wp.me/3A2rn' />
<style type='text/css'>img#wpstats{display:none}</style>
        <style type="text/css">#page:before, .sidebar-offcanvas, #secondary { background-color: #333366; }@media (max-width: 1199px) { #page > .container { background-color: #333366; } }</style><style type="text/css">#masthead .site-title {font-family:Amatic SC}body {font-family:Roboto }h1,h2,h3,h4,h5,h6 {font-family:Roboto Slab}#masthead .site-description, .hentry .entry-meta {font-family:Roboto Condensed}</style><style type="text/css" id="custom-background-css">
body.custom-background { background-image: url("https://www.ensembl.info/wp-content/uploads/2018/02/weird_genomes_4tile2.png"); background-position: left top; background-size: auto; background-repeat: repeat; background-attachment: fixed; }
</style>
        
<!-- Jetpack Open Graph Tags -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Ensembl Blog" />
<meta property="og:description" content="News about the Ensembl Project and its genome browser" />
<meta property="og:url" content="https://www.ensembl.info/" />
<meta property="og:site_name" content="Ensembl Blog" />
<meta property="og:image" content="https://www.ensembl.info/wp-content/uploads/2018/01/cropped-ebang-512.png" />
<meta property="og:image:width" content="512" />
<meta property="og:image:height" content="512" />
<meta property="og:image:alt" content="" />
<meta property="og:locale" content="en_GB" />

<!-- End Jetpack Open Graph Tags -->
<link rel="icon" href="https://www.ensembl.info/wp-content/uploads/2018/01/cropped-ebang-512-32x32.png" sizes="32x32" />
<link rel="icon" href="https://www.ensembl.info/wp-content/uploads/2018/01/cropped-ebang-512-192x192.png" sizes="192x192" />
<link rel="apple-touch-icon" href="https://www.ensembl.info/wp-content/uploads/2018/01/cropped-ebang-512-180x180.png" />
<meta name="msapplication-TileImage" content="https://www.ensembl.info/wp-content/uploads/2018/01/cropped-ebang-512-270x270.png" />
        </head>

<body class="home blog custom-background" itemscope itemtype="http://schema.org/WebPage">
<div id="page">
        <div class="container">
                <div class="row row-offcanvas row-offcanvas-left">
                        <div id="secondary" class="col-lg-3">
                                                                <header id="masthead" class="site-header" role="banner">
                                                                                <div class="hgroup">
                                                <h1 class="site-title display-title-logo"><a href="https://www.ensembl.info/" title="Ensembl Blog" rel="home"><img itemprop="primaryImageofPage" alt="Ensembl Blog" src="https://www.ensembl.info/wp-content/uploads/2018/02/cropped-ebang-512-32x32.png" /><span itemprop="name">Ensembl Blog</span></a></h1><h2 itemprop="description" class="site-description">News about the Ensembl Project and its genome browser</h2>                                  </div>
                                        <button type="button" class="btn btn-link hidden-lg toggle-sidebar" data-toggle="offcanvas" aria-label="Sidebar"><i class="fa fa-gear"></i></button>
                                        <button type="button" class="btn btn-link hidden-lg toggle-navigation" aria-label="Navigation Menu"><i class="fa fa-bars"></i></button>
                                        <nav id="site-navigation" class="navigation main-navigation" role="navigation">
                                                <div class="nav-menu"><ul>
<li class="page_item page-item-2 page_item_has_children"><a href="https://www.ensembl.info/about/">About Us</a>
<ul class='children'>
        <li class="page_item page-item-11490"><a href="https://www.ensembl.info/about/documentation-projects/">Documentation projects</a></li>
        <li class="page_item page-item-13832"><a href="https://www.ensembl.info/about/gsoc-contributor-guide/">GSoC Contributor Guide</a></li>
        <li class="page_item page-item-524"><a href="https://www.ensembl.info/about/roadmap/">Future Plans</a></li>
        <li class="page_item page-item-9395"><a href="https://www.ensembl.info/about/projects/">Project ideas</a></li>
</ul>
</li>
<li class="page_item page-item-9409"><a href="http://training.ensembl.org">Workshops</a></li>
<li class="page_item page-item-635 page_item_has_children"><a href="https://www.ensembl.info/known-bugs/">Known Bugs</a>
<ul class='children'>
        <li class="page_item page-item-12384"><a href="https://www.ensembl.info/known-bugs/ensembl-100/">Ensembl 100</a></li>
        <li class="page_item page-item-12720"><a href="https://www.ensembl.info/known-bugs/ensembl-101/">Ensembl 101</a></li>
        <li class="page_item page-item-13006"><a href="https://www.ensembl.info/known-bugs/ensembl-102/">Ensembl 102</a></li>
        <li class="page_item page-item-13132"><a href="https://www.ensembl.info/known-bugs/ensembl-103/">Ensembl 103</a></li>
        <li class="page_item page-item-13320"><a href="https://www.ensembl.info/known-bugs/ensembl-104/">Ensembl 104</a></li>
        <li class="page_item page-item-13632"><a href="https://www.ensembl.info/known-bugs/ensembl-105/">Ensembl 105</a></li>
        <li class="page_item page-item-13907"><a href="https://www.ensembl.info/known-bugs/ensembl-106/">Ensembl 106</a></li>
        <li class="page_item page-item-14072"><a href="https://www.ensembl.info/known-bugs/ensembl-107/">Ensembl 107</a></li>
        <li class="page_item page-item-12387"><a href="https://www.ensembl.info/known-bugs/ensembl-99-and-earlier/">Ensembl 99 and earlier</a></li>
</ul>
</li>
<li class="page_item page-item-6"><a href="https://www.ensembl.info/contact-us/">Contact Us</a></li>
</ul></div>
                                        </nav>
                                                                        </header>
                                
                                <div class="sidebar-offcanvas">
                                        <div id="main-sidebar" class="widget-area" role="complementary">
                                                                                        <aside id="search-2" class="widget widget_search">
        <form method="get" id="searchform" action="https://www.ensembl.info/">
                <label for="s" class="assistive-text">Search</label>
                <input type="text" class="field" name="s" id="s" placeholder="Search" />
                <input type="submit" class="submit" name="submit" id="searchsubmit" value="Search" />
        </form>
                                        </aside>
                                        <aside id="categories-2" class="widget widget_categories">
                                                <h3 class='widget-title'>Categories</h3>

                        <ul>
                                        <li class="cat-item cat-item-4"><a href="https://www.ensembl.info/category/01-release/" title="Release announcements for Ensembl and Ensembl Genomes">Release announcements</a>
</li>
        <li class="cat-item cat-item-282"><a href="https://www.ensembl.info/category/02-covid-19/">COVID-19</a>
</li>
        <li class="cat-item cat-item-289"><a href="https://www.ensembl.info/category/02-ensembl-vep/">Ensembl VEP</a>
</li>
        <li class="cat-item cat-item-12"><a href="https://www.ensembl.info/category/02-updates/">New data and web features</a>
</li>
        <li class="cat-item cat-item-6"><a href="https://www.ensembl.info/category/03-other/">Other news</a>
</li>
        <li class="cat-item cat-item-7"><a href="https://www.ensembl.info/category/04-training/" title="News about workshops, webinars, online courses etc.">Training</a>
</li>
        <li class="cat-item cat-item-3"><a href="https://www.ensembl.info/category/05-community/" title="Find out which conferences we are attending, and learn more about the Ensembl project and its staff">Community</a>
</li>
        <li class="cat-item cat-item-11"><a href="https://www.ensembl.info/category/06-jobs/">Jobs @ Ensembl</a>
</li>
        <li class="cat-item cat-item-5"><a href="https://www.ensembl.info/category/07-status/" title="Announcements about website downtime and other service issues">Service status</a>
</li>
                        </ul>

                                                                </aside>
                                        <aside id="custom_html-2" class="widget_text widget widget_custom_html">
<div class="textwidget custom-html-widget">            <a class="twitter-timeline"  href="https://twitter.com/ensembl" data-widget-id="490156138512396288">Tweets by @ensembl</a>
            <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
          </div>                                  </aside>
                                        <aside id="archives-2" class="widget widget_archive">
                                                <h3 class='widget-title'>Archives</h3>
                <label class="screen-reader-text" for="archives-dropdown-2">Archives</label>
                <select id="archives-dropdown-2" name="archive-dropdown">
                        
                        <option value="">Select Month</option>
                                <option value='https://www.ensembl.info/2022/10/'> October 2022 </option>
        <option value='https://www.ensembl.info/2022/08/'> August 2022 </option>
        <option value='https://www.ensembl.info/2022/07/'> July 2022 </option>
        <option value='https://www.ensembl.info/2022/06/'> June 2022 </option>
        <option value='https://www.ensembl.info/2022/05/'> May 2022 </option>
        <option value='https://www.ensembl.info/2022/04/'> April 2022 </option>
        <option value='https://www.ensembl.info/2022/03/'> March 2022 </option>
        <option value='https://www.ensembl.info/2022/02/'> February 2022 </option>
        <option value='https://www.ensembl.info/2022/01/'> January 2022 </option>
        <option value='https://www.ensembl.info/2021/12/'> December 2021 </option>
        <option value='https://www.ensembl.info/2021/11/'> November 2021 </option>
        <option value='https://www.ensembl.info/2021/10/'> October 2021 </option>
        <option value='https://www.ensembl.info/2021/09/'> September 2021 </option>
        <option value='https://www.ensembl.info/2021/08/'> August 2021 </option>
        <option value='https://www.ensembl.info/2021/06/'> June 2021 </option>
        <option value='https://www.ensembl.info/2021/05/'> May 2021 </option>
        <option value='https://www.ensembl.info/2021/04/'> April 2021 </option>
        <option value='https://www.ensembl.info/2021/03/'> March 2021 </option>
        <option value='https://www.ensembl.info/2021/02/'> February 2021 </option>
        <option value='https://www.ensembl.info/2021/01/'> January 2021 </option>
        <option value='https://www.ensembl.info/2020/12/'> December 2020 </option>
        <option value='https://www.ensembl.info/2020/11/'> November 2020 </option>
        <option value='https://www.ensembl.info/2020/10/'> October 2020 </option>
        <option value='https://www.ensembl.info/2020/09/'> September 2020 </option>
        <option value='https://www.ensembl.info/2020/08/'> August 2020 </option>
        <option value='https://www.ensembl.info/2020/07/'> July 2020 </option>
        <option value='https://www.ensembl.info/2020/06/'> June 2020 </option>
        <option value='https://www.ensembl.info/2020/05/'> May 2020 </option>
        <option value='https://www.ensembl.info/2020/04/'> April 2020 </option>
        <option value='https://www.ensembl.info/2020/03/'> March 2020 </option>
        <option value='https://www.ensembl.info/2020/02/'> February 2020 </option>
        <option value='https://www.ensembl.info/2020/01/'> January 2020 </option>
        <option value='https://www.ensembl.info/2019/11/'> November 2019 </option>
        <option value='https://www.ensembl.info/2019/10/'> October 2019 </option>
        <option value='https://www.ensembl.info/2019/09/'> September 2019 </option>
        <option value='https://www.ensembl.info/2019/08/'> August 2019 </option>
        <option value='https://www.ensembl.info/2019/07/'> July 2019 </option>
        <option value='https://www.ensembl.info/2019/06/'> June 2019 </option>
        <option value='https://www.ensembl.info/2019/05/'> May 2019 </option>
        <option value='https://www.ensembl.info/2019/04/'> April 2019 </option>
        <option value='https://www.ensembl.info/2019/03/'> March 2019 </option>
        <option value='https://www.ensembl.info/2019/02/'> February 2019 </option>
        <option value='https://www.ensembl.info/2019/01/'> January 2019 </option>
        <option value='https://www.ensembl.info/2018/11/'> November 2018 </option>
        <option value='https://www.ensembl.info/2018/10/'> October 2018 </option>
        <option value='https://www.ensembl.info/2018/09/'> September 2018 </option>
        <option value='https://www.ensembl.info/2018/08/'> August 2018 </option>
        <option value='https://www.ensembl.info/2018/07/'> July 2018 </option>
        <option value='https://www.ensembl.info/2018/06/'> June 2018 </option>
        <option value='https://www.ensembl.info/2018/05/'> May 2018 </option>
        <option value='https://www.ensembl.info/2018/04/'> April 2018 </option>
        <option value='https://www.ensembl.info/2018/03/'> March 2018 </option>
        <option value='https://www.ensembl.info/2018/02/'> February 2018 </option>
        <option value='https://www.ensembl.info/2018/01/'> January 2018 </option>
        <option value='https://www.ensembl.info/2017/12/'> December 2017 </option>
        <option value='https://www.ensembl.info/2017/11/'> November 2017 </option>
        <option value='https://www.ensembl.info/2017/10/'> October 2017 </option>
        <option value='https://www.ensembl.info/2017/09/'> September 2017 </option>
        <option value='https://www.ensembl.info/2017/08/'> August 2017 </option>
        <option value='https://www.ensembl.info/2017/07/'> July 2017 </option>
        <option value='https://www.ensembl.info/2017/06/'> June 2017 </option>
        <option value='https://www.ensembl.info/2017/05/'> May 2017 </option>
        <option value='https://www.ensembl.info/2017/04/'> April 2017 </option>
        <option value='https://www.ensembl.info/2017/03/'> March 2017 </option>
        <option value='https://www.ensembl.info/2017/02/'> February 2017 </option>
        <option value='https://www.ensembl.info/2017/01/'> January 2017 </option>
        <option value='https://www.ensembl.info/2016/12/'> December 2016 </option>
        <option value='https://www.ensembl.info/2016/11/'> November 2016 </option>
        <option value='https://www.ensembl.info/2016/10/'> October 2016 </option>
        <option value='https://www.ensembl.info/2016/08/'> August 2016 </option>
        <option value='https://www.ensembl.info/2016/07/'> July 2016 </option>
        <option value='https://www.ensembl.info/2016/06/'> June 2016 </option>
        <option value='https://www.ensembl.info/2016/04/'> April 2016 </option>
        <option value='https://www.ensembl.info/2016/03/'> March 2016 </option>
        <option value='https://www.ensembl.info/2016/02/'> February 2016 </option>
        <option value='https://www.ensembl.info/2016/01/'> January 2016 </option>
        <option value='https://www.ensembl.info/2015/12/'> December 2015 </option>
        <option value='https://www.ensembl.info/2015/11/'> November 2015 </option>
        <option value='https://www.ensembl.info/2015/10/'> October 2015 </option>
        <option value='https://www.ensembl.info/2015/09/'> September 2015 </option>
        <option value='https://www.ensembl.info/2015/08/'> August 2015 </option>
        <option value='https://www.ensembl.info/2015/07/'> July 2015 </option>
        <option value='https://www.ensembl.info/2015/06/'> June 2015 </option>
        <option value='https://www.ensembl.info/2015/05/'> May 2015 </option>
        <option value='https://www.ensembl.info/2015/04/'> April 2015 </option>
        <option value='https://www.ensembl.info/2015/03/'> March 2015 </option>
        <option value='https://www.ensembl.info/2015/02/'> February 2015 </option>
        <option value='https://www.ensembl.info/2015/01/'> January 2015 </option>
        <option value='https://www.ensembl.info/2014/12/'> December 2014 </option>
        <option value='https://www.ensembl.info/2014/11/'> November 2014 </option>
        <option value='https://www.ensembl.info/2014/10/'> October 2014 </option>
        <option value='https://www.ensembl.info/2014/08/'> August 2014 </option>
        <option value='https://www.ensembl.info/2014/07/'> July 2014 </option>
        <option value='https://www.ensembl.info/2014/06/'> June 2014 </option>
        <option value='https://www.ensembl.info/2014/05/'> May 2014 </option>
        <option value='https://www.ensembl.info/2014/04/'> April 2014 </option>
        <option value='https://www.ensembl.info/2014/03/'> March 2014 </option>
        <option value='https://www.ensembl.info/2014/02/'> February 2014 </option>
        <option value='https://www.ensembl.info/2014/01/'> January 2014 </option>
        <option value='https://www.ensembl.info/2013/12/'> December 2013 </option>
        <option value='https://www.ensembl.info/2013/11/'> November 2013 </option>
        <option value='https://www.ensembl.info/2013/10/'> October 2013 </option>
        <option value='https://www.ensembl.info/2013/09/'> September 2013 </option>
        <option value='https://www.ensembl.info/2013/08/'> August 2013 </option>
        <option value='https://www.ensembl.info/2013/07/'> July 2013 </option>
        <option value='https://www.ensembl.info/2013/06/'> June 2013 </option>
        <option value='https://www.ensembl.info/2013/05/'> May 2013 </option>
        <option value='https://www.ensembl.info/2013/04/'> April 2013 </option>
        <option value='https://www.ensembl.info/2013/03/'> March 2013 </option>
        <option value='https://www.ensembl.info/2013/02/'> February 2013 </option>
        <option value='https://www.ensembl.info/2013/01/'> January 2013 </option>
        <option value='https://www.ensembl.info/2012/12/'> December 2012 </option>
        <option value='https://www.ensembl.info/2012/11/'> November 2012 </option>
        <option value='https://www.ensembl.info/2012/10/'> October 2012 </option>
        <option value='https://www.ensembl.info/2012/09/'> September 2012 </option>
        <option value='https://www.ensembl.info/2012/08/'> August 2012 </option>
        <option value='https://www.ensembl.info/2012/07/'> July 2012 </option>
        <option value='https://www.ensembl.info/2012/06/'> June 2012 </option>
        <option value='https://www.ensembl.info/2012/05/'> May 2012 </option>
        <option value='https://www.ensembl.info/2012/04/'> April 2012 </option>
        <option value='https://www.ensembl.info/2012/03/'> March 2012 </option>
        <option value='https://www.ensembl.info/2012/02/'> February 2012 </option>
        <option value='https://www.ensembl.info/2012/01/'> January 2012 </option>
        <option value='https://www.ensembl.info/2011/12/'> December 2011 </option>
        <option value='https://www.ensembl.info/2011/11/'> November 2011 </option>
        <option value='https://www.ensembl.info/2011/10/'> October 2011 </option>
        <option value='https://www.ensembl.info/2011/09/'> September 2011 </option>
        <option value='https://www.ensembl.info/2011/08/'> August 2011 </option>
        <option value='https://www.ensembl.info/2011/07/'> July 2011 </option>
        <option value='https://www.ensembl.info/2011/06/'> June 2011 </option>
        <option value='https://www.ensembl.info/2011/05/'> May 2011 </option>
        <option value='https://www.ensembl.info/2011/04/'> April 2011 </option>
        <option value='https://www.ensembl.info/2011/03/'> March 2011 </option>
        <option value='https://www.ensembl.info/2011/02/'> February 2011 </option>
        <option value='https://www.ensembl.info/2011/01/'> January 2011 </option>
        <option value='https://www.ensembl.info/2010/12/'> December 2010 </option>
        <option value='https://www.ensembl.info/2010/11/'> November 2010 </option>
        <option value='https://www.ensembl.info/2010/10/'> October 2010 </option>
        <option value='https://www.ensembl.info/2010/09/'> September 2010 </option>
        <option value='https://www.ensembl.info/2010/08/'> August 2010 </option>
        <option value='https://www.ensembl.info/2010/07/'> July 2010 </option>
        <option value='https://www.ensembl.info/2010/06/'> June 2010 </option>
        <option value='https://www.ensembl.info/2010/05/'> May 2010 </option>
        <option value='https://www.ensembl.info/2010/04/'> April 2010 </option>
        <option value='https://www.ensembl.info/2010/03/'> March 2010 </option>
        <option value='https://www.ensembl.info/2010/02/'> February 2010 </option>
        <option value='https://www.ensembl.info/2010/01/'> January 2010 </option>
        <option value='https://www.ensembl.info/2009/12/'> December 2009 </option>
        <option value='https://www.ensembl.info/2009/11/'> November 2009 </option>
        <option value='https://www.ensembl.info/2009/10/'> October 2009 </option>
        <option value='https://www.ensembl.info/2009/09/'> September 2009 </option>
        <option value='https://www.ensembl.info/2009/08/'> August 2009 </option>
        <option value='https://www.ensembl.info/2009/07/'> July 2009 </option>
        <option value='https://www.ensembl.info/2009/06/'> June 2009 </option>
        <option value='https://www.ensembl.info/2009/05/'> May 2009 </option>
        <option value='https://www.ensembl.info/2009/04/'> April 2009 </option>
        <option value='https://www.ensembl.info/2009/03/'> March 2009 </option>
        <option value='https://www.ensembl.info/2009/02/'> February 2009 </option>
        <option value='https://www.ensembl.info/2009/01/'> January 2009 </option>
        <option value='https://www.ensembl.info/2008/12/'> December 2008 </option>
        <option value='https://www.ensembl.info/2008/11/'> November 2008 </option>
        <option value='https://www.ensembl.info/2008/10/'> October 2008 </option>
        <option value='https://www.ensembl.info/2008/09/'> September 2008 </option>
        <option value='https://www.ensembl.info/2008/08/'> August 2008 </option>
        <option value='https://www.ensembl.info/2008/07/'> July 2008 </option>
        <option value='https://www.ensembl.info/2008/06/'> June 2008 </option>
        <option value='https://www.ensembl.info/2008/05/'> May 2008 </option>
        <option value='https://www.ensembl.info/2008/04/'> April 2008 </option>
        <option value='https://www.ensembl.info/2008/03/'> March 2008 </option>
        <option value='https://www.ensembl.info/2008/02/'> February 2008 </option>
        <option value='https://www.ensembl.info/2008/01/'> January 2008 </option>
        <option value='https://www.ensembl.info/2007/11/'> November 2007 </option>
        <option value='https://www.ensembl.info/2007/08/'> August 2007 </option>
        <option value='https://www.ensembl.info/2007/06/'> June 2007 </option>

                </select>

<script type="text/javascript">
/* <![CDATA[ */
(function() {
        var dropdown = document.getElementById( "archives-dropdown-2" );
        function onSelectChange() {
                if ( dropdown.options[ dropdown.selectedIndex ].value !== '' ) {
                        document.location.href = this.options[ this.selectedIndex ].value;
                }
        }
        dropdown.onchange = onSelectChange;
})();
/* ]]> */
</script>
                                                                </aside>
                                        <aside id="meta-2" class="widget widget_meta">
                                                <h3 class='widget-title'>Meta</h3>

                <ul>
                                                <li><a href="https://www.ensembl.info/wp-login.php">Log in</a></li>
                        <li><a href="https://www.ensembl.info/feed/">Entries feed</a></li>
                        <li><a href="https://www.ensembl.info/comments/feed/">Comments feed</a></li>

                        <li><a href="https://en-gb.wordpress.org/">WordPress.org</a></li>
                </ul>

                                                        </aside>
                                        <aside id="custom_html-3" class="widget_text widget widget_custom_html">
<div class="textwidget custom-html-widget">© 2018 EMBL-EBI. All rights reserved.

Background image by Spencer Phillips</div>                                        </aside>
                                        <aside id="eu_cookie_law_widget-2" class="widget widget_eu_cookie_law_widget">

<div
        class="hide-on-button"
        data-hide-timeout="30"
        data-consent-expiration="365"
        id="eu-cookie-law"
>
        <form method="post">
                <input type="submit" value="Close and accept" class="accept" />
        </form>

        This website requires cookies, and the limited processing of your personal data in order to function. By using the site you are agreeing to this as outlined in our 
                <a href="https://www.ebi.ac.uk/data-protection/ensembl/privacy-notice" rel="">
                Privacy Policy  </a>
</div>
                                        </aside>
                                                                                        </div>
                                </div>
                        </div>

                                                <div id="primary" class="content-area col-lg-9" itemprop="mainContentOfPage">
                                                <div id="content" class="site-content" role="main">
                
                                                <article itemscope itemtype="http://schema.org/Article" id="post-14231" class="post-14231 post type-post status-publish format-standard hentry category-01-release tag-ensembl tag-ensembl-108 tag-release">
        <header class="entry-header">
                <h2 class="entry-title" itemprop="name">
                        <a itemprop="url" href="https://www.ensembl.info/2022/10/20/ensembl-108-has-been-released/" title="Permalink to Ensembl 108 has been released!" rel="bookmark">Ensembl 108 has been released!</a>
                </h2>
                                                        <div class="entry-meta"><span class="entry-date"><a href="https://www.ensembl.info/2022/10/20/ensembl-108-has-been-released/" rel="bookmark"><time class="entry-date published" datetime="2022-10-20T11:06:01+01:00" itemprop="datepublished">20th October 2022</time></a></span> by <span class="author vcard" itemscope itemprop="author" itemtype="http://schema.org/Person"><a class="url fn n" href="https://www.ensembl.info/author/lpmirabueno/" rel="author" itemprop="url"><span itemprop="name">Louisse Mirabueno</span></a></span><span class="sep">·</span><span class="comments-link"><a href="https://www.ensembl.info/2022/10/20/ensembl-108-has-been-released/#respond" itemprop="discussionUrl">0 Comments</a></span></div>
                        </header>
                                                                <div class="entry-content" itemprop="articleBody">
                                                
<p>We are pleased to announce the release of <a href="https://www.ensembl.org/index.html" target="_blank" rel="noreferrer noopener">Ensembl 108</a>, and the corresponding release of <a href="https://ensemblgenomes.org/" target="_blank" rel="noreferrer noopener">Ensembl Genomes 55</a> featuring changes in the human default tracks, new genomes in <a href="https://plants.ensembl.org/index.html">Ensembl Plants</a> and <a href="https://metazoa.ensembl.org/index.html" target="_blank" rel="noreferrer noopener">Ensembl Metazoa</a>, and the addition of mitochondrial annotation for Tasmanian devil.</p>



<p>Genome assemblies and annotation for many new species are also being continuously added to the <a href="https://rapid.ensembl.org/index.html">Ensembl Rapid Release genome browser</a>.</p>



<p>——————————————————————————————–</p>



<h2><strong>Default data display updates for human</strong></h2>



<p>In the Location tab, cDNAs, EST cluster (UniGene) and <a href="https://www.ensembl.org/info/genome/genebuild/ccds.html" target="_blank" rel="noreferrer noopener">CCDS</a> tracks will no longer be displayed by default. These tracks can still be added by configuring the page.</p>



<div class="wp-block-columns">
<div class="wp-block-column">
<figure class="wp-block-image size-large"><img width="692" height="1024" src="https://www.ensembl.info/wp-content/uploads/2022/10/Human_1332315086_32400268OLD-1-692x1024.png" alt="" class="wp-image-14236" srcset="https://www.ensembl.info/wp-content/uploads/2022/10/Human_1332315086_32400268OLD-1-692x1024.png 692w, https://www.ensembl.info/wp-content/uploads/2022/10/Human_1332315086_32400268OLD-1-203x300.png 203w, https://www.ensembl.info/wp-content/uploads/2022/10/Human_1332315086_32400268OLD-1-768x1137.png 768w, https://www.ensembl.info/wp-content/uploads/2022/10/Human_1332315086_32400268OLD-1-1037x1536.png 1037w, https://www.ensembl.info/wp-content/uploads/2022/10/Human_1332315086_32400268OLD-1.png 1200w" sizes="(max-width: 692px) 100vw, 692px" /><figcaption>A snapshot of the ‘Region in detail’ view in Ensembl release 107.</figcaption></figure>
</div>



<div class="wp-block-column">
<figure class="wp-block-image size-large"><img loading="lazy" width="835" height="1024" src="https://www.ensembl.info/wp-content/uploads/2022/10/Human_1332315086_32400268NEW-1-835x1024.png" alt="" class="wp-image-14237" srcset="https://www.ensembl.info/wp-content/uploads/2022/10/Human_1332315086_32400268NEW-1-835x1024.png 835w, https://www.ensembl.info/wp-content/uploads/2022/10/Human_1332315086_32400268NEW-1-245x300.png 245w, https://www.ensembl.info/wp-content/uploads/2022/10/Human_1332315086_32400268NEW-1-768x942.png 768w, https://www.ensembl.info/wp-content/uploads/2022/10/Human_1332315086_32400268NEW-1.png 1200w" sizes="(max-width: 835px) 100vw, 835px" /><figcaption>A snapshot of the ‘Region in detail’ view in Ensembl release 108.</figcaption></figure>
</div>
</div>



<h2><strong>New genomes</strong></h2>



<h3>Plants:</h3>



<p>We have added two new species:</p>



<ul><li><a href="https://plants.ensembl.org/Lolium_perenne/Info/Index"><em>Lolium perenne</em></a> (Rye grass)</li><li><a href="https://plants.ensembl.org/Brassica_juncea/Info/Index"><em>Brassica juncea</em></a> (Brown mustard)</li></ul>



<h3>Metazoa:</h3>



<p>We have expanded the list of metazoa species available on Ensembl, which now includes:</p>



<ul><li><a href="https://metazoa.ensembl.org/Amphibalanus_amphitrite_gca019059575v1"><em>Amphibalanus amphitrite</em></a> (Acorn barnacle)</li><li><a href="https://metazoa.ensembl.org/Acropora_millepora_gca013753865v1"><em>Acropora millepora</em></a> (Stony coral)</li><li><a href="https://metazoa.ensembl.org/Acanthaster_planci_gca001949145v1"><em>Acanthaster planci</em></a><em> </em>(Crown-of-thorns starfish)</li><li><a href="https://metazoa.ensembl.org/Actinia_tenebrosa_gca009602425v1"><em>Actinia tenebrosa</em></a> (Australian red waratah sea anemone)</li><li><a href="https://metazoa.ensembl.org/Asterias_rubens_GCA_902459465.3"><em>Asterias rubens</em></a> (European starfish)</li><li><a href="https://metazoa.ensembl.org/Dimorphilus_gyrociliatus_gca904063045v1"><em>Dimorphilus gyrociliatus</em></a> (Meiobenthic segmented annelid)</li><li><a href="https://metazoa.ensembl.org/Eurytemora_affinis_gca000591075v2"><em>Eurytemora affinis</em></a><em> </em>(Calanoid copepod)</li><li><a href="https://metazoa.ensembl.org/Exaiptasia_diaphana_gca001417965v1"><em>Exaiptasia diaphana</em></a> (Sea anemone)</li><li><a href="https://metazoa.ensembl.org/Homarus_americanus_gca018991925v1"><em>Homarus americanus</em></a> (American lobster)</li><li><a href="https://metazoa.ensembl.org/Hyalella_azteca_gca000764305v2"><em>Hyalella azteca</em></a> (Amphipod)</li><li><a href="https://metazoa.ensembl.org/Hypsibius_exemplaris_gca002082055v1"><em>Hypsibius exemplaris</em></a><em> </em>(Water bear tardigrade)</li><li><a href="https://metazoa.ensembl.org/Mercenaria_mercenaria_gca014805675v2"><em>Mercenaria mercenaria</em></a> (Hard clam)</li><li><a href="https://metazoa.ensembl.org/Mizuhopecten_yessoensis_gca002113885v2"><em>Mizuhopecten yessoensis</em></a><em> </em>(Yesso scallop)</li><li><a href="https://metazoa.ensembl.org/Octopus_sinensis_gca006345805v1"><em>Octopus sinensis</em></a><em> </em>(East Asian common octopus)</li><li><a href="https://metazoa.ensembl.org/Owenia_fusiformis_gca903813345v1"><em>Owenia fusiformis</em></a><em> </em>(Polychaete annelid)</li><li><a href="https://metazoa.ensembl.org/Patiria_miniata_gca015706575v1"><em>Patiria miniata</em></a><em> </em>(Bat star starfish)</li><li><a href="https://metazoa.ensembl.org/Penaeus_japonicus_gca017312705v1"><em>Penaeus japonicus</em></a><em> </em>(Kuruma shrimp)</li><li><a href="https://metazoa.ensembl.org/Penaeus_vannamei_gca003789085v1"><em>Penaeus vannamei</em></a> (Pacific white shrimp)</li><li><a href="https://metazoa.ensembl.org/Pollicipes_pollicipes_gca011947565v2"><em>Pollicipes pollicipes</em></a><em> </em>(Gooseneck barnacle)</li><li><a href="https://metazoa.ensembl.org/Portunus_trituberculatus_gca017591435v1"><em>Portunus trituberculatus</em></a> (Swimming crab)</li><li><a href="https://metazoa.ensembl.org/Procambarus_clarkii_gca020424385v2"><em>Procambarus clarkii</em></a> (Red swamp crayfish)</li></ul>



<h2><strong>New Assemblies and/or Annotation</strong></h2>



<h3>Vertebrates:</h3>



<ul><li>Mitochondrial annotation for <a href="https://www.ensembl.org/Sarcophilus_harrisii/Info/Index"><em>Sarcophilus harrisii</em> (Tasmanian devil, mSarHar1.11)</a> have been added. </li><li>RNASeq tracks including data from the <a href="https://www.gene-switch.eu/" target="_blank" rel="noreferrer noopener">GeneSWitCH consortium</a> for <em>Gallus gallus</em> (chicken) <a href="https://www.ensembl.org/Gallus_gallus">reference (GRCg7b)</a> and <a href="https://www.ensembl.org/Gallus_gallus_GCA_016700215.2">chicken breed (GRCg7w)</a> have been added.</li><li>Variation data from the <a rel="noreferrer noopener" href="https://www.ebi.ac.uk/eva/" target="_blank">European Variation Archive (EVA)</a> are now displayed for five additional species: <em><a rel="noreferrer noopener" href="https://www.ensembl.org/Macaca_fascicularis" target="_blank">Macaca fascicularis</a></em> (crab-eating macaque),<em> <a rel="noreferrer noopener" href="https://www.ensembl.org/Sander_lucioperca" target="_blank">Sander lucioperca</a> </em>(pike-perch), <a rel="noreferrer noopener" href="https://www.ensembl.org/Microtus_ochrogaster" target="_blank"><em>Microtus ochrogaster</em></a> (prairie vole), <em><a rel="noreferrer noopener" href="https://www.ensembl.org/Coturnix_japonica" target="_blank">Coturnix japonica</a> </em>(Japanese quail) and <em><a rel="noreferrer noopener" href="https://www.ensembl.org/Ficedula_albicollis" target="_blank">Ficedula albicollis</a></em> (collared flycatcher). </li></ul>



<h3>Metazoa:</h3>



<p>We have updated the assembly and genome annotation of:</p>



<ul><li><em><a href="https://metazoa.ensembl.org/Daphnia_magna_gca020631705v2/Info/Index" target="_blank" rel="noreferrer noopener">Daphnia magna</a></em> (Fresh water planktonic crustacean)</li><li><em><a href="https://metazoa.ensembl.org/Lingula_anatina_gca001039355v2" target="_blank" rel="noreferrer noopener">Lingula anatina</a></em> (Lamp shell)</li></ul>



<p>We have also updated the genome annotation of:</p>



<ul><li><a href="https://metazoa.ensembl.org/Caenorhabditis_elegans/Info/Index?db=core"><em>Caenorhabditis elegans</em></a> to <a href="https://wormbase.org//#012-34-5">WormBase</a> annotation WS282.</li><li>RefSeq variation annotation has been added to <em><a href="https://metazoa.ensembl.org/Octopus_bimaculoides_gca001194135v1/Info/Index" target="_blank" rel="noreferrer noopener">Octopus bimaculoides</a></em> (California two-spot octopus)</li></ul>



<h2><strong>Other updates and changes</strong></h2>



<ul><li>Our variant databases for<em> <a rel="noreferrer noopener" href="https://www.ensembl.org/Bos_taurus/Info/Index" target="_blank">Bos taurus</a></em> (cow), <em><a rel="noreferrer noopener" href="https://www.ensembl.org/Danio_rerio" target="_blank">Danio rerio</a> </em>(zebrafish), <em><a rel="noreferrer noopener" href="https://www.ensembl.org/Equus_caballus" target="_blank">Equus caballus</a></em> (horse), <em><a rel="noreferrer noopener" href="https://www.ensembl.org/Felis_catus" target="_blank">Felis catus</a></em> (cat), <em><a rel="noreferrer noopener" href="https://www.ensembl.org/Gallus_gallus_GCA_000002315.5" target="_blank">Gallus gallus</a></em> (Red Jungle fowl chicken), <em><a rel="noreferrer noopener" href="https://www.ensembl.org/Macaca_mulatta" target="_blank">Macaca mulatta</a> </em>(macaque), <em><a rel="noreferrer noopener" href="https://www.ensembl.org/Mus_musculus/Info/Index" target="_blank">Mus musculus</a></em> (mouse), <em><a rel="noreferrer noopener" href="https://www.ensembl.org/Rattus_norvegicus" target="_blank">Rattus norvegicus</a></em> (rat) and <em><a rel="noreferrer noopener" href="https://www.ensembl.org/Sus_scrofa" target="_blank">Sus scrofa</a></em> (pig) have been updated to use <a rel="noreferrer noopener" href="https://www.ebi.ac.uk/about/news/updates-from-data-resources/european-variation-archive-release-3-over-540-million-unique-variants/" target="_blank">EVA release 3</a>. This replaces previous data from dbSNP and uses new clustering and quality control methods, for example, variants which do not match the genome assembly will no longer be shown.</li><li><a rel="noreferrer noopener" href="https://www.ensembl.org/info/genome/genebuild/mane.html" target="_blank">MANE transcripts</a> and proteins are now highlighted on gene and transcript summary pages. This gives more prominence to MANE and reduces the significance on <a rel="noreferrer noopener" href="https://www.ensembl.org/info/genome/genebuild/ccds.html" target="_blank">CCDS</a>.</li><li>The <em>transcribed_unprocessed_pseudogene</em> biotype was changed to have separate pseudogene and lncRNA gene IDs in human and mouse, which increased the number of lncRNA genes in the total gene count. </li><li>The biotype <em>processed_transcript</em>, when present in protein coding loci, has been replaced with <em>protein_coding_CDS_not_defined</em>. </li><li>The Post-GWAS tool has been retired (read more here: <a href="https://www.ensembl.info/2022/07/28/retiring-the-post-gwas-tool/">https://www.ensembl.info/2022/07/28/retiring-the-post-gwas-tool/</a>). </li><li>Peak features have been removed from overlap <a rel="noreferrer noopener" href="https://rest.ensembl.org/" target="_blank">REST endpoints</a>, which may affect queries. </li><li><em>Aphanomyces astaci</em>, <em>Aphanomyces invadans</em>, <em>Globisporangium ultimum</em>, and <em>Hyaloperonospora arabidopsidis</em> have been removed from <a rel="noreferrer noopener" href="https://fungi.ensembl.org/index.html" target="_blank">Ensembl Fungi</a>, and fungal gene trees have been re-computed. These species will continue to be included in <a rel="noreferrer noopener" href="https://protists.ensembl.org/index.html" target="_blank">Ensembl Protists</a>.</li><li>Retirement of Ensembl 90 archive.</li></ul>



<p></p>
                                                                </div>
                        </article>
                                        <article itemscope itemtype="http://schema.org/Article" id="post-14205" class="post-14205 post type-post status-publish format-standard hentry category-02-ensembl-vep tag-alphafold tag-protein tag-protein-structure tag-variant-effect-predictor tag-vep">
        <header class="entry-header">
                <h2 class="entry-title" itemprop="name">
                        <a itemprop="url" href="https://www.ensembl.info/2022/08/26/cool-stuff-ensembl-vep-can-do-display-variants-on-alphafold-predicted-3d-protein-structures/" title="Permalink to Cool stuff Ensembl VEP can do: display variants on AlphaFold-predicted 3D protein structures" rel="bookmark">Cool stuff Ensembl VEP can do: display variants on AlphaFold-predicted 3D protein structures</a>
                </h2>
                                                        <div class="entry-meta"><span class="entry-date"><a href="https://www.ensembl.info/2022/08/26/cool-stuff-ensembl-vep-can-do-display-variants-on-alphafold-predicted-3d-protein-structures/" rel="bookmark"><time class="entry-date published" datetime="2022-08-26T09:37:59+01:00" itemprop="datepublished">26th August 2022</time></a></span> by <span class="author vcard" itemscope itemprop="author" itemtype="http://schema.org/Person"><a class="url fn n" href="https://www.ensembl.info/author/bmoore/" rel="author" itemprop="url"><span itemprop="name">Ben (Outreach)</span></a></span><span class="sep">·</span><span class="comments-link"><span>Comments Off<span class="screen-reader-text"> on Cool stuff Ensembl VEP can do: display variants on AlphaFold-predicted 3D protein structures</span></span></span></div>
                        </header>
                                                                <div class="entry-content" itemprop="articleBody">
                                                
<p>The AlphaFold AI system developed by <a rel="noreferrer noopener" href="https://deepmind.com/" target="_blank">DeepMind</a> predicts a protein’s 3D structure from its amino acid sequence. You can now view variant locations on AlphaFold predicted structures in the Ensembl VEP web tool.</p>



<a class="btn btn-default btn-sm" href="https://www.ensembl.info/2022/08/26/cool-stuff-ensembl-vep-can-do-display-variants-on-alphafold-predicted-3d-protein-structures/">Continue reading <i class="fa fa-angle-double-right"></i></a>                                                           </div>
                        </article>
                                        <article itemscope itemtype="http://schema.org/Article" id="post-14140" class="post-14140 post type-post status-publish format-standard hentry category-05-community tag-bioinformatics tag-career tag-ensembl tag-genomics tag-outreach tag-scicomm">
        <header class="entry-header">
                <h2 class="entry-title" itemprop="name">
                        <a itemprop="url" href="https://www.ensembl.info/2022/08/22/getting-to-know-us-aleena-from-outreach/" title="Permalink to Getting to know us: Aleena from Outreach" rel="bookmark">Getting to know us: Aleena from Outreach</a>
                </h2>
                                                        <div class="entry-meta"><span class="entry-date"><a href="https://www.ensembl.info/2022/08/22/getting-to-know-us-aleena-from-outreach/" rel="bookmark"><time class="entry-date published" datetime="2022-08-22T14:00:00+01:00" itemprop="datepublished">22nd August 2022</time></a></span> by <span class="author vcard" itemscope itemprop="author" itemtype="http://schema.org/Person"><a class="url fn n" href="https://www.ensembl.info/author/lpmirabueno/" rel="author" itemprop="url"><span itemprop="name">Louisse Mirabueno</span></a></span><span class="sep">·</span><span class="comments-link"><span>Comments Off<span class="screen-reader-text"> on Getting to know us: Aleena from Outreach</span></span></span></div>
                        </header>
                                                                <div class="entry-content" itemprop="articleBody">
                                                
<p>In this post, we are getting to know <a rel="noreferrer noopener" href="https://www.ebi.ac.uk/people/person/aleena-mushtaq" target="_blank">Aleena Mushtaq</a> from the Outreach team, who are (interestingly) also in charge of the Ensembl blog! Aleena tells us of the diverse workload of an outreach officer, the public engagement programmes she is involved in, and what she does in her free-time. </p>



<a class="btn btn-default btn-sm" href="https://www.ensembl.info/2022/08/22/getting-to-know-us-aleena-from-outreach/">Continue reading <i class="fa fa-angle-double-right"></i></a>                                                               </div>
                        </article>
                                        <article itemscope itemtype="http://schema.org/Article" id="post-14178" class="post-14178 post type-post status-publish format-standard hentry category-01-release tag-ensembl-108 tag-ensembl-genomes-55 tag-release tag-release-108">
        <header class="entry-header">
                <h2 class="entry-title" itemprop="name">
                        <a itemprop="url" href="https://www.ensembl.info/2022/08/18/whats-coming-in-ensembl-release-108-ensembl-genomes-55/" title="Permalink to What’s coming in Ensembl release 108 / Ensembl Genomes 55?" rel="bookmark">What’s coming in Ensembl release 108 / Ensembl Genomes 55?</a>
                </h2>
                                                        <div class="entry-meta"><span class="entry-date"><a href="https://www.ensembl.info/2022/08/18/whats-coming-in-ensembl-release-108-ensembl-genomes-55/" rel="bookmark"><time class="entry-date published" datetime="2022-08-18T12:52:15+01:00" itemprop="datepublished">18th August 2022</time></a></span> by <span class="author vcard" itemscope itemprop="author" itemtype="http://schema.org/Person"><a class="url fn n" href="https://www.ensembl.info/author/lpmirabueno/" rel="author" itemprop="url"><span itemprop="name">Louisse Mirabueno</span></a></span><span class="sep">·</span><span class="comments-link"><span>Comments Off<span class="screen-reader-text"> on What’s coming in Ensembl release 108 / Ensembl Genomes 55?</span></span></span></div>
                        </header>
                                                                <div class="entry-content" itemprop="articleBody">
                                                
<p>Ensembl 108 and Ensembl Genomes 55 are expected to be released in September 2022. Check out what we are up to, although we cannot guarantee everything listed here will make it into the final release.</p>



<a class="btn btn-default btn-sm" href="https://www.ensembl.info/2022/08/18/whats-coming-in-ensembl-release-108-ensembl-genomes-55/">Continue reading <i class="fa fa-angle-double-right"></i></a>                                                                </div>
                        </article>
                                        <article itemscope itemtype="http://schema.org/Article" id="post-14136" class="post-14136 post type-post status-publish format-standard hentry category-07-status tag-mirrors tag-service-status">
        <header class="entry-header">
                <h2 class="entry-title" itemprop="name">
                        <a itemprop="url" href="https://www.ensembl.info/2022/08/05/downtime-of-ensembl-mirror-sites/" title="Permalink to Downtime of Ensembl mirror sites" rel="bookmark">Downtime of Ensembl mirror sites</a>
                </h2>
                                                        <div class="entry-meta"><span class="entry-date"><a href="https://www.ensembl.info/2022/08/05/downtime-of-ensembl-mirror-sites/" rel="bookmark"><time class="entry-date published" datetime="2022-08-05T13:48:29+01:00" itemprop="datepublished">5th August 2022</time></a></span> by <span class="author vcard" itemscope itemprop="author" itemtype="http://schema.org/Person"><a class="url fn n" href="https://www.ensembl.info/author/bmoore/" rel="author" itemprop="url"><span itemprop="name">Ben (Outreach)</span></a></span><span class="sep">·</span><span class="comments-link"><span>Comments Off<span class="screen-reader-text"> on Downtime of Ensembl mirror sites</span></span></span></div>
                        </header>
                                                                <div class="entry-content" itemprop="articleBody">
                                                
<p>As part of ongoing  work to improve the performance and reliability of our <a href="https://www.ensembl.org/info/about/mirrors.html" target="_blank" rel="noreferrer noopener">mirror sites</a>, we will be upgrading the underlying website architecture. While the upgrade takes place, the Ensembl mirror sites (<a href="https://uswest.ensembl.org/index.html?redirect=no">USWest</a>, <a href="http://useast.ensembl.org/index.html?redirect=no" target="_blank" rel="noreferrer noopener">USEast </a>and <a href="http://asia.ensembl.org/index.html?redirect=no" target="_blank" rel="noreferrer noopener">Asia</a>) will be intermittently unavailable for short periods between Monday 8th August and Friday 12th August 2022.</p>



<a class="btn btn-default btn-sm" href="https://www.ensembl.info/2022/08/05/downtime-of-ensembl-mirror-sites/">Continue reading <i class="fa fa-angle-double-right"></i></a>                                                              </div>
                        </article>
                                        <article itemscope itemtype="http://schema.org/Article" id="post-14129" class="post-14129 post type-post status-publish format-standard hentry category-02-ensembl-vep tag-intact tag-variant-effect-predictor tag-vep">
        <header class="entry-header">
                <h2 class="entry-title" itemprop="name">
                        <a itemprop="url" href="https://www.ensembl.info/2022/07/29/cool-stuff-ensembl-vep-can-do-provide-evidence-of-protein-interaction-impact/" title="Permalink to Cool stuff Ensembl VEP can do – provide evidence of protein interaction impact" rel="bookmark">Cool stuff Ensembl VEP can do – provide evidence of protein interaction impact</a>
                </h2>
                                                        <div class="entry-meta"><span class="entry-date"><a href="https://www.ensembl.info/2022/07/29/cool-stuff-ensembl-vep-can-do-provide-evidence-of-protein-interaction-impact/" rel="bookmark"><time class="entry-date published" datetime="2022-07-29T10:00:34+01:00" itemprop="datepublished">29th July 2022</time></a></span> by <span class="author vcard" itemscope itemprop="author" itemtype="http://schema.org/Person"><a class="url fn n" href="https://www.ensembl.info/author/bmoore/" rel="author" itemprop="url"><span itemprop="name">Ben (Outreach)</span></a></span><span class="sep">·</span><span class="comments-link"><span>Comments Off<span class="screen-reader-text"> on Cool stuff Ensembl VEP can do – provide evidence of protein interaction impact</span></span></span></div>
                        </header>
                                                                <div class="entry-content" itemprop="articleBody">
                                                
<p><a rel="noreferrer noopener" href="https://www.ensembl.org/info/docs/tools/vep/index.html" target="_blank">Ensembl VEP</a> integrates information from many different resources to help you interpret the functional impact of your variants. It now reports when variants fall in sites with evidence of impact on protein interactions, as described in the IntAct database.</p>



<a class="btn btn-default btn-sm" href="https://www.ensembl.info/2022/07/29/cool-stuff-ensembl-vep-can-do-provide-evidence-of-protein-interaction-impact/">Continue reading <i class="fa fa-angle-double-right"></i></a>                                                          </div>
                        </article>
                                        <article itemscope itemtype="http://schema.org/Article" id="post-14124" class="post-14124 post type-post status-publish format-standard hentry category-03-other tag-postgap tag-retirement">
        <header class="entry-header">
                <h2 class="entry-title" itemprop="name">
                        <a itemprop="url" href="https://www.ensembl.info/2022/07/28/retiring-the-post-gwas-tool/" title="Permalink to Retiring the Post-GWAS tool" rel="bookmark">Retiring the Post-GWAS tool</a>
                </h2>
                                                        <div class="entry-meta"><span class="entry-date"><a href="https://www.ensembl.info/2022/07/28/retiring-the-post-gwas-tool/" rel="bookmark"><time class="entry-date published" datetime="2022-07-28T11:43:22+01:00" itemprop="datepublished">28th July 2022</time></a></span> by <span class="author vcard" itemscope itemprop="author" itemtype="http://schema.org/Person"><a class="url fn n" href="https://www.ensembl.info/author/bmoore/" rel="author" itemprop="url"><span itemprop="name">Ben (Outreach)</span></a></span><span class="sep">·</span><span class="comments-link"><span>Comments Off<span class="screen-reader-text"> on Retiring the Post-GWAS tool</span></span></span></div>
                        </header>
                                                                <div class="entry-content" itemprop="articleBody">
                                                
<p>The Post-GWAS tool will be retired in Ensembl 108.</p>



<a class="btn btn-default btn-sm" href="https://www.ensembl.info/2022/07/28/retiring-the-post-gwas-tool/">Continue reading <i class="fa fa-angle-double-right"></i></a>                                                           </div>
                        </article>
                                        <article itemscope itemtype="http://schema.org/Article" id="post-14114" class="post-14114 post type-post status-publish format-standard hentry category-07-status tag-service-status">
        <header class="entry-header">
                <h2 class="entry-title" itemprop="name">
                        <a itemprop="url" href="https://www.ensembl.info/2022/07/20/disruption-to-ensembl-services-4/" title="Permalink to Disruption to Ensembl services" rel="bookmark">Disruption to Ensembl services</a>
                </h2>
                                                        <div class="entry-meta"><span class="entry-date"><a href="https://www.ensembl.info/2022/07/20/disruption-to-ensembl-services-4/" rel="bookmark"><time class="entry-date published" datetime="2022-07-20T14:29:11+01:00" itemprop="datepublished">20th July 2022</time></a></span> by <span class="author vcard" itemscope itemprop="author" itemtype="http://schema.org/Person"><a class="url fn n" href="https://www.ensembl.info/author/bmoore/" rel="author" itemprop="url"><span itemprop="name">Ben (Outreach)</span></a></span><span class="sep">·</span><span class="comments-link"><a href="https://www.ensembl.info/2022/07/20/disruption-to-ensembl-services-4/#comments" itemprop="discussionUrl">2 Comments</a></span></div>
                        </header>
                                                                <div class="entry-content" itemprop="articleBody">
                                                
<p>Due to scheduled maintenance work, a number of Ensembl services will be temporarily unavailable between Tuesday 26th July 2022, 15:00 (BST) and Wednesday 27th July 2022, 13:00 (BST).</p>



<a class="btn btn-default btn-sm" href="https://www.ensembl.info/2022/07/20/disruption-to-ensembl-services-4/">Continue reading <i class="fa fa-angle-double-right"></i></a>                                                              </div>
                        </article>
                                        <article itemscope itemtype="http://schema.org/Article" id="post-14097" class="post-14097 post type-post status-publish format-standard hentry category-01-release tag-ensembl tag-ensembl-genomes tag-genomics tag-gnomad tag-metazoa tag-plants tag-release tag-vep">
        <header class="entry-header">
                <h2 class="entry-title" itemprop="name">
                        <a itemprop="url" href="https://www.ensembl.info/2022/07/12/ensembl-107-has-been-released/" title="Permalink to Ensembl 107 has been released!" rel="bookmark">Ensembl 107 has been released!</a>
                </h2>
                                                        <div class="entry-meta"><span class="entry-date"><a href="https://www.ensembl.info/2022/07/12/ensembl-107-has-been-released/" rel="bookmark"><time class="entry-date published" datetime="2022-07-12T13:32:02+01:00" itemprop="datepublished">12th July 2022</time></a></span> by <span class="author vcard" itemscope itemprop="author" itemtype="http://schema.org/Person"><a class="url fn n" href="https://www.ensembl.info/author/aleena/" rel="author" itemprop="url"><span itemprop="name">Aleena Mushtaq</span></a></span><span class="sep">·</span><span class="comments-link"><a href="https://www.ensembl.info/2022/07/12/ensembl-107-has-been-released/#comments" itemprop="discussionUrl">2 Comments</a></span></div>
                        </header>
                                                                <div class="entry-content" itemprop="articleBody">
                                                
<p>Ensembl 107 and Ensembl Genomes 54 have now been released. Check out our site for exciting new updates to regulatory annotations, updated vertebrate genomes and lots of new metazoan species.</p>



<a class="btn btn-default btn-sm" href="https://www.ensembl.info/2022/07/12/ensembl-107-has-been-released/">Continue reading <i class="fa fa-angle-double-right"></i></a>                                                         </div>
                        </article>
                                        <article itemscope itemtype="http://schema.org/Article" id="post-14082" class="post-14082 post type-post status-publish format-standard hentry category-05-community tag-annotation tag-bioinformatician tag-bioinformatics tag-career tag-ensembl tag-genebuild tag-genomics tag-outreach tag-scicomm">
        <header class="entry-header">
                <h2 class="entry-title" itemprop="name">
                        <a itemprop="url" href="https://www.ensembl.info/2022/07/06/getting-to-know-us-jose-from-genebuild/" title="Permalink to Getting to know us: José from Genebuild" rel="bookmark">Getting to know us: José from Genebuild</a>
                </h2>
                                                        <div class="entry-meta"><span class="entry-date"><a href="https://www.ensembl.info/2022/07/06/getting-to-know-us-jose-from-genebuild/" rel="bookmark"><time class="entry-date published" datetime="2022-07-06T14:49:14+01:00" itemprop="datepublished">6th July 2022</time></a></span> by <span class="author vcard" itemscope itemprop="author" itemtype="http://schema.org/Person"><a class="url fn n" href="https://www.ensembl.info/author/lpmirabueno/" rel="author" itemprop="url"><span itemprop="name">Louisse Mirabueno</span></a></span><span class="sep">·</span><span class="comments-link"><span>Comments Off<span class="screen-reader-text"> on Getting to know us: José from Genebuild</span></span></span></div>
                        </header>
                                                                <div class="entry-content" itemprop="articleBody">
                                                
<p>Meet <a href="https://www.ebi.ac.uk/about/people/jose-maria-gonzalez-perez-silva">José María González Pérez-Silva</a> from the Genebuild team! José describes his work at Ensembl, the experience he had during his university studies, and how he winds down when not surrounded by annotation data. </p>



<a class="btn btn-default btn-sm" href="https://www.ensembl.info/2022/07/06/getting-to-know-us-jose-from-genebuild/">Continue reading <i class="fa fa-angle-double-right"></i></a>                                                                </div>
                        </article>
                                
        <nav class="navigation pagination" aria-label="Posts">
                <h2 class="screen-reader-text">Posts navigation</h2>
                <div class="nav-links"><span aria-current="page" class="page-numbers current">1</span>
<a class="page-numbers" href="https://www.ensembl.info/page/2/">2</a>
<span class="page-numbers dots">…</span>
<a class="page-numbers" href="https://www.ensembl.info/page/63/">63</a>
<a class="next page-numbers" href="https://www.ensembl.info/page/2/"><i class="fa fa-chevron-right"></i></a></div>
        </nav>    
                        </div>
                                                                                                <footer class="site-info" itemscope itemtype="http://schema.org/WPFooter">
                                                                                <a href="http://wordpress.org/" title="Semantic Personal Publishing Platform">Proudly powered by WordPress</a>.
                                        Theme: Flat 1.0.0 by <a rel="nofollow" href="https://themeisle.com/themes/flat/" title="Flat WordPress Theme">Themeisle</a>.                          </footer>
                                                                                                                </div>
                                        </div>
        </div>
</div>
<script src='https://www.ensembl.info/wp-content/plugins/jetpack/_inc/build/widgets/eu-cookie-law/eu-cookie-law.min.js?ver=20180522' id='eu-cookie-law-script-js'></script>
<script src='https://www.ensembl.info/wp-content/plugins/page-links-to/dist/new-tab.js?ver=3.3.6' id='page-links-to-js'></script>
<script src='https://stats.wp.com/e-202242.js' defer></script>
<script>
        _stq = window._stq || [];
        _stq.push([ 'view', {v:'ext',j:'1:10.6',blog:'52918201',post:'0',tz:'1',srv:'www.ensembl.info'} ]);
        _stq.push([ 'clickTrackerInit', '52918201', '0' ]);
</script>
</body>
</html>

<!-- Dynamic page generated in 0.340 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2022-10-20 11:07:57 -->

<!-- super cache -->