-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when using Data Input From Workspace in Shiny app #209
Comments
Sorry, GitHub, we're not finished yet: there's at least two more bugs remaining in the Shiny app waiting to be fixed. |
Hi, I am also running the Shiny app and I got the following error message when using data on the Workspace. This happens on both GSVA v2.0.1 and v2.0.4. Error in validObject(.Object): invalid class “gsvaParam” object: invalid object for slot "geneSets" in class "gsvaParam": got class "gsvaParam", should be or extend class "GsvaGeneSets" |
Hi, an update on this issue: while I have not yet been able to find its cause and fix it, it will only occur
Please make sure to use |
When testing the Shiny app, Data Input From File worked as before, whereas Data Input From Workspace resulted in the error message below (this used to work fine):
Apparently the error message comes from validation of the parameter object, where something called a
reactive.cache
is found when one of our classes is expected. 🤬The text was updated successfully, but these errors were encountered: