Skip to content

Commit e0a5e7c

Browse files
authored
Merge pull request #328 from StarvingMarvin/master
Fixing mentions to draft3/4
2 parents a4950f4 + d906c4a commit e0a5e7c

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

v1.0/concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ preprocessing steps described in the
8989
[Semantic Annotations for Linked Avro Data (SALAD) Specification](SchemaSalad.html).
9090
An implementation may formally validate the structure of a CWL document using
9191
SALAD schemas located at
92-
https://github.com/common-workflow-language/common-workflow-language/tree/master/draft-4
92+
https://github.com/common-workflow-language/common-workflow-language/tree/master/v1.0
9393

9494
## Identifiers
9595

v1.0/conformance_test_v1.0.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -789,10 +789,10 @@
789789
- job: v1.0/dir4-job.yml
790790
output: {
791791
"outlist": {
792-
"checksum": "sha1$2ab6f189e84753c05a23413fbf6b6fbf4c53489f",
793-
"size": 90,
794-
"location": "output.txt",
795-
"class": "File"
792+
"checksum": "sha1$13cda8661796ae241da3a18668fb552161a72592",
793+
"size": 20,
794+
"location": "output.txt",
795+
"class": "File"
796796
}
797797
}
798798
tool: v1.0/dir4.cwl

v1.0/salad/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,6 @@ provides for robust support of inline documentation.
7070
.. _JSON-LD: http://json-ld.org
7171
.. _Avro: http://avro.apache.org
7272
.. _metaschema: https://github.com/common-workflow-language/schema_salad/blob/master/schema_salad/metaschema/metaschema.yml
73-
.. _specification: http://www.commonwl.org/draft-3/SchemaSalad.html
74-
.. _Language: https://github.com/common-workflow-language/common-workflow-language/blob/master/draft-3/CommandLineTool.yml
73+
.. _specification: http://www.commonwl.org/v1.0/SchemaSalad.html
74+
.. _Language: https://github.com/common-workflow-language/common-workflow-language/blob/master/v1.0/CommandLineTool.yml
7575
.. _RDF: https://www.w3.org/RDF/

v1.0/v1.0/dir4.cwl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ outputs:
99
type: File
1010
outputBinding:
1111
glob: output.txt
12-
arguments: ["cd", "$(inputs.inf.dirname)",
12+
arguments: ["cd", "$(inputs.inf.dirname)/xtestdir",
1313
{shellQuote: false, valueFrom: "&&"},
1414
"find", ".",
1515
{shellQuote: false, valueFrom: "|"},
1616
"sort"]
17-
stdout: output.txt
17+
stdout: output.txt

0 commit comments

Comments
 (0)