Skip to content

Commit

Permalink
Fix identifier conflicts (checked by cwltool for the first time) by g…
Browse files Browse the repository at this point in the history
…iving ids

to embedded tools and workflows.
  • Loading branch information
Peter Amstutz committed Mar 27, 2017
1 parent d038d86 commit fcc593a
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions v1.0/v1.0/count-lines10-wf.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ steps:
out: [count_output]
run:
class: Workflow
id: subwf
inputs:
file1: File
outputs:
Expand Down
1 change: 1 addition & 0 deletions v1.0/v1.0/count-lines2-wf.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ steps:
out: [parseInt_output]
run:
class: ExpressionTool
id: subtool
inputs:
parseInt_file1:
type: File
Expand Down
1 change: 1 addition & 0 deletions v1.0/v1.0/scatter-valuefrom-wf1.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ steps:
scatter: echo_in
run:
class: CommandLineTool
id: subtool
inputs:
first:
type: string
Expand Down
1 change: 1 addition & 0 deletions v1.0/v1.0/scatter-valuefrom-wf5.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ steps:
scatter: echo_in
run:
class: CommandLineTool
id: subtool
inputs:
first:
type: string
Expand Down
1 change: 1 addition & 0 deletions v1.0/v1.0/scatter-wf1.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ steps:
scatter: echo_in
run:
class: CommandLineTool
id: subtool
inputs:
echo_in:
type: string
Expand Down
1 change: 1 addition & 0 deletions v1.1.0-dev1/v1.1.0-dev1/count-lines10-wf.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ steps:
out: [count_output]
run:
class: Workflow
id: subwf
inputs:
file1: File
outputs:
Expand Down
1 change: 1 addition & 0 deletions v1.1.0-dev1/v1.1.0-dev1/count-lines2-wf.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ steps:
out: [parseInt_output]
run:
class: ExpressionTool
id: subtool
inputs:
parseInt_file1:
type: File
Expand Down
1 change: 1 addition & 0 deletions v1.1.0-dev1/v1.1.0-dev1/scatter-valuefrom-wf1.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ steps:
scatter: echo_in
run:
class: CommandLineTool
id: subtool
inputs:
first:
type: string
Expand Down
1 change: 1 addition & 0 deletions v1.1.0-dev1/v1.1.0-dev1/scatter-valuefrom-wf5.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ steps:
scatter: echo_in
run:
class: CommandLineTool
id: subtool
inputs:
first:
type: string
Expand Down
1 change: 1 addition & 0 deletions v1.1.0-dev1/v1.1.0-dev1/scatter-wf1.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ steps:
scatter: echo_in
run:
class: CommandLineTool
id: subtool
inputs:
echo_in:
type: string
Expand Down

0 comments on commit fcc593a

Please sign in to comment.