Just to come back to you: simply adding
```
Header add Set-Cookie "ROUTEID=.%{BALANCER_WORKER_ROUTE}e; path=/" env=BALANCER_ROUTE_CHANGED
```
with the sticky session config worked :). Thanks for li...
Thanks for the link. I'll try that later. I guess this is the line you are referring to:
```
Header add Set-Cookie "ROUTEID=.%{BALANCER_WORKER_ROUTE}e; path=/" env=BALANCER_ROUTE_CHANGED
```
And pr...
Just found my config, since I posted it on stackoverflow :). This is it:
```
<VirtualHost *:443>
<Proxy balancer://myclusterhttp>
BalancerMember http://127.0.0.1:8080
BalancerMember http://...
Yes, I am. I also tried with sticky sessions, but that didn't help. Maybe I am balancing wrong somehow. I can show you my config as soon as I am back on the computer.
This bug is open for quite some time now and still seems untreated.
I am seeing the same error when I run my app on a remote server (behind an apache2 sever). If I try to upload the first time, I ...
Ok, first let's go back to the screenshots:
Both screenshots show two instances of igvjs. The upper one is created using the HTML code from `igvjs_minimal_locus.html` the lower one is created usin...
No need to debug the app, I just use this as workaround to start a webserver since JavaScript doesn't load local files. Just wanted to make it easy. You would just need to put the three files in a ...
Here are some screenshots:
directly after starting the app:
![Bildschirmfoto 2024-12-13 um 12 46 58](https://github.com/user-attachments/assets/ded412dd-0006-485a-9661-cbb7fb990b0f)
and after ma...
It seems to depend on the starting locus. Not sure, if you are familiar with shiny, but that's the context I use. I made a little script showing this. Just put the app.py and the two html files in ...
Thanks for the info. Guess the easiest would then maybe be to simply filter the GTF file to only contain what I want to see :).
Btw. I am experiencing a little inconsistent behavior with the load...
According to the docs (and what I've tried) this is only available for GFF3s. Unfortunately, I have to use a GTF file. Would be great, if this could be implemented. Alternatively, `colorBy` could a...
I am using [this GTF file](ftp://ftp.ensembl.org/pub/release-112/gtf/homo_sapiens/Homo_sapiens.GRCh38.112.gtf.gz) and I prepare it using these commands. Since "normal" IGV seems to have trouble wit...
According to the docs (and what I've tried) this is only available for GFF3s. Unfortunately, I have to use a GTF file. Would be great, if this could be implemented. Alternatively, `colorBy` could a...
Can't we just autodownload the most recent version on the first start and regularly check for updates? I would simply store it in the config folder (like the yaml file). I wouldn't use the system's...
Are you planing to include support for conda envs in the future similar like the support of venv? That would be great, if I could simply tell `shiny-server`, which conda env to use for what app.
Any news here? I am trying to re-download a data set with the same script, but now I always get `'ConnectionResetError(104, 'Connection reset by peer')'` and `ResponseError('too many 500 error resp...
I wonder, if it might be worth decoupling the two processes (diarize and whisper) completely from the GUI and run them as subprocess to save resources?
I am still confused: The [Snakemake docs](https://snakemake.readthedocs.io/en/stable/executing/cli.html#snakemake.cli-get_argument_parser-conda) say:
> `--use-conda`
> If defined in the rule,...
I know this is about the focus (so maybe more about the old thread), but this might still be relevant:
https://answers.microsoft.com/en-us/windows/forum/all/application-focus-having-a-significant-...
Hey, this bug has been described here ealier: https://github.com/Ensembl/ensembl-vep/issues/530
For larger inputs in VCF format VEP 113 (used with cache version 112) crashes with `Exiting the pr...