-
Notifications
You must be signed in to change notification settings - Fork 27
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
docker error on augur_from_assemblies call-draft_augur_tree: "This node is not a swarm manager..." #177
Comments
Hi @mark-fathom , if your having errors with docker swarm, it sounds like you're using miniWDL to execute this, right? If so, does |
Strange. I'm also curious if the miniwdl self-test passes. It's interesting some of the jobs do succeed. This may be something to flag as an issue on the miniwdl repo since there's quite a bit of code in miniwdl wrapping docker swarm. |
Sorry for the delay. I will try this out. Thanks for the help. |
run_self_test works:
In case it makes a difference, I am using |
I'm a little confused -- how are you invoking docker (with or without sudo)? On an Ubuntu environment, I usually just |
For most tasks, we just access docker using sudo, e.g. |
Not sure if it is relevant but a new version of Docker was released today, v3.0.0. |
While running the augur_from_assemblies WDL, the job crashed on the "call-draft_augur_tree" task with a python error:
Environment:
Ubuntu 18.04.5 LTS, Release 18.04 (bionic)
Docker version 19.03.14, build 5eb3275d40
The full stack is attached below.
This appears to be either a docker error or an uncommunicated requirement of the docker configuration. I'm no docker expert, so I'm not sure if this is an option/default that I need to configure, a requirement of a particular version of docker, or whether it's a parameter that needs to be passed to docker at runtime from the script.
workflow.log
The text was updated successfully, but these errors were encountered: