showGenesysMap
We currently support two different "UI" experiences: showGenesysUI
that displays the filtering + accessions and the showOverview
that only lists the statistics.
In this ticket we implement a new showGenesysMap()
function that renders only the map of the filtered accessions.
But because we are only showing the map, we must use links that open in a new tab to show accession details: <a target="genesys" href="...">...</a>
when you click on the green dot on the map.