Skip to content

Commit

Permalink
Changed outputSource refScope from 0 to 1
Browse files Browse the repository at this point in the history
This change allows a corret id reference in the outputSource field of
WorkflowOutputParameter objects
  • Loading branch information
GlassOfWhiskey authored and mr-c committed Aug 20, 2022
1 parent 0e2ced5 commit 9407590
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion cwltool/schemas/v1.0/Workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ $graph:
jsonldPredicate:
"_id": "cwl:outputSource"
"_type": "@id"
refScope: 0
refScope: 1
type:
- string?
- string[]?
Expand Down
2 changes: 1 addition & 1 deletion cwltool/schemas/v1.1.0-dev1/Workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ $graph:
jsonldPredicate:
"_id": "cwl:outputSource"
"_type": "@id"
refScope: 0
refScope: 1
type:
- string?
- string[]?
Expand Down
2 changes: 1 addition & 1 deletion cwltool/schemas/v1.1/Workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ $graph:
jsonldPredicate:
"_id": "cwl:outputSource"
"_type": "@id"
refScope: 0
refScope: 1
type:
- string?
- string[]?
Expand Down
2 changes: 1 addition & 1 deletion cwltool/schemas/v1.2.0-dev1/Workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ $graph:
jsonldPredicate:
"_id": "cwl:outputSource"
"_type": "@id"
refScope: 0
refScope: 1
type:
- string?
- string[]?
Expand Down
2 changes: 1 addition & 1 deletion cwltool/schemas/v1.2.0-dev2/Workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ $graph:
jsonldPredicate:
"_id": "cwl:outputSource"
"_type": "@id"
refScope: 0
refScope: 1
type:
- string?
- string[]?
Expand Down
2 changes: 1 addition & 1 deletion cwltool/schemas/v1.2.0-dev3/Workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ $graph:
jsonldPredicate:
"_id": "cwl:outputSource"
"_type": "@id"
refScope: 0
refScope: 1
type:
- string?
- string[]?
Expand Down
2 changes: 1 addition & 1 deletion cwltool/schemas/v1.2.0-dev4/Workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ $graph:
jsonldPredicate:
"_id": "cwl:outputSource"
"_type": "@id"
refScope: 0
refScope: 1
type:
- string?
- string[]?
Expand Down
2 changes: 1 addition & 1 deletion cwltool/schemas/v1.2.0-dev5/Workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ $graph:
jsonldPredicate:
"_id": "cwl:outputSource"
"_type": "@id"
refScope: 0
refScope: 1
type:
- string?
- string[]?
Expand Down
2 changes: 1 addition & 1 deletion cwltool/schemas/v1.2/Workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ $graph:
jsonldPredicate:
"_id": "cwl:outputSource"
"_type": "@id"
refScope: 0
refScope: 1
type:
- string?
- string[]?
Expand Down

0 comments on commit 9407590

Please sign in to comment.