Skip to content

Real 1.0 #117

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jul 7, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
303 changes: 145 additions & 158 deletions cwltool/schemas/v1.0/CommandLineTool.yml

Large diffs are not rendered by default.

156 changes: 72 additions & 84 deletions cwltool/schemas/v1.0/Process.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion cwltool/schemas/v1.0/v1.0/binding-test.cwl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env cwl-runner

class: CommandLineTool
cwlVersion: v1.0.dev4
cwlVersion: v1.0

inputs:
- id: reference
Expand Down
2 changes: 1 addition & 1 deletion cwltool/schemas/v1.0/v1.0/bwa-mem-tool.cwl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env cwl-runner

cwlVersion: v1.0.dev4
cwlVersion: v1.0

class: CommandLineTool

Expand Down
2 changes: 1 addition & 1 deletion cwltool/schemas/v1.0/v1.0/cat1-testcli.cwl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env cwl-runner
{
"class": "CommandLineTool",
"cwlVersion": "v1.0.dev4",
"cwlVersion": "v1.0",
"doc": "Print the contents of a file to stdout using 'cat' running in a docker container.",
"inputs": [
{
Expand Down
2 changes: 1 addition & 1 deletion cwltool/schemas/v1.0/v1.0/cat1-tool.cwl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env cwl-runner
cwlVersion: v1.0.dev4
cwlVersion: v1.0
class: CommandLineTool
doc: "Print the contents of a file to stdout using 'cat' running in a docker container."
hints:
Expand Down
2 changes: 1 addition & 1 deletion cwltool/schemas/v1.0/v1.0/cat2-tool.cwl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env cwl-runner
class: CommandLineTool
cwlVersion: v1.0.dev4
cwlVersion: v1.0
doc: "Print the contents of a file to stdout using 'cat' running in a docker container."
hints:
DockerRequirement:
Expand Down
2 changes: 1 addition & 1 deletion cwltool/schemas/v1.0/v1.0/cat3-tool-mediumcut.cwl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env cwl-runner
class: CommandLineTool
cwlVersion: v1.0.dev4
cwlVersion: v1.0
doc: "Print the contents of a file to stdout using 'cat' running in a docker container."
hints:
DockerRequirement:
Expand Down
2 changes: 1 addition & 1 deletion cwltool/schemas/v1.0/v1.0/cat3-tool-shortcut.cwl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env cwl-runner
class: CommandLineTool
cwlVersion: v1.0.dev4
cwlVersion: v1.0
doc: "Print the contents of a file to stdout using 'cat' running in a docker container."
hints:
DockerRequirement:
Expand Down
2 changes: 1 addition & 1 deletion cwltool/schemas/v1.0/v1.0/cat3-tool.cwl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env cwl-runner
class: CommandLineTool
cwlVersion: v1.0.dev4
cwlVersion: v1.0
doc: "Print the contents of a file to stdout using 'cat' running in a docker container."
hints:
DockerRequirement:
Expand Down
2 changes: 1 addition & 1 deletion cwltool/schemas/v1.0/v1.0/cat4-tool.cwl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env cwl-runner
class: CommandLineTool
cwlVersion: v1.0.dev4
cwlVersion: v1.0
doc: "Print the contents of a file to stdout using 'cat' running in a docker container."
hints:
DockerRequirement:
Expand Down
2 changes: 1 addition & 1 deletion cwltool/schemas/v1.0/v1.0/cat5-tool.cwl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env cwl-runner
cwlVersion: v1.0.dev4
cwlVersion: v1.0
class: CommandLineTool
doc: "Print the contents of a file to stdout using 'cat' running in a docker container."
hints:
Expand Down
2 changes: 1 addition & 1 deletion cwltool/schemas/v1.0/v1.0/conflict-wf.cwl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cwlVersion: v1.0.dev4
cwlVersion: v1.0
$graph:
- id: echo
class: CommandLineTool
Expand Down
2 changes: 1 addition & 1 deletion cwltool/schemas/v1.0/v1.0/count-lines1-wf.cwl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env cwl-runner
class: Workflow
cwlVersion: v1.0.dev4
cwlVersion: v1.0

inputs:
file1:
Expand Down
2 changes: 1 addition & 1 deletion cwltool/schemas/v1.0/v1.0/count-lines2-wf.cwl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env cwl-runner
class: Workflow
cwlVersion: v1.0.dev4
cwlVersion: v1.0
requirements:
InlineJavascriptRequirement: {}

Expand Down
2 changes: 1 addition & 1 deletion cwltool/schemas/v1.0/v1.0/count-lines3-wf.cwl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env cwl-runner
class: Workflow
cwlVersion: v1.0.dev4
cwlVersion: v1.0

inputs:
file1:
Expand Down
2 changes: 1 addition & 1 deletion cwltool/schemas/v1.0/v1.0/count-lines4-wf.cwl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env cwl-runner
class: Workflow
cwlVersion: v1.0.dev4
cwlVersion: v1.0

inputs:
file1:
Expand Down
2 changes: 1 addition & 1 deletion cwltool/schemas/v1.0/v1.0/count-lines5-wf.cwl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env cwl-runner
class: Workflow
cwlVersion: v1.0.dev4
cwlVersion: v1.0

inputs:
file1:
Expand Down
2 changes: 1 addition & 1 deletion cwltool/schemas/v1.0/v1.0/count-lines6-wf.cwl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env cwl-runner
class: Workflow
cwlVersion: v1.0.dev4
cwlVersion: v1.0

inputs:
file1: File[]
Expand Down
2 changes: 1 addition & 1 deletion cwltool/schemas/v1.0/v1.0/count-lines7-wf.cwl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env cwl-runner
class: Workflow
cwlVersion: v1.0.dev4
cwlVersion: v1.0

requirements:
- class: MultipleInputFeatureRequirement
Expand Down
2 changes: 1 addition & 1 deletion cwltool/schemas/v1.0/v1.0/count-lines8-wf.cwl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env cwl-runner
class: Workflow
cwlVersion: v1.0.dev4
cwlVersion: v1.0

inputs:
file1: File
Expand Down
2 changes: 1 addition & 1 deletion cwltool/schemas/v1.0/v1.0/count-lines9-wf.cwl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env cwl-runner
class: Workflow
cwlVersion: v1.0.dev4
cwlVersion: v1.0

inputs: []

Expand Down
2 changes: 1 addition & 1 deletion cwltool/schemas/v1.0/v1.0/dir.cwl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class: CommandLineTool
cwlVersion: v1.0.dev4
cwlVersion: v1.0
requirements:
- class: ShellCommandRequirement
inputs:
Expand Down
2 changes: 1 addition & 1 deletion cwltool/schemas/v1.0/v1.0/dir2.cwl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class: CommandLineTool
cwlVersion: v1.0.dev4
cwlVersion: v1.0
hints:
DockerRequirement:
dockerPull: debian:8
Expand Down
2 changes: 1 addition & 1 deletion cwltool/schemas/v1.0/v1.0/dir3.cwl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class: CommandLineTool
cwlVersion: v1.0.dev4
cwlVersion: v1.0
baseCommand: [tar, xvf]
inputs:
inf:
Expand Down
2 changes: 1 addition & 1 deletion cwltool/schemas/v1.0/v1.0/dir4.cwl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class: CommandLineTool
cwlVersion: v1.0.dev4
cwlVersion: v1.0
requirements:
- class: ShellCommandRequirement
inputs:
Expand Down
2 changes: 1 addition & 1 deletion cwltool/schemas/v1.0/v1.0/dir5.cwl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class: CommandLineTool
cwlVersion: v1.0.dev4
cwlVersion: v1.0
requirements:
- class: ShellCommandRequirement
- class: InitialWorkDirRequirement
Expand Down
2 changes: 1 addition & 1 deletion cwltool/schemas/v1.0/v1.0/echo-tool.cwl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env cwl-runner

class: CommandLineTool
cwlVersion: v1.0.dev4
cwlVersion: v1.0
inputs:
in:
type: Any
Expand Down
2 changes: 1 addition & 1 deletion cwltool/schemas/v1.0/v1.0/egrep-stderr-mediumcut.cwl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env cwl-runner
class: CommandLineTool
cwlVersion: v1.0.dev4
cwlVersion: v1.0
doc: "Test of capturing stderr output in a docker container."
hints:
DockerRequirement:
Expand Down
2 changes: 1 addition & 1 deletion cwltool/schemas/v1.0/v1.0/egrep-stderr-shortcut.cwl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env cwl-runner
class: CommandLineTool
cwlVersion: v1.0.dev4
cwlVersion: v1.0
doc: "Test of capturing stderr output in a docker container."
hints:
DockerRequirement:
Expand Down
2 changes: 1 addition & 1 deletion cwltool/schemas/v1.0/v1.0/egrep-stderr.cwl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env cwl-runner
class: CommandLineTool
cwlVersion: v1.0.dev4
cwlVersion: v1.0
doc: "Test of capturing stderr output in a docker container."
hints:
DockerRequirement:
Expand Down
2 changes: 1 addition & 1 deletion cwltool/schemas/v1.0/v1.0/env-tool1.cwl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class: CommandLineTool
cwlVersion: v1.0.dev4
cwlVersion: v1.0
inputs:
in: string
outputs:
Expand Down
2 changes: 1 addition & 1 deletion cwltool/schemas/v1.0/v1.0/env-tool2.cwl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class: CommandLineTool
cwlVersion: v1.0.dev4
cwlVersion: v1.0
inputs:
in: string
outputs:
Expand Down
2 changes: 1 addition & 1 deletion cwltool/schemas/v1.0/v1.0/env-wf1.cwl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env cwl-runner
class: Workflow
cwlVersion: v1.0.dev4
cwlVersion: v1.0

inputs:
in: string
Expand Down
2 changes: 1 addition & 1 deletion cwltool/schemas/v1.0/v1.0/env-wf2.cwl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env cwl-runner
class: Workflow
cwlVersion: v1.0.dev4
cwlVersion: v1.0

inputs:
in: string
Expand Down
2 changes: 1 addition & 1 deletion cwltool/schemas/v1.0/v1.0/formattest.cwl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$namespaces:
edam: "http://edamontology.org/"
cwlVersion: v1.0.dev4
cwlVersion: v1.0
class: CommandLineTool
doc: "Reverse each line using the `rev` command"
inputs:
Expand Down
2 changes: 1 addition & 1 deletion cwltool/schemas/v1.0/v1.0/formattest2.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $namespaces:
$schemas:
- EDAM.owl
class: CommandLineTool
cwlVersion: v1.0.dev4
cwlVersion: v1.0
doc: "Reverse each line using the `rev` command"

inputs:
Expand Down
2 changes: 1 addition & 1 deletion cwltool/schemas/v1.0/v1.0/formattest3.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $schemas:
- EDAM.owl
- gx_edam.ttl
class: CommandLineTool
cwlVersion: v1.0.dev4
cwlVersion: v1.0
doc: "Reverse each line using the `rev` command"

inputs:
Expand Down
2 changes: 1 addition & 1 deletion cwltool/schemas/v1.0/v1.0/glob-expr-list.cwl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class: CommandLineTool
cwlVersion: v1.0.dev4
cwlVersion: v1.0

inputs:
ids:
Expand Down
2 changes: 1 addition & 1 deletion cwltool/schemas/v1.0/v1.0/metadata.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $schemas:
- foaf.rdf
- dcterms.rdf

cwlVersion: v1.0.dev4
cwlVersion: v1.0
class: CommandLineTool
doc: "Print the contents of a file to stdout using 'cat' running in a docker container."

Expand Down
2 changes: 1 addition & 1 deletion cwltool/schemas/v1.0/v1.0/null-expression1-tool.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class: ExpressionTool
requirements:
- class: InlineJavascriptRequirement
cwlVersion: v1.0.dev4
cwlVersion: v1.0

inputs:
i1:
Expand Down
2 changes: 1 addition & 1 deletion cwltool/schemas/v1.0/v1.0/null-expression2-tool.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class: ExpressionTool
requirements:
- class: InlineJavascriptRequirement
cwlVersion: v1.0.dev4
cwlVersion: v1.0

inputs:
i1: Any
Expand Down
2 changes: 1 addition & 1 deletion cwltool/schemas/v1.0/v1.0/optional-output.cwl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env cwl-runner
class: CommandLineTool
cwlVersion: "v1.0.dev4"
cwlVersion: "v1.0"
doc: "Print the contents of a file to stdout using 'cat' running in a docker container."
hints:
DockerRequirement:
Expand Down
2 changes: 1 addition & 1 deletion cwltool/schemas/v1.0/v1.0/params.cwl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class: CommandLineTool
cwlVersion: v1.0.dev4
cwlVersion: v1.0
inputs:
bar:
type: Any
Expand Down
2 changes: 1 addition & 1 deletion cwltool/schemas/v1.0/v1.0/params2.cwl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class: CommandLineTool
cwlVersion: v1.0.dev4
cwlVersion: v1.0
requirements:
- class: InlineJavascriptRequirement

Expand Down
2 changes: 1 addition & 1 deletion cwltool/schemas/v1.0/v1.0/parseInt-tool.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class: ExpressionTool
requirements:
- class: InlineJavascriptRequirement
cwlVersion: v1.0.dev4
cwlVersion: v1.0

inputs:
file1:
Expand Down
2 changes: 1 addition & 1 deletion cwltool/schemas/v1.0/v1.0/record-output.cwl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class: CommandLineTool
cwlVersion: v1.0.dev4
cwlVersion: v1.0
requirements:
- class: ShellCommandRequirement
inputs:
Expand Down
2 changes: 1 addition & 1 deletion cwltool/schemas/v1.0/v1.0/rename.cwl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class: CommandLineTool
cwlVersion: v1.0.dev4
cwlVersion: v1.0
baseCommand: "true"
requirements:
InitialWorkDirRequirement:
Expand Down
2 changes: 1 addition & 1 deletion cwltool/schemas/v1.0/v1.0/revsort.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
class: Workflow
doc: "Reverse the lines in a document, then sort those lines."
cwlVersion: v1.0.dev4
cwlVersion: v1.0

# Requirements & hints specify prerequisites and extensions to the workflow.
# In this example, DockerRequirement specifies a default Docker container
Expand Down
2 changes: 1 addition & 1 deletion cwltool/schemas/v1.0/v1.0/revtool.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Simplest example command line program wrapper for the Unix tool "rev".
#
class: CommandLineTool
cwlVersion: v1.0.dev4
cwlVersion: v1.0
doc: "Reverse each line using the `rev` command"

# The "inputs" array defines the structure of the input object that describes
Expand Down
2 changes: 1 addition & 1 deletion cwltool/schemas/v1.0/v1.0/scatter-valuefrom-wf1.cwl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env cwl-runner
cwlVersion: v1.0.dev4
cwlVersion: v1.0
class: Workflow
inputs:
inp:
Expand Down
2 changes: 1 addition & 1 deletion cwltool/schemas/v1.0/v1.0/scatter-valuefrom-wf2.cwl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env cwl-runner
cwlVersion: v1.0.dev4
cwlVersion: v1.0
class: Workflow

inputs:
Expand Down
Loading