Replies: 1 comment
-
As far as I know there should not be a direct dependency on an internet connection, unless it is hidden in one of the dependencies. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Thanks for developing this great tool.
I am trying to run it using sbatch on remote HPC.
I've installed pyscenic v.0.12.1 using pip after IT's suggestion; it seems to run properly on the login CLI.
When I try to run it with sbatch, no steps are running, with no error message. HPC's support informed me that the specific job seems to require internet connection, so nothing is done since the nodes do not have Internet access.
Does the aucell step require internet access for some reason? And if so, is there a way to run it through sbatch with no internet access?
The first two steps, arboreto and ctx were run on a different server (128GB), but I get an error for aucell due to memory limitations.
The code I use with sbatch is this:
Though it starts to run, nothing is done and just stops after reaching time limit.
Any help would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions