Skip to content

Commit 0987765

Browse files
mr-cjoonas-somero
andauthored
Apply suggestions from code review
Co-authored-by: Joonas Somero <[email protected]>
1 parent abf28b0 commit 0987765

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/computing/running/toil-cwl-runner.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Running CWL workflows on Puhti with `toil-cwl-runner`
22

3-
<img src="https://github.com/common-workflow-language/cwl-website/blob/main/content/assets/img/CWL-Logo-HD-cropped2.png" width="50%" title="CWL Logo"/>
3+
![CWL Logo](https://raw.githubusercontent.com/common-workflow-language/cwl-website/main/content/assets/img/CWL-Logo-HD-cropped2.png){ width=50% }
44

55
The [Common Workflow Language](https://www.commonwl.org/) is a popular set of open standards implemented by several workflow runners and platforms.
66
The CWL standards are targeted at creating portable workflows made of command line programs. The steps can be written in any compiled or interpreted language.
@@ -12,7 +12,7 @@ This page describes how run CWL worklflows on Puhti using `toil-cwl-runner`, inc
1212

1313
## Strengths of the Common Workflow Language standards
1414

15-
- Open standard (free to read, free to contribute to) governed by a [not-for-profit charity which is legally obligated to work in the public interest]([https://sfconservancy.org/](https://sfconservancy.org/news/2018/apr/11/cwl-new-member-project/)).
15+
- Open standard (free to read, free to contribute to) governed by a [not-for-profit charity which is legally obligated to work in the public interest](https://sfconservancy.org/news/2018/apr/11/cwl-new-member-project/).
1616
- [Multiple implementations](https://www.commonwl.org/implementations/) of the CWL standards
1717
- Used in many [different fields of research](https://www.commonwl.org/gallery/)
1818
- YAML based syntax with [special support in many IDEs](https://www.commonwl.org/tools/#editors)
@@ -54,6 +54,7 @@ export PATH=$PATH:/projappl/project_nnnnnnn/node-v18.16.1-linux-x64/bin
5454
## Defining CWL workflows
5555

5656
Learning resources
57+
5758
- [Novice CWL tutorial](https://carpentries-incubator.github.io/cwl-novice-tutorial/), includes detailed setup instructions for local editing and running on Microsoft Windows, macOS, and Linux
5859
- <https://www.commonwl.org/user_guide/>
5960

0 commit comments

Comments
 (0)