Skip to content

Commit 9b4e54f

Browse files
committed
change cwl:v1.0.dev4 to v1.0.dev4 (no prefix)
1 parent ff05189 commit 9b4e54f

Some content is hidden

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

66 files changed

+66
-66
lines changed

draft-4/draft-4/binding-test.cwl

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

33
class: CommandLineTool
4-
cwlVersion: cwl:v1.0.dev4
4+
cwlVersion: v1.0.dev4
55

66
inputs:
77
- id: reference

draft-4/draft-4/cat1-testcli.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env cwl-runner
22
{
33
"class": "CommandLineTool",
4-
"cwlVersion": "cwl:v1.0.dev4",
4+
"cwlVersion": "v1.0.dev4",
55
"description": "Print the contents of a file to stdout using 'cat' running in a docker container.",
66
"inputs": [
77
{

draft-4/draft-4/cat1-tool.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env cwl-runner
2-
cwlVersion: cwl:v1.0.dev4
2+
cwlVersion: v1.0.dev4
33
class: CommandLineTool
44
description: "Print the contents of a file to stdout using 'cat' running in a docker container."
55
hints:

draft-4/draft-4/cat2-tool.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env cwl-runner
22
class: CommandLineTool
3-
cwlVersion: cwl:v1.0.dev4
3+
cwlVersion: v1.0.dev4
44
description: "Print the contents of a file to stdout using 'cat' running in a docker container."
55
hints:
66
DockerRequirement:

draft-4/draft-4/cat3-tool-mediumcut.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env cwl-runner
22
class: CommandLineTool
3-
cwlVersion: cwl:v1.0.dev4
3+
cwlVersion: v1.0.dev4
44
description: "Print the contents of a file to stdout using 'cat' running in a docker container."
55
hints:
66
DockerRequirement:

draft-4/draft-4/cat3-tool-shortcut.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env cwl-runner
22
class: CommandLineTool
3-
cwlVersion: cwl:v1.0.dev4
3+
cwlVersion: v1.0.dev4
44
description: "Print the contents of a file to stdout using 'cat' running in a docker container."
55
hints:
66
DockerRequirement:

draft-4/draft-4/cat3-tool.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env cwl-runner
22
class: CommandLineTool
3-
cwlVersion: cwl:v1.0.dev4
3+
cwlVersion: v1.0.dev4
44
description: "Print the contents of a file to stdout using 'cat' running in a docker container."
55
hints:
66
DockerRequirement:

draft-4/draft-4/cat4-tool.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env cwl-runner
22
class: CommandLineTool
3-
cwlVersion: cwl:v1.0.dev4
3+
cwlVersion: v1.0.dev4
44
description: "Print the contents of a file to stdout using 'cat' running in a docker container."
55
hints:
66
DockerRequirement:

draft-4/draft-4/cat5-tool.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env cwl-runner
2-
cwlVersion: cwl:v1.0.dev4
2+
cwlVersion: v1.0.dev4
33
class: CommandLineTool
44
description: "Print the contents of a file to stdout using 'cat' running in a docker container."
55
hints:

draft-4/draft-4/conflict-wf.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cwlVersion: cwl:v1.0.dev4
1+
cwlVersion: v1.0.dev4
22
$graph:
33
- id: echo
44
class: CommandLineTool

0 commit comments

Comments
 (0)