-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing ensembl versions #16
Comments
This specific version was not uploaded to annotationhub, which may apply to other versions as well. Some possible solutions:
|
|
I guess I don't have a specific use-case ATM for accessing other older versions (86 came up since it's used in the ensembldb vignette). Do you have some idea of how often the older versions are used? It would be nice to have parity in access from python and R.
This might intersect with a conversation I was just having with @lshep on the bioc slack about compression of these files. Is this something you've considered for the sqlite databases? |
honestly - I don't know which releases are predominantly used - maybe there is a "usage/download" log for For compressing the sqlite files - AFAIK R can not read from gzipped SQLite files, so the files (if compressed) would need to be unzipped locally first (could be something that |
Report
The default Ensembl version in
ensembldb
is v86, but this doesn't seem to exist in the sql database.The
EnsemblDB
class should have a method to check (and return?) available versionsVersion information
bioframe 0.4.1
genomic_annotations 0.0.1
ibis 5.1.0
pandas 2.0.1
pooch v1.7.0
session_info 1.0.0
PIL 9.5.0
asttokens NA
backcall 0.2.0
bidict 0.22.1
certifi 2022.12.07
charset_normalizer 3.1.0
cycler 0.10.0
cython_runtime NA
dateutil 2.8.2
debugpy 1.6.7
decorator 5.1.1
executing 1.2.0
greenlet 2.0.2
idna 3.4
importlib_metadata NA
importlib_resources NA
ipykernel 6.14.0
jedi 0.18.2
kiwisolver 1.4.4
matplotlib 3.7.1
mpl_toolkits NA
multipledispatch 0.6.0
numpy 1.24.3
packaging 23.1
parso 0.8.3
parsy 2.1
pexpect 4.8.0
pickleshare 0.7.5
pkg_resources NA
platformdirs 3.3.0
prompt_toolkit 3.0.38
psutil 5.9.5
ptyprocess 0.7.0
public 3.1.1
pure_eval 0.2.2
pyarrow 11.0.0
pydev_ipython NA
pydevconsole NA
pydevd 2.9.5
pydevd_file_utils NA
pydevd_plugins NA
pydevd_tracing NA
pygments 2.15.1
pyparsing 3.0.9
pytz 2023.3
regex 2.5.125
requests 2.28.2
rich NA
six 1.16.0
sqlalchemy 2.0.10
sqlglot 11.5.7
stack_data 0.6.2
toolz 0.12.0
tornado 6.3
tqdm 4.65.0
traitlets 5.9.0
typing_extensions NA
urllib3 1.26.15
wcwidth 0.2.6
xxhash NA
zipp NA
zmq 25.0.2
zoneinfo NA
IPython 8.4.0
jupyter_client 8.2.0
jupyter_core 5.3.0
Python 3.9.16 | packaged by conda-forge | (main, Feb 1 2023, 21:39:03) [GCC 11.3.0]
Linux-4.15.0-112-generic-x86_64-with-glibc2.31
Session information updated at 2023-04-26 16:00
The text was updated successfully, but these errors were encountered: