Skip to content

Commit

Permalink
Merge pull request #453 from common-workflow-language/fix-conflicting…
Browse files Browse the repository at this point in the history
…-ids

fix conflicting IDs
  • Loading branch information
hmenager authored Jun 8, 2017
2 parents 15a7d51 + 3496956 commit 8d76233
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 8d76233

Please sign in to comment.