-
Notifications
You must be signed in to change notification settings - Fork 7
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
UFCG #492
UFCG #492
Comments
@pavelToman Did you manage to run any test cases with this? Based on another question we got on UFCG, I learned that this tool checks whether it has access to the internet by running a command like this:
That doesn't work on our system, because ICMP (the protocol used by
which then results in:
Can you check if you can trigger this problem, and try to come up with a patch that dances around this? The patch can either be to replace the |
See also steineggerlab/ufcg#7 w.r.t. the |
There is another issue - it wants to download some files (config) at the start of the program by |
@pavelToman If we can not change where the config file is stored through an environment variable or something, then I guess we need to do it via |
B) downloadCore():
So nothing special, but it download other files to run pipeline. Should I let it do it by |
So those downloads are not versioned at all, that's a bit nasty to say the least... Where does it download that stuff to, can we control the location? If these files are being downloaded into the installation itself, can we pre-download these tarballs, and at least version them with a datestamp, and have a checksum for them, and "inject" them (unpacked) where they're expected? |
foss/2023a
Binary
?The text was updated successfully, but these errors were encountered: