From 94075902ad5767812ebe2e77af33bc35e3b2abd2 Mon Sep 17 00:00:00 2001 From: GlassOfWhiskey Date: Thu, 18 Aug 2022 14:01:10 +0200 Subject: [PATCH] Changed outputSource refScope from 0 to 1 This change allows a corret id reference in the outputSource field of WorkflowOutputParameter objects --- cwltool/schemas/v1.0/Workflow.yml | 2 +- cwltool/schemas/v1.1.0-dev1/Workflow.yml | 2 +- cwltool/schemas/v1.1/Workflow.yml | 2 +- cwltool/schemas/v1.2.0-dev1/Workflow.yml | 2 +- cwltool/schemas/v1.2.0-dev2/Workflow.yml | 2 +- cwltool/schemas/v1.2.0-dev3/Workflow.yml | 2 +- cwltool/schemas/v1.2.0-dev4/Workflow.yml | 2 +- cwltool/schemas/v1.2.0-dev5/Workflow.yml | 2 +- cwltool/schemas/v1.2/Workflow.yml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/cwltool/schemas/v1.0/Workflow.yml b/cwltool/schemas/v1.0/Workflow.yml index be6599ced..2049f1eb3 100644 --- a/cwltool/schemas/v1.0/Workflow.yml +++ b/cwltool/schemas/v1.0/Workflow.yml @@ -169,7 +169,7 @@ $graph: jsonldPredicate: "_id": "cwl:outputSource" "_type": "@id" - refScope: 0 + refScope: 1 type: - string? - string[]? diff --git a/cwltool/schemas/v1.1.0-dev1/Workflow.yml b/cwltool/schemas/v1.1.0-dev1/Workflow.yml index 212289b3f..9a6d6dc94 100644 --- a/cwltool/schemas/v1.1.0-dev1/Workflow.yml +++ b/cwltool/schemas/v1.1.0-dev1/Workflow.yml @@ -226,7 +226,7 @@ $graph: jsonldPredicate: "_id": "cwl:outputSource" "_type": "@id" - refScope: 0 + refScope: 1 type: - string? - string[]? diff --git a/cwltool/schemas/v1.1/Workflow.yml b/cwltool/schemas/v1.1/Workflow.yml index e2c2ccc61..844032745 100644 --- a/cwltool/schemas/v1.1/Workflow.yml +++ b/cwltool/schemas/v1.1/Workflow.yml @@ -235,7 +235,7 @@ $graph: jsonldPredicate: "_id": "cwl:outputSource" "_type": "@id" - refScope: 0 + refScope: 1 type: - string? - string[]? diff --git a/cwltool/schemas/v1.2.0-dev1/Workflow.yml b/cwltool/schemas/v1.2.0-dev1/Workflow.yml index 73b71f01f..07aa9a5b7 100644 --- a/cwltool/schemas/v1.2.0-dev1/Workflow.yml +++ b/cwltool/schemas/v1.2.0-dev1/Workflow.yml @@ -200,7 +200,7 @@ $graph: jsonldPredicate: "_id": "cwl:outputSource" "_type": "@id" - refScope: 0 + refScope: 1 type: - string? - string[]? diff --git a/cwltool/schemas/v1.2.0-dev2/Workflow.yml b/cwltool/schemas/v1.2.0-dev2/Workflow.yml index a641b6939..1bdbd1ee2 100644 --- a/cwltool/schemas/v1.2.0-dev2/Workflow.yml +++ b/cwltool/schemas/v1.2.0-dev2/Workflow.yml @@ -205,7 +205,7 @@ $graph: jsonldPredicate: "_id": "cwl:outputSource" "_type": "@id" - refScope: 0 + refScope: 1 type: - string? - string[]? diff --git a/cwltool/schemas/v1.2.0-dev3/Workflow.yml b/cwltool/schemas/v1.2.0-dev3/Workflow.yml index 17b89bee7..5a35fe75e 100644 --- a/cwltool/schemas/v1.2.0-dev3/Workflow.yml +++ b/cwltool/schemas/v1.2.0-dev3/Workflow.yml @@ -205,7 +205,7 @@ $graph: jsonldPredicate: "_id": "cwl:outputSource" "_type": "@id" - refScope: 0 + refScope: 1 type: - string? - string[]? diff --git a/cwltool/schemas/v1.2.0-dev4/Workflow.yml b/cwltool/schemas/v1.2.0-dev4/Workflow.yml index 5bc2e2ace..5c49010a5 100644 --- a/cwltool/schemas/v1.2.0-dev4/Workflow.yml +++ b/cwltool/schemas/v1.2.0-dev4/Workflow.yml @@ -223,7 +223,7 @@ $graph: jsonldPredicate: "_id": "cwl:outputSource" "_type": "@id" - refScope: 0 + refScope: 1 type: - string? - string[]? diff --git a/cwltool/schemas/v1.2.0-dev5/Workflow.yml b/cwltool/schemas/v1.2.0-dev5/Workflow.yml index aa5de908d..3c12eeeb6 100644 --- a/cwltool/schemas/v1.2.0-dev5/Workflow.yml +++ b/cwltool/schemas/v1.2.0-dev5/Workflow.yml @@ -223,7 +223,7 @@ $graph: jsonldPredicate: "_id": "cwl:outputSource" "_type": "@id" - refScope: 0 + refScope: 1 type: - string? - string[]? diff --git a/cwltool/schemas/v1.2/Workflow.yml b/cwltool/schemas/v1.2/Workflow.yml index 19efbd260..e359aae9c 100644 --- a/cwltool/schemas/v1.2/Workflow.yml +++ b/cwltool/schemas/v1.2/Workflow.yml @@ -223,7 +223,7 @@ $graph: jsonldPredicate: "_id": "cwl:outputSource" "_type": "@id" - refScope: 0 + refScope: 1 type: - string? - string[]?