Skip to content

Commit

Permalink
fix conflicting IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Jun 8, 2017
1 parent 15a7d51 commit 3496956
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/cwlsite.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ outputs:
outputSource: merge/dir
report:
type: File
outputSource: report/out
outputSource: generate_report/out

requirements:
- class: ScatterFeatureRequirement
Expand Down Expand Up @@ -97,7 +97,7 @@ steps:
out: [dir]
run: mergesecondary.cwl

report:
generate_report:
in:
inp: merge/dir
target: { default: "linkchecker-report.txt"}
Expand Down

0 comments on commit 3496956

Please sign in to comment.