etowahadams
etowahadams
I am trying to do a cascaded clustering workflow which ends with using `mergeclusters`. `mergeclusters` runs successfully and I get the following output: ``` mergeclusters myDB deepClusterDB clusteringStep0 clusteringStep1 clusteringStep2...
In an attempt to make my scatter plot responsive, I set my width and heights to percents. I did not get the intended effect however. Looking at the elements, I...
Towards #1172 - types for `TiledPixiTrack.js` - types for `utils/pixi-text-to-svg.js` - types for `utils/svg-line.js` ## Description > What was changed in this pull request? > Why is it necessary? Fixes...
Fix # Toward # ## Change List - Playwright component based visual regression in CI ## Checklist - [ ] Ensure the PR works with all demos on the online...
Fix #1036 Toward # ## Change List - Make GoslingTrackModel persist - Cache redundant calculations ## Checklist - [ ] Ensure the PR works with all demos on the online...
The frame-rate of certain Gosling visualizations is very low when zooming and panning. What are the main bottlenecks? # Flame charts We can interact with laggy visualzations and observe their...
Fix #958 Toward # Adds a `yarn screenshot` command. This command will use `dist/gosling.js` in a headless browser (using puppeteer) and take a screenshot of the visualization that is included...
**Background**: Sometimes, Gosling code changes will break a visualization, but will not cause any tests to fail. For example, https://github.com/gosling-lang/gosling.js/pull/938 https://github.com/gosling-lang/gosling.js/pull/957 were patches that had to be made after a...
The BAM data fetcher is broken in the development server, but works production. It stopped working after #977, when major parts of the build were updated. **The Issue** The BAM...
Make the "core" `embed` function handle usage in Observable. Basically overload the "core" embed to do what `embed` does in [embed/index.ts](https://github.com/gosling-lang/gosling.js/pull/977/files/6997405b08efedccf8722e63719764090d7f8199#diff-17bdc8b6d81cd8b35d30dec36d663493cd6423d1c911bcf9cc280b0f568cae9d), creating an element depending on the number of arguments...