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
We need to allow plantit.yaml workflow definitions to specify a shell to optionally wrap the entry point, e.g. bash -c ... or sh -c ...
plantit.yaml
bash -c ...
sh -c ...
This seems to be necessary since Singularity shells run in a "special environment" which bypasses conda modifications etc. References:
The text was updated successfully, but these errors were encountered:
optionally wrap singularity entry point with shell (#273)
d64a8f3
All in as of 2eb5568
Sorry, something went wrong.
fix #273 for config files with shell option, update docs
f3aa11b
wpbonelli
No branches or pull requests
We need to allow
plantit.yaml
workflow definitions to specify a shell to optionally wrap the entry point, e.g.bash -c ...
orsh -c ...
This seems to be necessary since Singularity shells run in a "special environment" which bypasses conda modifications etc. References:
The text was updated successfully, but these errors were encountered: