You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.md
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,18 @@
2
2
layout: lesson
3
3
root: .
4
4
---
5
-
FIXME: home page introduction
5
+
Hello!
6
+
7
+
This guide will introduce you to writing tool wrappers and workflows using the Common Workflow Language (CWL). This guide describes the current stable specification, version 1.0.
8
+
9
+
Note: This document is a work in progress. Not all features are covered, yet.
6
10
7
11
> ## Prerequisites
8
12
>
9
-
> FIXME
13
+
> A text editor
14
+
>
15
+
> A CWL runner e.g. the [reference implementation](cwltool-repo) (see [the project homepage](cwl-home) for a full list)
0 commit comments