denalitherapeutics / archs4

An R interface to query and extract data from the ARCHS4 data
10 stars 1 forks source link

Ways to share the hdf5 files using amazon web services #3

Open tomsing1 opened 6 years ago

tomsing1 commented 6 years ago

Some random thoughts on how to potentially make the hdf5 files / data available within Denali.

Note: Every time data is retrieved from AWS, there is a small transfer fee (per Gb). Probably not an issue right now, but good to know.

trahloff commented 2 years ago

Hi Thomas! Have you found an approach to conveniently store HDF5 files on AWS and work with them?

tomsing1 commented 2 years ago

@trahloff : I toyed with using the HDF5Array Delayed Arrays from Bioconductor and got to the proof-of-concept stage with help from folks on the Bioconductor support forum: https://support.bioconductor.org/p/9135005/ and https://support.bioconductor.org/p/9134972/ . But I never got to use it for anything real. Right now, I am still copying the HDF5 files from S3 to a local volume.