Trevor Manz

Results 354 comments of Trevor Manz
trafficstars

I think at some point the bundle for Gosling was checked into this repo, and was ~42Mb? from https://stackoverflow.com/a/14329983/11008641 ``` gosling.js on  master is 📦 v0.9.17 via  v17.6.0...

Ok, so these large files seem to be coming from the `gh-pages` branch which I guess makes sense. A simple fix would be to delete and recreate the `gh-pages` branch,...

> Your second idea on merging `x` and `xe` is interesting and might be a good idea. One issue I found with the current separate channels (i.e., `x: {...}, xe:...

> I see the need for supporting data reference, but I am also a bit concerned about using IDs since keeping track of multiple IDs in the grammar can make...

```python import gosling as gos data = gos.gff3("./data.gff3") # runs data preparation scripts if necessary ? ```

I think this is a great idea. I think we should require VCF & GFF to be indexed for this reason, since it is *very* inefficient to read these formats...

No worries! I just checked out https://github.com/gosling-lang/gosling.js/blob/v0.9.9/schema/gosling.schema.json, but still can't seem to find `Encoding` unfortunately.

This and the recent changes to the workers have started to make those visualizations feel sluggish. I'm not quite sure what is going on, but we should try to improve...

Hmm also can't figure out what is going on here with the HiGlass fetching... It might be overkill to implement this (and perhaps we should just rely on browser caching...

One thing to note is that TABIX supports separate types of indicies: traditional FAI and CSI. Since we make the index path explicit, for these file types, I think that...