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
@@ -89,7 +89,7 @@ You can run the CWL tool description by omitting the `--validate` option:
89
89
:caption: Running `true.cwl` with `cwltool`.
90
90
```
91
91
92
-
### cwl-runner Python module
92
+
### Cwl-runner Python Module
93
93
94
94
`cwl-runner` is an implementation-agnostic alias for CWL Runners. This simply means that the `cwl-runner` alias command can be invoked independently, and is not reliant on a particular CWL runner.
95
95
Users can invoke `cwl-runner` instead of invoking a CWL runner like `cwltool`
@@ -191,7 +191,7 @@ Singularity. You can also use alternative container registries for pulling
191
191
images.
192
192
```
193
193
194
-
## Learn more
194
+
## Learn More
195
195
196
196
- The [Implementations](basic-concepts.md#implementations) topic in the next section, Basic Concepts.
197
197
- The Python `venv` module: <https://docs.python.org/3/library/venv.html>
0 commit comments