Skip to content

Commit 141048a

Browse files
committed
add cwl-runner header to all CWL test files, mark them executable
1 parent ae43fd2 commit 141048a

File tree

79 files changed

+36
-11
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+36
-11
lines changed

testdata/cond-single-source-wf-003.1.cwl

100644100755
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env cwl-runner
12
class: Workflow
23
cwlVersion: v1.2
34
inputs:

testdata/cond-single-source-wf-004.1.cwl

100644100755
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env cwl-runner
12
class: Workflow
23
cwlVersion: v1.2
34
inputs:
@@ -20,4 +21,4 @@ outputs:
2021
pickValue: the_only_non_null
2122

2223
requirements:
23-
InlineJavascriptRequirement: {}
24+
InlineJavascriptRequirement: {}

testdata/cond-single-source-wf-005.1.cwl

100644100755
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env cwl-runner
12
class: Workflow
23
cwlVersion: v1.2
34
inputs:
@@ -20,4 +21,4 @@ outputs:
2021
pickValue: all_non_null
2122

2223
requirements:
23-
InlineJavascriptRequirement: {}
24+
InlineJavascriptRequirement: {}

testdata/cond-wf-003.1.cwl

100644100755
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env cwl-runner
12
class: Workflow
23
cwlVersion: v1.2
34
inputs:

testdata/cond-wf-004.1.cwl

100644100755
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env cwl-runner
12
class: Workflow
23
cwlVersion: v1.2
34
inputs:
@@ -31,4 +32,4 @@ outputs:
3132

3233
requirements:
3334
InlineJavascriptRequirement: {}
34-
MultipleInputFeatureRequirement: {}
35+
MultipleInputFeatureRequirement: {}

testdata/cond-wf-005.1.cwl

100644100755
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env cwl-runner
12
class: Workflow
23
cwlVersion: v1.2
34
inputs:
@@ -31,4 +32,4 @@ outputs:
3132

3233
requirements:
3334
InlineJavascriptRequirement: {}
34-
MultipleInputFeatureRequirement: {}
35+
MultipleInputFeatureRequirement: {}

testdata/count-lines6-single-source-wf_v1_0.cwl

100644100755
File mode changed.

testdata/count-lines6-single-source-wf_v1_1.cwl

100644100755
File mode changed.

testdata/count-lines6-single-source-wf_v1_2.cwl

100644100755
File mode changed.

testdata/count-lines6-wf_v1_0.cwl

100644100755
File mode changed.

0 commit comments

Comments
 (0)