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, I wonder whether it possible to RunAzimuth() without network. I already download the reference (ref.Rds and idx.annoy) and run with a path RunAzimuth(query = obj, reference = "/lustre1/azimuth_humanLiver")
Have test on my desktop and worked well, however, when submit the job to PBS without internet, it will showed the error messages below:
Error in curl::curl_fetch_memory():
! Timeout was reached: [seurat.nygenome.org] Failed to connect to seurat.nygenome.org port 443 after 10001 ms: Timeout was reached
Backtrace:
Also having the same issue. The problem, as someone else has pointed out, is that the function accesses seurat.nygenome.org to obtain the homolog table, but the connection sometimes cannot be established.
It'd be helpful if, similarly for the reference, the user could provide a local path for the homolog table. Any words from the developers?
Hi, I wonder whether it possible to RunAzimuth() without network. I already download the reference (ref.Rds and idx.annoy) and run with a path
RunAzimuth(query = obj, reference = "/lustre1/azimuth_humanLiver")
Have test on my desktop and worked well, however, when submit the job to PBS without internet, it will showed the error messages below:
I wonder whether it have solution to make it work without using network?
Thanks.
The text was updated successfully, but these errors were encountered: