You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running the pipeline using docker is currently blocked by the databases paths being strings instead of Directory|File.
The paths change to string was required due to some issues with Toil and the EBI cluster.
We are currently working to fix this problem and make the pipeline fully compatible with docker. The current hacky workaround to this problem is to patch the docker.py file in CWL and add the databases' folder path hardcoded.
Running the pipeline using docker is currently blocked by the databases paths being strings instead of Directory|File.
The paths change to string was required due to some issues with Toil and the EBI cluster.
We are currently working to fix this problem and make the pipeline fully compatible with docker. The current hacky workaround to this problem is to patch the docker.py file in CWL and add the databases' folder path hardcoded.
The patch only works for Toil[CWL] and cwltool.
Patch for docker.py.
The text was updated successfully, but these errors were encountered: