summaryrefslogtreecommitdiff
path: root/ccwl
diff options
context:
space:
mode:
authorArun Isaac2021-04-25 13:47:52 +0530
committerArun Isaac2021-04-25 13:47:52 +0530
commitc1a8a656005d79ebcdd2e4e0a2bfbb111da0dfe3 (patch)
tree7728a08ad0e6ccceceadcf408256e0c2de020e7d /ccwl
parent5727ea4bb3696fab94fc8e21ebf7ac82aeb8c577 (diff)
downloadccwl-c1a8a656005d79ebcdd2e4e0a2bfbb111da0dfe3.tar.gz
ccwl-c1a8a656005d79ebcdd2e4e0a2bfbb111da0dfe3.tar.lz
ccwl-c1a8a656005d79ebcdd2e4e0a2bfbb111da0dfe3.zip
Upgrade to CWL version 1.2.
Version 1.2 of the CWL specification is required to support conditional steps. * ccwl/ccwl.scm (%cwl-version): Set to "v1.2".
Diffstat (limited to 'ccwl')
-rw-r--r--ccwl/ccwl.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ccwl/ccwl.scm b/ccwl/ccwl.scm
index 01b1599..3dc3115 100644
--- a/ccwl/ccwl.scm
+++ b/ccwl/ccwl.scm
@@ -38,7 +38,7 @@
pipeline
write-cwl))
-(define %cwl-version "v1.1")
+(define %cwl-version "v1.2")
(define-immutable-record-type <input>
(make-input id type label default source prefix other)