Skip to content

Commit d80919e

Browse files
author
Peter Amstutz
committed
Revert "Fix identifier conflicts (checked by cwltool for the first time) by giving ids"
This reverts commit fcc593a.
1 parent f2ea521 commit d80919e

10 files changed

+0
-10
lines changed

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

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ steps:
1313
out: [count_output]
1414
run:
1515
class: Workflow
16-
id: subwf
1716
inputs:
1817
file1: File
1918
outputs:

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

-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ steps:
3939
out: [parseInt_output]
4040
run:
4141
class: ExpressionTool
42-
id: subtool
4342
inputs:
4443
parseInt_file1:
4544
type: File

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

-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ steps:
3535
scatter: echo_in
3636
run:
3737
class: CommandLineTool
38-
id: subtool
3938
inputs:
4039
first:
4140
type: string

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

-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ steps:
3535
scatter: echo_in
3636
run:
3737
class: CommandLineTool
38-
id: subtool
3938
inputs:
4039
first:
4140
type: string

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

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ steps:
1919
scatter: echo_in
2020
run:
2121
class: CommandLineTool
22-
id: subtool
2322
inputs:
2423
echo_in:
2524
type: string

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

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ steps:
1313
out: [count_output]
1414
run:
1515
class: Workflow
16-
id: subwf
1716
inputs:
1817
file1: File
1918
outputs:

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

-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ steps:
3939
out: [parseInt_output]
4040
run:
4141
class: ExpressionTool
42-
id: subtool
4342
inputs:
4443
parseInt_file1:
4544
type: File

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

-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ steps:
3535
scatter: echo_in
3636
run:
3737
class: CommandLineTool
38-
id: subtool
3938
inputs:
4039
first:
4140
type: string

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

-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ steps:
3535
scatter: echo_in
3636
run:
3737
class: CommandLineTool
38-
id: subtool
3938
inputs:
4039
first:
4140
type: string

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

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ steps:
1919
scatter: echo_in
2020
run:
2121
class: CommandLineTool
22-
id: subtool
2322
inputs:
2423
echo_in:
2524
type: string

0 commit comments

Comments
 (0)