Skip to content

Commit 3496956

Browse files
committed
fix conflicting IDs
1 parent 15a7d51 commit 3496956

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/cwlsite.cwl

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ outputs:
3535
outputSource: merge/dir
3636
report:
3737
type: File
38-
outputSource: report/out
38+
outputSource: generate_report/out
3939

4040
requirements:
4141
- class: ScatterFeatureRequirement
@@ -97,7 +97,7 @@ steps:
9797
out: [dir]
9898
run: mergesecondary.cwl
9999

100-
report:
100+
generate_report:
101101
in:
102102
inp: merge/dir
103103
target: { default: "linkchecker-report.txt"}

0 commit comments

Comments
 (0)