SEHI L'YI
SEHI L'YI
I might be missing something, but sections for breaking changes are not being included in my `CHANGELOG.md`. A commit message example: ```sh feat!: message ``` Generating my changelog file: ```sh...
In the wildfire example (http://wildfire.kyrixdemo.live), map images in the lowest zoom level (highest resolution) look to be broken. Screenshot: Great work btw!
## Description This PR adds a root-level option of viewConfig, called `allowOverlap`: ```js { ..., allowOverla: true, views: [ ... ] } ``` This uses react-grid-layout's recently released option, [`allowOverlap`](https://github.com/react-grid-layout/react-grid-layout/blob/05b3a57d2b6f6a16f11774103e04a4b8f18cba0c/test/examples/19-allow-overlap.jsx#L7)....
_Commit_: 1974a9c #### Steps to reproduce Example A: 1. Pick an example that has a `horizontal-gene-annotations` track from http://higlass.io. 2. Open a view config editor 3. Move the `horizontal-gene-annotations` track...
_Commit_: 55430ea #### Steps to reproduce 1. Go to http://higlass.io 2. Change a Heatmap color scheme to `viridis` in a context menu. 3. Open custom color map options using in...
Toward #800 (I think typing out `tileData` will enable us to deal with this issue better in the future) ## Change List - Specify types for `tile` and `tileData` which...
It looks like the source of the error is when combining tiles before applying the pileup transformation. Source of the error ([code](https://github.com/gosling-lang/gosling.js/blob/a52d969d1fdde22ed97d7d9a1d97e46d2ef5fcc8/src/gosling-track/gosling-track.ts#L780-L786)): ```ts // combineAllTilesIfNeeded() tiles.forEach((t: any, i: number) =>...
https://gosling.js.org/?example=SARS_COV_2
Looks like Clinvar VCF files are not working with the current VCF loader in Gosling. Might be related to the size of the data. ~~At a minimum, we need to...
We consider the combination of genomic location and zoom level for caching tiles. But, this mechanism is not useful for BAM files since we load all data w/o considering zoom...