You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be good to add parallelization options to the convert CLI; most likely a Spark-specific code-path will be necessary for that, though in general it would be great to plumb parallelization through cats.Traverse / using Cats' Parallel. Futures and cloud-functions might be workable there.
The text was updated successfully, but these errors were encountered:
@tomwhite's old prototype for traversing HDF5 files (via NetCDF) using Spark is still in the
singlecell
moduleIt would be good to add parallelization options to the
convert
CLI; most likely a Spark-specific code-path will be necessary for that, though in general it would be great to plumb parallelization throughcats.Traverse
/ using Cats' Parallel.Future
s and cloud-functions might be workable there.The text was updated successfully, but these errors were encountered: