We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Try to autodetect what possible container engines/conda are available on the machine, and store for future questions (for defaults, or a --fast mode)
--fast
The text was updated successfully, but these errors were encountered:
Commands to parse (exit code not 127)
module --version
This will guide if need to load a env module first
If module_load == true : singularity: module avail | grep singularity docker: module avail | grep docker etc… else: singularity: singularity docker: docker conda: conda etc…
Sorry, something went wrong.
Local installation done, next will need to test on environment with e.g. module envs
jfy133
No branches or pull requests
Try to autodetect what possible container engines/conda are available on the machine, and store for future questions (for defaults, or a
--fast
mode)The text was updated successfully, but these errors were encountered: