-
Notifications
You must be signed in to change notification settings - Fork 240
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
toil-cwl-runner complains Docker is not installed when it is installed but dockerImageId is not set #5195
Comments
Hey, @peterg1t thanks for the issue! From a glance, it seems as is Additionally, does using Toil 7.0.0 or installing from source help at all? It has been a while since 6.1.0 released. |
Hi @stxue1
Please feel free to point out if I made any mistakes. Best, Pedro |
I think your CWL task is slightly wrong according to the DockerRequirement spec. It says the optional
Which to me indicates that if you don't set The error handling here is I think interpreting anything going wrong trying to start the container as Docker not being installed, which is wrong. But it's also I'm not sure why @mr-c am I reading the spec right here? |
Hi all, Best, Pedro |
I installed toil[cwl] in a new arm mac laptop. I have a simple job that zips a file using a container image with a zip utility.
I ran however into the following situation
I have Docker installed in the laptop with the following tool versions
cwltool 3.1.20240112164112
toil-cwl-runner --version 6.1.0
I wonder what I might be doing incorrectly regarding my configuration. Docker is available in the system and I can do docker load -i image without any issues.
Thank you very much in advance for your help.
Pedro
┆Issue is synchronized with this Jira Story
┆Issue Number: TOIL-1694
The text was updated successfully, but these errors were encountered: