scverse / genomic-features

Genomic Features in Python from BioConductor's AnnotationHub
https://genomic-features.readthedocs.io
BSD 3-Clause "New" or "Revised" License
18 stars 5 forks source link

Better downloads #61

Open ivirshup opened 3 months ago

ivirshup commented 3 months ago

Description of feature

Currently we grab data from bioconductor's AnnotationHub. This is very convenient, but we're grabbing uncompressed sqlite files. When bioc distributes these files as packages, they are gzipped. It turns out this data is very compressible and can be shrunk considerably.

I've had previous discussion with the bioc team if they could provide compressed versions of these files on annotation hub. This issue is tracking that.

thomas-reimonn commented 3 months ago

My previous comment about opening a database over https wrong. Never mind.