Problem with loading ensembl version 105.
1
0
Entering edit mode
RC • 0
@dca60bb0
Last seen 4 months ago
Germany

Hello there. I am trying to use biomart to load the mouse genes for version M28 (ensembl 105), but I am getting an error:

ensembl_gene_names <- useEnsembl(biomart = 'genes', dataset = 'mmusculus_gene_ensembl', version = 105)

Error in curl::curl_fetch_memory(url, handle = handle) : 
  Timeout was reached: [dec2021.archive.ensembl.org:443] Operation timed out after 60001 milliseconds with 0 bytes received

Please note that for other versions this command works just fine. For example, running the following 2 commands does not give an error, these run fine and quickly load an object of class 'Mart'.

ensembl_gene_names <- useEnsembl(biomart = 'genes', dataset = 'mmusculus_gene_ensembl', version = 104)
ensembl_gene_names <- useEnsembl(biomart = 'genes', dataset = 'mmusculus_gene_ensembl', version = 106)

A similar issue occurs for the command

listEnsembl(version = 105)

Which does not occur when using it for version 104 or 106, or any other version I tested for that matter.

biomaRt • 379 views
ADD COMMENT
0
Entering edit mode
@james-w-macdonald-5106
Last seen 22 hours ago
United States

You will time out if you try to load that archive using a browser as well. This is not an error with biomaRt, but with EBI's server. You might ask them what's up.

0
Entering edit mode

Yeah I shot them an email, let's see what they say.

ADD REPLY

Login before adding your answer.

Traffic: 488 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6