Skip to content

When FSStore lands #12

@martindurant

Description

@martindurant

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")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions