Closed pcm32 closed 10 months ago
I get:
Gateway Timeout Server error - server 146.107.6.166 is unreachable at this moment.
Please retry the request or contact your administrator.
Seems to be down for us as well. No error message. Just times out
Hi, thank you both for reporting the issue. Unfortunately, we currently a problem with the server that hosts the website. We are working on it, but it will probably take some more time until we can restore the website. In the meantime, a workaround is calling the shiny app directly from the R package. For this, first the package needs to be installed in R:
install.packages("devtools")
devtools::install_github("heiniglab/scPower")
And afterwards, the app can be launched with:
library(scPower)
runShiny()
Sorry for the inconvenience. I hope we can fix the website soon.
Best regards, Katharina
Hello everyone, since the shiny server is back online again, I am closing this issue. Thank you for your kind interest!
Hi and thanks for this great tool! I wanted to try it on the hosted shiny app, but doesn't seem to be working :-(.