goci icon indicating copy to clipboard operation
goci copied to clipboard

Fix Ensembl version check tool in goci

Open sprintell opened this issue 2 years ago • 0 comments

We’ve been receiving the email saying Problem Determining Latest Ensembl Release. Checking the ensembl release check API, I can see its working.http://rest.ensembl.org/info/data/?content-type=application/json

Screenshot 2022-11-04 at 15.50.46.png

The ensembl endpoint is not consistent in with the position of the version number, sometimes its on the array element [0], but at other times its on array element [1] but the code is always checking array element [0]. We have to change the goci code that does the checking.

sprintell avatar Nov 04 '22 15:11 sprintell