Skip to content

Commit ede9f0c

Browse files
authored
Merge pull request #117 from common-workflow-language/real-1.0
Real 1.0
2 parents fafbdb5 + fa25327 commit ede9f0c

Some content is hidden

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

76 files changed

+300
-318
lines changed

cwltool/schemas/v1.0/CommandLineTool.yml

Lines changed: 145 additions & 158 deletions
Large diffs are not rendered by default.

cwltool/schemas/v1.0/Process.yml

Lines changed: 72 additions & 84 deletions
Large diffs are not rendered by default.

cwltool/schemas/v1.0/v1.0/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: v1.0.dev4
4+
cwlVersion: v1.0
55

66
inputs:
77
- id: reference

cwltool/schemas/v1.0/v1.0/bwa-mem-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

3-
cwlVersion: v1.0.dev4
3+
cwlVersion: v1.0
44

55
class: CommandLineTool
66

cwltool/schemas/v1.0/v1.0/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": "v1.0.dev4",
4+
"cwlVersion": "v1.0",
55
"doc": "Print the contents of a file to stdout using 'cat' running in a docker container.",
66
"inputs": [
77
{

cwltool/schemas/v1.0/v1.0/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: v1.0.dev4
2+
cwlVersion: v1.0
33
class: CommandLineTool
44
doc: "Print the contents of a file to stdout using 'cat' running in a docker container."
55
hints:

cwltool/schemas/v1.0/v1.0/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: v1.0.dev4
3+
cwlVersion: v1.0
44
doc: "Print the contents of a file to stdout using 'cat' running in a docker container."
55
hints:
66
DockerRequirement:

cwltool/schemas/v1.0/v1.0/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: v1.0.dev4
3+
cwlVersion: v1.0
44
doc: "Print the contents of a file to stdout using 'cat' running in a docker container."
55
hints:
66
DockerRequirement:

cwltool/schemas/v1.0/v1.0/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: v1.0.dev4
3+
cwlVersion: v1.0
44
doc: "Print the contents of a file to stdout using 'cat' running in a docker container."
55
hints:
66
DockerRequirement:

cwltool/schemas/v1.0/v1.0/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: v1.0.dev4
3+
cwlVersion: v1.0
44
doc: "Print the contents of a file to stdout using 'cat' running in a docker container."
55
hints:
66
DockerRequirement:

0 commit comments

Comments
 (0)