etowahadams

Results 21 issues of etowahadams

Currently, there are many places within Gosling where when an error occurs, it is just logged to the console. For example: https://github.com/gosling-lang/gosling.js/blob/9b36b6c473c9707907c4cc86a8df7a07b150b1be/src/core/mark/point.ts#L13-L15 https://github.com/gosling-lang/gosling.js/blob/9b36b6c473c9707907c4cc86a8df7a07b150b1be/src/data-fetchers/vcf/vcf-worker.ts#L183-L185 Some of these may be appropriate to...

enhancement

Currently, dummy tracks can only be used in a linear layout. Based on disucssion in https://github.com/gosling-lang/gosling.js/pull/946 ideally we'd also support circular layouts as well. Here's a first attempt at supporting...

enhancement

## Background Genomic positions are often defined in terms of a chromosome and a chromosome position (`chrom`, `chromPos`). In order to show multiple chromosomes on the same linear or circular...

enhancement

When the track orientation is vertical, the mouse position indicator is incorrect; it does not track the position of the mouse. To reproduce: ``` { "orientation": "vertical", "tracks": [ {...

bug🐛

I tested out `gosling[all]==0.1.1` since I was going to update the tutorial. Interestingly, scroll to zoom does not behave as expected in VSCode on my machine (OSX Sonoma, VSCode 1.84.2)....

bug

## Description - Update README with development instructions - Update requirements - Update test script to be more generic - Removes testing build with python 3.5 or 3.6 since are...

Basic usage does not work with macFUSE 0.4.5. ``` simple-httpfs media/https --schema https cat media/https/s3.amazonaws.com/pkerp/public/tiny.txt.. # ERROR: cat: media/https/s3.amazonaws.com/pkerp/public/tiny.txt..: Socket is not connected ``` This will result in a Socket...

Fix #280 Toward # ## Change List - Add a `clockwise` option to circular tracks to change the orientation. Makes changes to axis, brush, and marks Clockwise: Not clockwise: Example...

When the `rect` mark is used on a circular layout with `x`, `xe`, and `y` encodings, the y positions are opposite of what they should be: Compare the position of...

bug🐛

When `withinLink` is used on a circular track, the border does not show. Spec to reproduce: ``` {"arrangement": "horizontal","assembly": [["chr",100]],"static": true,"title": "No border for withinLink track","views": [{"arrangement": "horizontal","centerRadius": 0.5,"layout": "circular","views":...

bug🐛