Colin Diesh
Colin Diesh
Example: Follow steps from https://github.com/GMOD/jbrowse-components/issues/4403, get the 512Mb error, and click the "Show source map" and it will not work will show something like ``` Error: Data exceeds maximum string...
- Allow users to get an idea for what types of jexl filters could be applied, by inspecting "features in view" - Allow users to see what filters are applied...
Seen in https://github.com/GMOD/jbrowse-components/actions/runs/9164294478/job/25195285026 ``` 6m 12s products/jbrowse-web/src/components/img | 100 | 100 | 100 | 100 | index.ts | 100 | 100 | 100 | 100 | products/jbrowse-web/src/rootModel | 38.97 |...
Can use 2022 jaspar binding site dataset http://hgdownload.soe.ucsc.edu/gbdb/hg38/jaspar/ https://genome.ucsc.edu/cgi-bin/hgTrackUi?db=hg38&g=jaspar https://jaspar.genereg.net/about/ It may be useful to have a specialized track type or track config to display it usefully without extra config,...
Currently the form for adding a new assembly is a little daunting. might be nice if it was streamlined a little, so people can "Just open a FASTA file". currently...
The code snippet ``` onChange: (patch: any) => { setPatches(previous => previous + JSON.stringify(patch) + '\n') }, ``` produces this ``` Warning: Cannot update a component (`View`) while rendering a...
Error message: ``` 0 passing (861ms) 1 failing 1) JBrowse embedded view track loads: TypeError: The following error originated from your application code, not from Cypress. > Cannot read properties...
current usages - `events` and `stream` from gff and gtf (might be able to make a non-stream version that just operates on string) - `url` in nclist (we already published...
png may be possible via rendering the svg to canvas and reading the output pdf might be possible via a client side svg to pdf library like https://github.com/yWorks/svg2pdf.js but unsure...
This PR replaces all usages of binary-parser with plain buffer parsing The binary-parser package was problematic because it's use of eval triggers CSP warnings on webpages CSP is a new...