Open guidohooiveld opened 2 years ago
BTW, and for completeness: through lgatto's recent post (https://github.com/jorainer/ensembldb/issues/128) I realized that you already made available the mouse EnsDb
v105 through the AnnotationHub
...! Thanks so much! I will make use of that one now.
> query(ah, c("EnsDb", "v105", "Mus musculus"))
AnnotationHub with 1 record
# snapshotDate(): 2021-10-20
# names(): AH98078
# $dataprovider: Ensembl
# $species: Mus musculus
# $rdataclass: EnsDb
# $rdatadateadded: 2021-10-20
# $title: Ensembl 105 EnsDb for Mus musculus
# $description: Gene and protein annotations for Mus musculus based on Ensem...
# $taxonomyid: 10090
# $genome: GRCm39
# $sourcetype: ensembl
# $sourceurl: http://www.ensembl.org
# $sourcesize: NA
# $tags: c("105", "Annotation", "AnnotationHubSoftware", "Coverage",
# "DataImport", "EnsDb", "Ensembl", "Gene", "Protein", "Sequencing",
# "Transcript")
# retrieve record with 'object[["AH98078"]]'
>
Yes, I will keep adding EnsDb
for each new Ensembl release, so no need to create them on your own. That can in fact be a quite tricky thing, since the Ensembl Perl API needs a relatively old version of Perl and also an older version of BioPerl.
Hi Johannes, I am trying to generate a mouse
EnsDb
for release 105, but unfortunately it doesn't work... I think this has to do with the libraryensembldb
, but I am not 100% sure. Would you mind double-checking at your site/system? Thanks! GBTW: I have updated the ENSEMBLAPI to its latest version from Github before starting your function. BTW2: line of error message: https://github.com/jorainer/ensembldb/blob/05619ef18b72d214eaf98da5b4857849a1cfacc2/R/functions-create-EnsDb.R#L63 Argument -P: https://github.com/jorainer/ensembldb/blob/05619ef18b72d214eaf98da5b4857849a1cfacc2/R/functions-create-EnsDb.R#L46-L47