Skip to content

Commit a296c5f

Browse files
author
Peter Amstutz
committed
Remove "baseCommand: []" from tests.
1 parent 66046d1 commit a296c5f

File tree

7 files changed

+0
-7
lines changed

7 files changed

+0
-7
lines changed

v1.0/v1.0/dir.cwl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ outputs:
99
type: File
1010
outputBinding:
1111
glob: output.txt
12-
baseCommand: []
1312
arguments: ["cd", "$(inputs.indir.path)",
1413
{shellQuote: false, valueFrom: "&&"},
1514
"find", ".",

v1.0/v1.0/dir2.cwl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ outputs:
1111
type: File
1212
outputBinding:
1313
glob: output.txt
14-
baseCommand: []
1514
arguments: ["cd", "$(inputs.indir.path)",
1615
{shellQuote: false, valueFrom: "&&"},
1716
"find", ".",

v1.0/v1.0/dir4.cwl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ outputs:
99
type: File
1010
outputBinding:
1111
glob: output.txt
12-
baseCommand: []
1312
arguments: ["cd", "$(inputs.inf.dirname)",
1413
{shellQuote: false, valueFrom: "&&"},
1514
"find", ".",

v1.0/v1.0/dir5.cwl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ outputs:
1111
type: File
1212
outputBinding:
1313
glob: output.txt
14-
baseCommand: []
1514
arguments: ["find", ".",
1615
{shellQuote: false, valueFrom: "|"},
1716
"sort"]

v1.0/v1.0/record-output.cwl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ outputs:
3030
type: File
3131
outputBinding:
3232
glob: bar
33-
baseCommand: []
3433
arguments:
3534
- {valueFrom: "cat", position: 1}
3635
- {valueFrom: "> foo", position: 3, shellQuote: false}

v1.0/v1.0/shelltest.cwl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ outputs:
1212
outputBinding:
1313
glob: output.txt
1414

15-
baseCommand: []
1615
arguments:
1716
- rev
1817
- {valueFrom: $(inputs.input)}

v1.0/v1.0/test-cwl-out.cwl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ outputs:
1111
- id: foo
1212
type: File
1313

14-
baseCommand: []
1514
arguments:
1615
- valueFrom: >
1716
echo foo > foo && echo '{"foo": {"path": "$(runtime.outdir)/foo", "class": "File"} }' > cwl.output.json

0 commit comments

Comments
 (0)