Skip to content

Commit b29edd8

Browse files
committed
change cwl:v1.0.dev4 to v1.0.dev4 (no prefix)
1 parent 9173ed7 commit b29edd8

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

draft-4/draft-4/count-lines1-wf.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: Workflow
3-
cwlVersion: cwl:v1.0.dev4
3+
cwlVersion: v1.0.dev4
44

55
inputs:
66
file1:

draft-4/draft-4/count-lines2-wf.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: Workflow
3-
cwlVersion: cwl:v1.0.dev4
3+
cwlVersion: v1.0.dev4
44
requirements:
55
InlineJavascriptRequirement: {}
66

draft-4/draft-4/count-lines3-wf.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: Workflow
3-
cwlVersion: cwl:v1.0.dev4
3+
cwlVersion: v1.0.dev4
44

55
inputs:
66
file1:

draft-4/draft-4/count-lines4-wf.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: Workflow
3-
cwlVersion: cwl:v1.0.dev4
3+
cwlVersion: v1.0.dev4
44

55
inputs:
66
file1:

draft-4/draft-4/count-lines5-wf.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: Workflow
3-
cwlVersion: cwl:v1.0.dev4
3+
cwlVersion: v1.0.dev4
44

55
inputs:
66
file1:

draft-4/draft-4/count-lines6-wf.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: Workflow
3-
cwlVersion: cwl:v1.0.dev4
3+
cwlVersion: v1.0.dev4
44

55
inputs:
66
file1: File[]

draft-4/draft-4/count-lines7-wf.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: Workflow
3-
cwlVersion: cwl:v1.0.dev4
3+
cwlVersion: v1.0.dev4
44

55
requirements:
66
- class: MultipleInputFeatureRequirement

draft-4/draft-4/count-lines8-wf.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: Workflow
3-
cwlVersion: cwl:v1.0.dev4
3+
cwlVersion: v1.0.dev4
44

55
inputs:
66
file1: File

draft-4/draft-4/count-lines9-wf.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: Workflow
3-
cwlVersion: cwl:v1.0.dev4
3+
cwlVersion: v1.0.dev4
44

55
inputs: []
66

draft-4/draft-4/echo-tool.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
inputs:
66
in:
77
type: Any

draft-4/draft-4/egrep-stderr-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: "Test of capturing stderr output in a docker container."
55
hints:
66
DockerRequirement:

draft-4/draft-4/egrep-stderr-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: "Test of capturing stderr output in a docker container."
55
hints:
66
DockerRequirement:

draft-4/draft-4/egrep-stderr.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: "Test of capturing stderr output in a docker container."
55
hints:
66
DockerRequirement:

draft-4/draft-4/env-tool1.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
class: CommandLineTool
2-
cwlVersion: cwl:v1.0.dev4
2+
cwlVersion: v1.0.dev4
33
inputs:
44
in: string
55
outputs:

draft-4/draft-4/env-tool2.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
class: CommandLineTool
2-
cwlVersion: cwl:v1.0.dev4
2+
cwlVersion: v1.0.dev4
33
inputs:
44
in: string
55
outputs:

draft-4/draft-4/env-wf1.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: Workflow
3-
cwlVersion: cwl:v1.0.dev4
3+
cwlVersion: v1.0.dev4
44

55
inputs:
66
in: string

draft-4/draft-4/env-wf2.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: Workflow
3-
cwlVersion: cwl:v1.0.dev4
3+
cwlVersion: v1.0.dev4
44

55
inputs:
66
in: string

draft-4/draft-4/formattest.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
$namespaces:
22
edam: "http://edamontology.org/"
3-
cwlVersion: cwl:v1.0.dev4
3+
cwlVersion: v1.0.dev4
44
class: CommandLineTool
55
description: "Reverse each line using the `rev` command"
66
inputs:

draft-4/draft-4/formattest2.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ $namespaces:
33
$schemas:
44
- EDAM.owl
55
class: CommandLineTool
6-
cwlVersion: cwl:v1.0.dev4
6+
cwlVersion: v1.0.dev4
77
description: "Reverse each line using the `rev` command"
88

99
inputs:

draft-4/draft-4/formattest3.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ $schemas:
55
- EDAM.owl
66
- gx_edam.ttl
77
class: CommandLineTool
8-
cwlVersion: cwl:v1.0.dev4
8+
cwlVersion: v1.0.dev4
99
description: "Reverse each line using the `rev` command"
1010

1111
inputs:

draft-4/draft-4/glob-expr-list.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
class: CommandLineTool
2-
cwlVersion: cwl:v1.0.dev4
2+
cwlVersion: v1.0.dev4
33

44
inputs:
55
ids:

draft-4/draft-4/metadata.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ $schemas:
66
- foaf.rdf
77
- dcterms.rdf
88

9-
cwlVersion: cwl:v1.0.dev4
9+
cwlVersion: v1.0.dev4
1010
class: CommandLineTool
1111
description: "Print the contents of a file to stdout using 'cat' running in a docker container."
1212

draft-4/draft-4/null-expression1-tool.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
class: ExpressionTool
44
requirements:
55
- class: InlineJavascriptRequirement
6-
cwlVersion: cwl:v1.0.dev4
6+
cwlVersion: v1.0.dev4
77

88
inputs:
99
i1:

draft-4/draft-4/null-expression2-tool.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
class: ExpressionTool
44
requirements:
55
- class: InlineJavascriptRequirement
6-
cwlVersion: cwl:v1.0.dev4
6+
cwlVersion: v1.0.dev4
77

88
inputs:
99
i1: Any

draft-4/draft-4/optional-output.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/params.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
class: CommandLineTool
2-
cwlVersion: cwl:v1.0.dev4
2+
cwlVersion: v1.0.dev4
33
inputs:
44
bar:
55
type: Any

draft-4/draft-4/params2.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
class: CommandLineTool
2-
cwlVersion: cwl:v1.0.dev4
2+
cwlVersion: v1.0.dev4
33
requirements:
44
- class: InlineJavascriptRequirement
55

draft-4/draft-4/parseInt-tool.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
class: ExpressionTool
44
requirements:
55
- class: InlineJavascriptRequirement
6-
cwlVersion: cwl:v1.0.dev4
6+
cwlVersion: v1.0.dev4
77

88
inputs:
99
file1:

draft-4/draft-4/record-output.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
class: CommandLineTool
2-
cwlVersion: cwl:v1.0.dev4
2+
cwlVersion: v1.0.dev4
33
requirements:
44
- class: ShellCommandRequirement
55
inputs:

draft-4/draft-4/rename.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
class: CommandLineTool
2-
cwlVersion: cwl:v1.0.dev4
2+
cwlVersion: v1.0.dev4
33
baseCommand: "true"
44
requirements:
55
InitialWorkDirRequirement:

draft-4/draft-4/revsort.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
class: Workflow
55
description: "Reverse the lines in a document, then sort those lines."
6-
cwlVersion: cwl:v1.0.dev4
6+
cwlVersion: v1.0.dev4
77

88
# Requirements & hints specify prerequisites and extensions to the workflow.
99
# In this example, DockerRequirement specifies a default Docker container

draft-4/draft-4/revtool.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Simplest example command line program wrapper for the Unix tool "rev".
33
#
44
class: CommandLineTool
5-
cwlVersion: cwl:v1.0.dev4
5+
cwlVersion: v1.0.dev4
66
description: "Reverse each line using the `rev` command"
77

88
# The "inputs" array defines the structure of the input object that describes

draft-4/draft-4/scatter-valuefrom-wf1.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: Workflow
44
inputs:
55
inp:

draft-4/draft-4/scatter-valuefrom-wf2.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: Workflow
44

55
inputs:

draft-4/draft-4/scatter-valuefrom-wf3.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: cwl:v1.0.dev4
3+
cwlVersion: v1.0.dev4
44
$graph:
55

66
- id: echo

draft-4/draft-4/scatter-valuefrom-wf4.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
$graph:
44
- id: echo
55
class: CommandLineTool

draft-4/draft-4/scatter-valuefrom-wf5.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: Workflow
44
inputs:
55
inp:

draft-4/draft-4/scatter-wf1.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: Workflow
44
inputs:
55
inp: string[]

draft-4/draft-4/scatter-wf2.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: Workflow
44

55
inputs:

draft-4/draft-4/scatter-wf3.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: cwl:v1.0.dev4
3+
cwlVersion: v1.0.dev4
44
$graph:
55

66
- id: echo

0 commit comments

Comments
 (0)