Results 547 comments of Colin Diesh

If it is easier to support GFF3 Gap, I am all for that too. I just thought I'd point out the possible alternative :)

@nathanweeks now there is some basic autosql support :)

This could be a good use of the JBrowse "filter API", sort of an underused but cool feature https://github.com/cmdcolin/filterplugin Note that this link to the filterplugin is just a toy...

I think it's true that it crashes the app. If you happen to have a chance to find a fix let me know. It's possible it's pretty far in the...

@andronekomimi I don't think this has been implemented yet (otherwise this issue page would probably be closed). looks like a great feature though, maybe we can refresh interest in it.

There was additional interest in this at the GCCBOSC JBrowse BOF session The user described interest in setting things like the "max score" across multiple bigwig tracks, or at the...

This feature is available in multibigwig if all your data files are grouped into that track https://github.com/elsiklab/multibigwig and can do global or local autoscaling on the group of files I...

Maybe this is a different issue but I was kind of in the preference of transforming the feature into proper subfeatures in the store class rather than doing view side...

both of these files appear to work when returned from my local instance of jbrowse with an nginx server. are there any variables in your setup that might be causing...

maybe for CORS you need to have access to Content-Range ``` 'Access-Control-Allow-Headers' 'Range'; 'Access-Control-Expose-Headers' 'Content-Length,Content-Range'; ```