Skip to content

Commit 961986b

Browse files
authored
cleanup
1 parent 1acdac4 commit 961986b

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

v1.0/v1.0/sum-wf.cwl

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,13 @@ requirements:
88

99
inputs:
1010
int_1:
11-
type: int?
11+
type:
12+
- int
13+
- string
1214
int_2:
13-
type: int?
15+
type:
16+
- int
17+
- string
1418

1519
outputs:
1620
result:
@@ -43,13 +47,3 @@ steps:
4347
${
4448
return {"result": inputs.data};
4549
}
46-
47-
48-
49-
50-
51-
52-
53-
54-
55-

0 commit comments

Comments
 (0)