Kenny
Kenny
Is there a workaround? I am getting the same error and it seems that this error stops the rest of the program from running, i.e. does not run UMAP calculation...
I am having the same issue as the OP, specifically regarding CollectWgsMetrics. I am using Parabricks as well, which is what I am guessing the OP was using. I have...
I am running into the same issue. Just wanted to clarify the solution, if we want to use VS Code on a remote server, the only way that it will...
In order to support as many different colors as `pencils` does, we would need to concatenate all of the plotly discrete colorscales and then randomly pick from there, but even...
I ran into this as well, and although my situation might be a little different, I think the same issue is at play in both cases. In my case, I...
I am getting the same error, but I am not running it in a container. It seems to be pointing to `/static/js/trend.js` which does not actually exist, or at least...
Ah yes, I was following [this](https://megaqc.info/docs/installation/installation.html#development) and did not see steps 9 and 10. Will try now, thanks!
Ok I successfully compiled. The `trend.js` was in `src` so I copied it over to `static/js`. Page is still blank though, here is the output from the request: `127.0.0.1 -...
Ha ok I'm dumb, alright I wiped everything that I had and did a fresh install (including `npm run build` at the end). It looks like the build succeeded, the...