usadellab / untwistApp

A tool for visualization of phenotypic data, GWAS analysis and some Bioinformatics tools
GNU General Public License v3.0
1 stars 0 forks source link

is gwas really working? #10

Closed BjoernUsadel closed 11 months ago

BjoernUsadel commented 11 months ago

even simple normal GWAS runs forever. Web developer console is full of problems However connection to the server seems very slow

ataulhaleem commented 11 months ago

possible reasons could be that I was running the default backend flask server, which has limited capabilities and is only suitable for development purposes, however I have now changed it to the WSGI a production server for flask and enabled it to use 20 threads from my machine, hopefully it will solve the connection to the server issue, please let me know if it does not.

normal GWAS should not take more then 3-5 minutes. If it does, most probably your token is expired. please refresh your page and it should work fine, but I will update the app to update the token automatically. But thanks for the feedback.

Also I will advise using browser in the incognito mode for best performance evaluation.

image

BjoernUsadel commented 11 months ago

works now