Trevor Manz

Results 354 comments of Trevor Manz
trafficstars

Another thing we could learn from jbrowse folks is coming up with a shared abstraction for retrieving "rows" (or features) or these abstract data formats: - https://github.com/GMOD/jbrowse-components/blob/4a35910bd2759ae5aa6174a15498953ff3e17f16/plugins/bed/src/BedTabixAdapter/BedTabixAdapter.ts#L27 - https://github.com/GMOD/jbrowse-components/blob/4a35910bd2759ae5aa6174a15498953ff3e17f16/plugins/bed/src/BedTabixAdapter/BedTabixAdapter.ts#L90 That...

Hi folks thanks to all the suggestions here, I was able to port a blosc codec for use in zarr.js. We still can't benefit from SIMD, but at least there...

> Yup sorry, I totally missed the coords={"z":np.linspace(-1.5, 1.5, 5)} part. We don't have anything like that yet. I would _love_ something like this. I have a handful of heatmaps...

Thanks for the suggestion! I'll check it out. I think the main issue is that heatmaps are scaled and translated to overlay a multiscale RGB image (which is important for...

Thanks for the kind words and interest in gos! I will definitely look into IbisData. One thing I'm very interested in is (optional) further integration with Python backends to support...

Stumbled on this very cool project today. Another option could be [`@web/test-runner`](https://modern-web.dev/guides/test-runner/getting-started/). I tinkered around with it today but ran into some issues with type-only imports and ESM. Each test...

> This is why the only solution I could find was to load the HiGlass bundle dynamically from CDN, but maybe you know of a better solution? I see. thank...

> A single-chunk build for Jupyter means no dynamic importing there, right? If so, it feels like removing a feature since we currently do support a HiGlass dynamic import in...

> Do you know if the React usage of Gosling looks different in newer Gosling versions? HiGlass is no longer bundled as a part of Gosling's UMD export, so you'll...

> Until we figure out a better long-term solution, you may need to override this restriction by disabling it in chrome://flags/#block-insecure-private-network-requests Another workaround is to use a different browser (Firefox...