Skip to content

Commit b8b8cbc

Browse files
authored
Merge pull request #11 from tobyhodges/shebang
Shebang lines
2 parents 0f2a576 + 7239e51 commit b8b8cbc

16 files changed

+32
-0
lines changed

_includes/cwl/1st-tool.cwl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env cwl-runner
2+
13
cwlVersion: v1.0
24
class: CommandLineTool
35
baseCommand: echo

_includes/cwl/1st-workflow.cwl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env cwl-runner
2+
13
cwlVersion: v1.0
24
class: Workflow
35
inputs:

_includes/cwl/arguments.cwl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env cwl-runner
2+
13
cwlVersion: v1.0
24
class: CommandLineTool
35
label: Example trivial wrapper for Java 7 compiler

_includes/cwl/array-inputs.cwl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env cwl-runner
2+
13
cwlVersion: v1.0
24
class: CommandLineTool
35
inputs:

_includes/cwl/array-outputs.cwl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env cwl-runner
2+
13
cwlVersion: v1.0
24
class: CommandLineTool
35
baseCommand: touch

_includes/cwl/createfile.cwl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env cwl-runner
2+
13
class: CommandLineTool
24
cwlVersion: v1.0
35
baseCommand: ["cat", "example.conf"]

_includes/cwl/docker.cwl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env cwl-runner
2+
13
cwlVersion: v1.0
24
class: CommandLineTool
35
baseCommand: node

_includes/cwl/env.cwl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env cwl-runner
2+
13
cwlVersion: v1.0
24
class: CommandLineTool
35
baseCommand: env

_includes/cwl/expression.cwl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env cwl-runner
2+
13
cwlVersion: v1.0
24
class: CommandLineTool
35
baseCommand: echo

_includes/cwl/inp.cwl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env cwl-runner
2+
13
cwlVersion: v1.0
24
class: CommandLineTool
35
baseCommand: echo

0 commit comments

Comments
 (0)