From c1a8a656005d79ebcdd2e4e0a2bfbb111da0dfe3 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Sun, 25 Apr 2021 13:47:52 +0530 Subject: 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". --- ccwl/ccwl.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (make-input id type label default source prefix other) -- cgit v1.2.3