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: README.md
+16-5Lines changed: 16 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,13 +9,15 @@
9
9
### WARNING
10
10
11
11
This module now only generates developmental WDL, this includes Directories and wrapping all inputs in an input block.
12
-
To use this generated WDL, you must use a version of Cromwell higher than 37.
12
+
To use this generated WDL, you must use a version of **Cromwell higher than 37**.
13
13
14
14
This module automatically includes `version development` in the Workflow and Task outputs.
15
15
The guides below may not reflect the current version of this repository, but will be updated soon.
16
16
17
17
This syntax is based on the [Developmental Workflow Description Language specification](https://github.com/openwdl/wdl/blob/master/versions/development/SPEC.md).
18
18
19
+
___
20
+
19
21
## Motiviation
20
22
21
23
I needed an easy way to generate some _BASIC_ WDL through some in memory objects, and I was using ([a fork](https://github.com/illusional/python-cwlgen) of) [common-workflow-language/python-cwlgen](https://github.com/common-workflow-language/python-cwlgen), I figured I could open this up to see what use it has.
0 commit comments