Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

getItem behavior inconsistent between 0.5.1 and 0.5.2 #132

Open
ilan-gold opened this issue Sep 21, 2022 · 0 comments
Open

getItem behavior inconsistent between 0.5.1 and 0.5.2 #132

ilan-gold opened this issue Sep 21, 2022 · 0 comments

Comments

@ilan-gold
Copy link
Contributor

ilan-gold commented Sep 21, 2022

It would appear that there was a regression where something like this fetches from the wrong URL i.e https://assets.hubmapconsortium.org/obs/Cell K-Means [Mean-All-SubRegions] Expression/.zarray instead of from https://assets.hubmapconsortium.org/69d9c52bc9edb625b496cecb623ec081/anndata-zarr/reg001_expr-anndata.zarr /obs/Cell K-Means [Mean-All-SubRegions] Expression/.zarray:

import { HTTPStore } from 'zarr';
const url = 'https://assets.hubmapconsortium.org/69d9c52bc9edb625b496cecb623ec081/anndata-zarr/reg001_expr-anndata.zarr'
await store.getItem('obs/Cell K-Means [Mean-All-SubRegions] Expression/.zarray')

Does this sound possible? My guess is that #99 caused the base url to be completely stripped.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant