We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f47b309 commit 1814f49Copy full SHA for 1814f49
tests/timelimit2-wf.cwl
@@ -5,6 +5,7 @@ cwlVersion: v1.1
5
requirements:
6
ToolTimeLimit:
7
timelimit: 5
8
+ InlineJavascriptRequirement: {}
9
10
inputs:
11
i:
@@ -30,7 +31,7 @@ steps:
30
31
o:
32
type: string?
33
outputBinding:
- outputEval: "time passed"
34
+ outputEval: $("time passed")
35
step2:
36
in:
37
i: step1/o
@@ -45,5 +46,4 @@ steps:
45
46
47
48
49
-
tests/timelimit3-wf.cwl
@@ -7,6 +7,7 @@ requirements:
timelimit: 0
WorkReuse:
enableReuse: false
12
13
@@ -32,4 +33,4 @@ steps:
0 commit comments