@@ -18,7 +18,7 @@ CWL conformance tests: |Conformance Status| |Linux Status| |Windows Status| |Cov
18
18
:target: https://codecov.io/gh/common-workflow-language/cwltool
19
19
20
20
This is the reference implementation of the Common Workflow Language. It is
21
- intended to feature complete and provide comprehensive validation of CWL
21
+ intended to be feature complete and provide comprehensive validation of CWL
22
22
files as well as provide other tools related to working with CWL.
23
23
24
24
This is written and tested for `Python <https://www.python.org/ >`_ ``2.7 and 3.x {x = 4, 5, 6} ``
@@ -113,7 +113,7 @@ the default cwl-runner use::
113
113
114
114
Use with boot2docker
115
115
--------------------
116
- boot2docker is running docker inside a virtual machine and it only mounts ``Users ``
116
+ boot2docker runs Docker inside a virtual machine and it only mounts ``Users ``
117
117
on it. The default behavior of CWL is to create temporary directories under e.g.
118
118
``/Var `` which is not accessible to Docker containers.
119
119
@@ -126,7 +126,7 @@ Using user-space replacements for Docker
126
126
----------------------------------------
127
127
128
128
Some shared computing environments don't support Docker software containers for technical or policy reasons.
129
- As a work around, the CWL reference runner supports using a alternative ``docker `` implementations on Linux
129
+ As a work around, the CWL reference runner supports using alternative ``docker `` implementations on Linux
130
130
with the ``--user-space-docker-cmd `` option.
131
131
132
132
One such "user space" friendly docker replacement is ``udocker `` https://github.com/indigo-dc/udocker and another
@@ -176,7 +176,7 @@ Use with GA4GH Tool Registry API
176
176
177
177
Cwltool can launch tools directly from `GA4GH Tool Registry API `_ endpoints.
178
178
179
- By default, cwltool searches https://dockstore.org/ . Use --add-tool-registry to add other registries to the search path.
179
+ By default, cwltool searches https://dockstore.org/ . Use `` --add-tool-registry `` to add other registries to the search path.
180
180
181
181
For example ::
182
182
@@ -229,7 +229,7 @@ installing cwltool. For instance::
229
229
230
230
Installing cwltool in this fashion enables several new command line options.
231
231
The most general of these options is ``--beta-dependency-resolvers-configuration ``.
232
- This option allows one to specify a dependency resolvers configuration file.
232
+ This option allows one to specify a dependency resolver's configuration file.
233
233
This file may be specified as either XML or YAML and very simply describes various
234
234
plugins to enable to "resolve" ``SoftwareRequirement `` dependencies.
235
235
0 commit comments