Skip to content

Commit 655f9d8

Browse files
author
Peter Amstutz
committed
Squashed 'cwltool/schemas/' changes from dd59179..8d0fe99
8d0fe99 Merge pull request #254 from common-workflow-language/real-1.0 25a5565 Rename v1.0.dev4 to v1.0 f7617cc Add v1.0 as real valid version. 185953c Merge pull request #253 from common-workflow-language/spec-cleanup f9f2209 Simplify CommandLineTool d0e774b simplify Process a34a36e Merge pull request #252 from common-workflow-language/description2doc git-subtree-dir: cwltool/schemas git-subtree-split: 8d0fe99
1 parent 17cb3b1 commit 655f9d8

Some content is hidden

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

75 files changed

+290
-315
lines changed

v1.0/CommandLineTool.yml

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

v1.0/Process.yml

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

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

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

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
{

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:

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:

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:

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:

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)