Trevor Manz

Results 355 comments of Trevor Manz
trafficstars

Thanks for trying out `simple-zarr-server`! I actually haven't experimented with using simple-zarr-server outside of localhost, and my best guess is documentation on using uvicorn/starlette in that context will likely be...

I tried a fresh build on `main` as well as the latest binary from the link you shared: ``` ~/downloads/duckdb-binaries-osx on  main took 13s ❯ ./duckdb v0.9.3-dev2907 64ce105793 Enter...

Hi, maintainer of anywidget here 👋 > After installing anywidget, the browser typically (always?) needs to be refreshed to avoid JS errors. Custom widgets (which the `anywidget` package is) must...

May also be relevant/useful https://github.com/developmentseed/lonboard/issues/397

context: https://github.com/manzt/hg/pull/6

Is the fix just to `chromsizes.iloc[cid]`? I'm not familiar enough with the code.

Thanks for opening this issue. I no longer have access to blob, which is where I was testing this remote functionality previously (specifically, `enable_proxy`). I'm spending today trying to simulate...

Another option would be to create a top-level `hg.tileset` (akin to `hg.view` and `hg.track`) that deals with the server behind the scenes: ```python import higlass as hg tileset = hg.tileset("./data.mcool",...

We don't currently have a utility API for setting up the `geneinfo` and `chrominfo` for the viewconf object. Should be easy enough to add some API that supports passing a...