-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Just wanted to point out that with zarr-developers/zarr-python#546
import zarr
import gcsfs
store_path = 'ag1000g-release/phase2.AR1/variation/main/zarr/all/ag1000g.phase2.ar1'
gcs = gcsfs.GCSFileSystem(token='anon')
store = gcs.get_mapper(store_path)
callset = zarr.open_consolidated(store=store)
becomes
import zarr
callset = zarr.open_consolidated("gcs://ag1000g-release/phase2.AR1/variation/main/zarr/all/ag1000g.phase2.ar1")
eric-czech
Metadata
Metadata
Assignees
Labels
No labels