You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could it be that this is because the variable organism is never before initiated outside of the IF-ELSE? Ah no, this can not be the reason because if the variable would be NA the whole process would never start. So it is set to hsapiens
The text was updated successfully, but these errors were encountered:
When running the pipeline the Webgestalt process fails because of
I am using Homo sapiens. I also tried the webgestalt.R script manually and althought
hsapiens
is defined as organism in this linehttps://github.com/hoelzer-lab/rnaflow/blob/master/bin/webgestalt.R#L18
it fails.
Could it be that this is because the variable
organism
is never before initiated outside of the IF-ELSE? Ah no, this can not be the reason because if the variable would beNA
the whole process would never start. So it is set tohsapiens
The text was updated successfully, but these errors were encountered: