Fabio

Results 6 comments of Fabio

Hi @Puriney You're right, on some dataset GDCQuery returns correctly some values, while on others no. BRCA is one of the most complete, so I don't have problems with that....

for some projects, such as LAML, you can download partially the data from GDCQuery and the other part from Recount2, then "join" on the patients barcodes... at least that's what...

Hi, I reopen this issue because I am trying to build an appimage for armv7. I want to point out that I am able to correctly build my program for...

Hi @tjbck , I just tried the command and the answer is no. I deleted volumes, image, container and everything. After re-signing up, the error persists. Please find attached the...

I thought for a moment that it worked, but I am getting this error on the backend ```python INFO: 127.0.0.1:34362 - "GET /ollama.png HTTP/1.1" 200 OK http://127.0.0.1:11434/ollama/api/version 404 Client Error:...

I Think I got it working. I purged docker images and run the new one with: `docker run -d --network=host -v ollama-webui:/app/backend/data -e OLLAMA_API_BASE_URL=http://127.0.0.1:11434/api --name ollama-webui --restart always ghcr.io/ollama-webui/ollama-webui:main` The...