laminlabs / laminr

Lamin's R SDK.
http://laminr.lamin.ai/
Apache License 2.0
8 stars 1 forks source link

Add progress to `Record$cache()` and `Record$load()` #45

Closed lazappi closed 2 weeks ago

lazappi commented 1 month ago

Getting objects is likely to be slow. It would be nice to see what is happening rather than just waiting.

lazappi commented 3 weeks ago

58 does this for Artifact$cache() (for S3). I think for Artifact$load() this would require changes to R/Python anndata packages.

rcannood commented 2 weeks ago

I think the progress bar for load is simply the cache PB.

This feature was implemented in #58.

lazappi commented 2 weeks ago

Ok. I guess that works if the file isn't so big that actually reading it from disk takes ages.