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
1 change: 1 addition & 0 deletions src/introduction/prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ $ (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`.
```
Expand Down