We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dff0826 + 1552134 commit 316ebdfCopy full SHA for 316ebdf
src/introduction/prerequisites.md
@@ -57,6 +57,11 @@ $ source venv/bin/activate
57
$ (venv) pip install cwltool
58
```
59
60
+```{note}
61
+You can find the `cwl-runner` source code [here](https://github.com/common-workflow-language/cwltool/tree/main/cwlref-runner).
62
+Visit the `cwltool` [documentation](https://github.com/common-workflow-language/cwltool#install)
63
+for other ways to install `cwltool` with `apt` and `conda`.
64
+```
65
Let's use a simple CWl tool description `true.cwl` with `cwltool`.
66
67
```{literalinclude} /_includes/cwl/true.cwl
0 commit comments