Skip to content

Commit 68a5c6c

Browse files
author
Peter Amstutz
committed
More updating to draft-4.dev2
1 parent 97e8f75 commit 68a5c6c

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

draft-4/draft-4/count-lines1-wf.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ inputs:
99
outputs:
1010
count_output:
1111
type: int
12-
source: step2/output
12+
outputSource: step2/output
1313

1414
steps:
1515
step1:

draft-4/draft-4/env-wf2.cwl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ inputs:
88
outputs:
99
out:
1010
type: File
11-
source: "#step1/out"
11+
outputSource: step1/out
1212

1313
requirements:
1414
- class: SubworkflowFeatureRequirement
@@ -20,5 +20,5 @@ steps:
2020
step1:
2121
run: env-tool2.cwl
2222
in:
23-
in: "#in"
23+
in: in
2424
out: [out]

draft-4/draft-4/scatter-valuefrom-wf2.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ inputs:
1818
items: string
1919
outputs:
2020
out:
21-
source: "#step1/echo_out"
21+
outputSource: step1/echo_out
2222
type:
2323
type: array
2424
items:

draft-4/draft-4/scatter-wf3.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ $graph:
4242

4343
outputs:
4444
out:
45-
outputSource: echo_out
45+
outputSource: step1/echo_out
4646
type:
4747
type: array
4848
items: string

draft-4/draft-4/search.cwl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,10 @@ $graph:
7676
outputs:
7777
outfile:
7878
type: File
79-
source: "#main/search/result"
79+
outputSource: search/result
8080
indexedfile:
8181
type: File
82-
source: "#main/index/result"
82+
outputSource: index/result
8383

8484
steps:
8585
index:

0 commit comments

Comments
 (0)