Entering edit mode
Darya Vanichkina
▴
130
@darya-vanichkina-6050
Last seen 7.8 years ago
Australia/Centenary Institute Universit…
Hi! I'm getting the following error:
Query ERROR: caught BioMart::Exception::Database: Error during query execution: File './ensembl_mart_84/mmusculus_gene_ensembl__translation__main.MYD' not found (Errcode: 13)
When running the following commands:
annotation_pfam <- getBM(attributes=c("ensembl_gene_id","pfam"), filters = "ensembl_gene_id", values=annotation$Ensembl.Gene.ID, mart=ensembl) Error in getBM(attributes = c("ensembl_gene_id", "pfam"), filters = "ensembl_gene_id", : Query ERROR: caught BioMart::Exception::Database: Error during query execution: File './ensembl_mart_84/mmusculus_gene_ensembl__translation__main.MYD' not found (Errcode: 13) annotation_prosite <- getBM(attributes=c("ensembl_gene_id","prosite"), filters = "ensembl_gene_id", values=annotation$Ensembl.Gene.ID, mart=ensembl) Error in getBM(attributes = c("ensembl_gene_id", "prosite"), filters = "ensembl_gene_id", : Query ERROR: caught BioMart::Exception::Database: Error during query execution: File './ensembl_mart_84/mmusculus_gene_ensembl__translation__main.MYD' not found (Errcode: 13) annotation_tigrfam <- getBM(attributes=c("ensembl_gene_id","tigrfam"), filters = "ensembl_gene_id", values=annotation$Ensembl.Gene.ID, mart=ensembl) Error in getBM(attributes = c("ensembl_gene_id", "tigrfam"), filters = "ensembl_gene_id", : Query ERROR: caught BioMart::Exception::Database: Error during query execution: File './ensembl_mart_84/mmusculus_gene_ensembl__translation__main.MYD' not found (Errcode: 13)
annotation$ensembl_gene_id is the column of the count table that I obtained by using featureCounts to the latest gencode annotations. Why is this error occurring?
Hi Darya,
At the moment I'm unable to reproduce this error. Can you edit your post to include the output from
sessionInfo()
and the code you use to define the mart. I guess that's something like:Then I can check I'm using the same versions of the package and database as you are.
Dear Darya,
I've just tried a similar query on our main website and mirrors and I am unable to reproduce this error as well:
We believe it was a transient error and we are investigating what happened.
In the meantime could you please confirm which host you were using for your query?
Thank you,
Regards,
Thomas
Are you still experiencing errors with this?