Skip to content

Commit 316ebdf

Browse files
authored
Merge pull request #263 from Fienne/update-content
feat: add cwl runner source
2 parents dff0826 + 1552134 commit 316ebdf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/introduction/prerequisites.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@ $ source venv/bin/activate
5757
$ (venv) pip install cwltool
5858
```
5959

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+
```
6065
Let's use a simple CWl tool description `true.cwl` with `cwltool`.
6166

6267
```{literalinclude} /_includes/cwl/true.cwl

0 commit comments

Comments
 (0)