File tree Expand file tree Collapse file tree 2 files changed +3
-12
lines changed Expand file tree Collapse file tree 2 files changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -124,25 +124,16 @@ Some shared computing environments don't support Docker software containers for
124
124
As a work around, the CWL reference runner supports using alternative ``docker `` implementations on Linux
125
125
with the ``--user-space-docker-cmd `` option.
126
126
127
- One such "user space" friendly docker replacement is ``udocker `` https://github.com/indigo-dc/udocker and another
128
- is ``dx-docker `` https://wiki.dnanexus.com/Developer-Tutorials/Using-Docker-Images
127
+ One such "user space" friendly docker replacement is ``udocker `` https://github.com/indigo-dc/udocker
129
128
130
- udocker installation: https://github.com/indigo-dc/udocker/blob/main/doc/installation_manual.md#22-install-from-indigo-datacloud-repositories
131
-
132
- dx-docker installation: start with the DNAnexus toolkit (see https://wiki.dnanexus.com/Downloads for instructions).
129
+ udocker installation: https://github.com/indigo-dc/udocker/blob/master/doc/installation_manual.md#22-install-from-udockertools-tarball
133
130
134
131
Run `cwltool ` just as you normally would, but with the new option, e.g. from the conformance tests:
135
132
136
133
.. code :: bash
137
134
138
135
cwltool --user-space-docker-cmd=udocker https://raw.githubusercontent.com/common-workflow-language/common-workflow-language/main/v1.0/v1.0/test-cwl-out2.cwl https://github.com/common-workflow-language/common-workflow-language/blob/main/v1.0/v1.0/empty.json
139
136
140
- or
141
-
142
- .. code :: bash
143
-
144
- cwltool --user-space-docker-cmd=dx-docker https://raw.githubusercontent.com/common-workflow-language/common-workflow-language/main/v1.0/v1.0/test-cwl-out2.cwl https://github.com/common-workflow-language/common-workflow-language/blob/main/v1.0/v1.0/empty.json
145
-
146
137
``cwltool `` can use `Singularity <http://singularity.lbl.gov/ >`_ version 2.6.1
147
138
or later as a Docker container runtime.
148
139
``cwltool `` with Singularity will run software containers specified in
Original file line number Diff line number Diff line change 1
- """Enables Docker software containers via the {dx-, u,}docker runtimes."""
1
+ """Enables Docker software containers via the {u,}docker runtimes."""
2
2
3
3
import csv
4
4
import datetime
You can’t perform that action at this time.
0 commit comments