Skip to content

Commit 854be17

Browse files
kinowmr-c
authored andcommitted
s/cwl-runner/cwltool (where appropriate)
1 parent a2cca85 commit 854be17

39 files changed

+70
-70
lines changed

src/_includes/cwl/additional-arguments-and-parameters/arguments.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env cwl-runner
1+
#!/usr/bin/env cwltool
22

33
cwlVersion: v1.0
44
class: CommandLineTool

src/_includes/cwl/custom-types/custom-types.cwl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env cwl-runner
1+
#!/usr/bin/env cwltool
22
cwlVersion: v1.0
33
class: CommandLineTool
44

@@ -43,7 +43,7 @@ inputs:
4343
baseCommand: [ biom, convert ]
4444

4545
arguments:
46-
- valueFrom: $(inputs.biom.nameroot).hdf5
46+
- valueFrom: $(inputs.biom.nameroot).hdf5
4747
prefix: --output-fp
4848
- --to-hdf5
4949

src/_includes/cwl/environment-variables/env.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env cwl-runner
1+
#!/usr/bin/env cwltool
22

33
cwlVersion: v1.0
44
class: CommandLineTool

src/_includes/cwl/expressions/expression.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env cwl-runner
1+
#!/usr/bin/env cwltool
22

33
cwlVersion: v1.0
44
class: CommandLineTool

src/_includes/cwl/file-formats/metadata_example.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env cwl-runner
1+
#!/usr/bin/env cwltool
22
cwlVersion: v1.0
33
class: CommandLineTool
44

src/_includes/cwl/inputs/array-inputs.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env cwl-runner
1+
#!/usr/bin/env cwltool
22

33
cwlVersion: v1.0
44
class: CommandLineTool

src/_includes/cwl/inputs/inp.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env cwl-runner
1+
#!/usr/bin/env cwltool
22

33
cwlVersion: v1.0
44
class: CommandLineTool

src/_includes/cwl/inputs/record.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env cwl-runner
1+
#!/usr/bin/env cwltool
22

33
cwlVersion: v1.0
44
class: CommandLineTool

src/_includes/cwl/metadata-and-authorship/metadata_example2.cwl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env cwl-runner
1+
#!/usr/bin/env cwltool
22
cwlVersion: v1.0
33
class: CommandLineTool
44

@@ -38,7 +38,7 @@ s:contributor:
3838
s:citation: https://dx.doi.org/10.6084/m9.figshare.3115156.v2
3939
s:codeRepository: https://github.com/common-workflow-language/common-workflow-language
4040
s:dateCreated: "2016-12-13"
41-
s:license: https://spdx.org/licenses/Apache-2.0
41+
s:license: https://spdx.org/licenses/Apache-2.0
4242
4343
$namespaces:
4444
s: https://schema.org/

src/_includes/cwl/metadata-and-authorship/metadata_example3.cwl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env cwl-runner
1+
#!/usr/bin/env cwltool
22
cwlVersion: v1.0
33
class: CommandLineTool
44

@@ -42,7 +42,7 @@ s:contributor:
4242
s:citation: https://dx.doi.org/10.6084/m9.figshare.3115156.v2
4343
s:codeRepository: https://github.com/common-workflow-language/common-workflow-language
4444
s:dateCreated: "2016-12-13"
45-
s:license: https://spdx.org/licenses/Apache-2.0
45+
s:license: https://spdx.org/licenses/Apache-2.0
4646
4747
s:keywords: edam:topic_0091 , edam:topic_0622
4848
s:programmingLanguage: C

0 commit comments

Comments
 (0)