Alex Reynolds

Results 32 comments of Alex Reynolds

I ran into this same issue for a project I'm working on, where I am using a managed `Popover` but the overlay does not responds to click events. I put...

This issue may be related: https://github.com/allinurl/goaccess/issues/1803

My end goal is to run a daemon at startup on a collection of log files (some gzip-ed). If `goaccess` can't track the summary when it changes, that's fine. My...

The cron job is effectively appending data, or at least it must be changing file offsets when the file content is changed. Updating this statically is fine for my use...

The tileset API may disallow use of the slash and dot characters (cf. https://www.django-rest-framework.org/api-guide/routers/). This behavior could perhaps be changed by adding (untested): ``` lookup_value_regex = '[^.]+' ``` or similar...

Discussion in this PR may be related: https://github.com/higlass/higlass-server/pull/85

Multithreading is probably unlikely for the immediate future; maybe down the road when I have time. What value(s) of k are you using? That's a lot of memory. If your...

If you have sorted BED data and absToChr coordinates, you could use [`bedextract`](https://bedops.readthedocs.io/en/latest/content/reference/set-operations/bedextract.html) or [`tabix`](http://www.htslib.org/doc/tabix.html). Tabix might be better for one-off queries of individual ranges, while `bedextract` may do better...

The install log shows that this is installed via the git distribution. I am installing into a clean virtual environment.