Skip to content

Commit fcc593a

Browse files
author
Peter Amstutz
committed
Fix identifier conflicts (checked by cwltool for the first time) by giving ids
to embedded tools and workflows.
1 parent d038d86 commit fcc593a

10 files changed

+10
-0
lines changed

v1.0/v1.0/count-lines10-wf.cwl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ steps:
1313
out: [count_output]
1414
run:
1515
class: Workflow
16+
id: subwf
1617
inputs:
1718
file1: File
1819
outputs:

v1.0/v1.0/count-lines2-wf.cwl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ steps:
3939
out: [parseInt_output]
4040
run:
4141
class: ExpressionTool
42+
id: subtool
4243
inputs:
4344
parseInt_file1:
4445
type: File

v1.0/v1.0/scatter-valuefrom-wf1.cwl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ steps:
3535
scatter: echo_in
3636
run:
3737
class: CommandLineTool
38+
id: subtool
3839
inputs:
3940
first:
4041
type: string

v1.0/v1.0/scatter-valuefrom-wf5.cwl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ steps:
3535
scatter: echo_in
3636
run:
3737
class: CommandLineTool
38+
id: subtool
3839
inputs:
3940
first:
4041
type: string

v1.0/v1.0/scatter-wf1.cwl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ steps:
1919
scatter: echo_in
2020
run:
2121
class: CommandLineTool
22+
id: subtool
2223
inputs:
2324
echo_in:
2425
type: string

v1.1.0-dev1/v1.1.0-dev1/count-lines10-wf.cwl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ steps:
1313
out: [count_output]
1414
run:
1515
class: Workflow
16+
id: subwf
1617
inputs:
1718
file1: File
1819
outputs:

v1.1.0-dev1/v1.1.0-dev1/count-lines2-wf.cwl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ steps:
3939
out: [parseInt_output]
4040
run:
4141
class: ExpressionTool
42+
id: subtool
4243
inputs:
4344
parseInt_file1:
4445
type: File

v1.1.0-dev1/v1.1.0-dev1/scatter-valuefrom-wf1.cwl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ steps:
3535
scatter: echo_in
3636
run:
3737
class: CommandLineTool
38+
id: subtool
3839
inputs:
3940
first:
4041
type: string

v1.1.0-dev1/v1.1.0-dev1/scatter-valuefrom-wf5.cwl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ steps:
3535
scatter: echo_in
3636
run:
3737
class: CommandLineTool
38+
id: subtool
3839
inputs:
3940
first:
4041
type: string

v1.1.0-dev1/v1.1.0-dev1/scatter-wf1.cwl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ steps:
1919
scatter: echo_in
2020
run:
2121
class: CommandLineTool
22+
id: subtool
2223
inputs:
2324
echo_in:
2425
type: string

0 commit comments

Comments
 (0)