Skip to content

feat: add cwl runner source #263

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Oct 12, 2022
5 changes: 5 additions & 0 deletions src/introduction/prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ $ source venv/bin/activate
$ (venv) pip install cwltool
```

```{note}
You can find the `cwl-runner` source code [here](https://github.com/common-workflow-language/cwltool/tree/main/cwlref-runner).
Visit the `cwltool` [documentation](https://github.com/common-workflow-language/cwltool#install)
for other ways to install `cwltool` with `apt` and `conda`.
```
Let's use a simple CWl tool description `true.cwl` with `cwltool`.

```{literalinclude} /_includes/cwl/true.cwl
Expand Down