Skip to content

Commit

Permalink
Revert "Fix identifier conflicts (checked by cwltool for the first ti…
Browse files Browse the repository at this point in the history
…me) by giving ids"

This reverts commit fcc593a.
  • Loading branch information
Peter Amstutz committed Apr 11, 2017
1 parent f2ea521 commit d80919e
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion v1.0/v1.0/count-lines10-wf.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ steps:
out: [count_output]
run:
class: Workflow
id: subwf
inputs:
file1: File
outputs:
Expand Down
1 change: 0 additions & 1 deletion v1.0/v1.0/count-lines2-wf.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ steps:
out: [parseInt_output]
run:
class: ExpressionTool
id: subtool
inputs:
parseInt_file1:
type: File
Expand Down
1 change: 0 additions & 1 deletion v1.0/v1.0/scatter-valuefrom-wf1.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ steps:
scatter: echo_in
run:
class: CommandLineTool
id: subtool
inputs:
first:
type: string
Expand Down
1 change: 0 additions & 1 deletion v1.0/v1.0/scatter-valuefrom-wf5.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ steps:
scatter: echo_in
run:
class: CommandLineTool
id: subtool
inputs:
first:
type: string
Expand Down
1 change: 0 additions & 1 deletion v1.0/v1.0/scatter-wf1.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ steps:
scatter: echo_in
run:
class: CommandLineTool
id: subtool
inputs:
echo_in:
type: string
Expand Down
1 change: 0 additions & 1 deletion 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,7 +13,6 @@ steps:
out: [count_output]
run:
class: Workflow
id: subwf
inputs:
file1: File
outputs:
Expand Down
1 change: 0 additions & 1 deletion 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,7 +39,6 @@ steps:
out: [parseInt_output]
run:
class: ExpressionTool
id: subtool
inputs:
parseInt_file1:
type: File
Expand Down
1 change: 0 additions & 1 deletion 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,7 +35,6 @@ steps:
scatter: echo_in
run:
class: CommandLineTool
id: subtool
inputs:
first:
type: string
Expand Down
1 change: 0 additions & 1 deletion 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,7 +35,6 @@ steps:
scatter: echo_in
run:
class: CommandLineTool
id: subtool
inputs:
first:
type: string
Expand Down
1 change: 0 additions & 1 deletion v1.1.0-dev1/v1.1.0-dev1/scatter-wf1.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ steps:
scatter: echo_in
run:
class: CommandLineTool
id: subtool
inputs:
echo_in:
type: string
Expand Down

0 comments on commit d80919e

Please sign in to comment.