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
HI there
I have encountered some problems and would like to ask for advice.When I run
scenicOptions <- runSCENIC_2_createRegulons(scenicOptions, coexMethod=c("top5perTarget"))
always encounter Error
Error in file(con, "w") : all connections are in use
In addition: Warning message:
In MulticoreParam(nCores) :
MulticoreParam() not supported on Windows, use SnowParam()
I solved it by using this code
closeAllConnections()
but no improvement
what should I do
The text was updated successfully, but these errors were encountered:
Reference
TKX But I have seen this issue and tried to solve it, but it has not been improved. Maybe I have not set it up. This is my code. I want to know where the problem lies.
HI there
I have encountered some problems and would like to ask for advice.When I run
I solved it by using this code
closeAllConnections()
but no improvement
what should I do
The text was updated successfully, but these errors were encountered: