File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ preprocessing steps described in the
89
89
[ Semantic Annotations for Linked Avro Data (SALAD) Specification] ( SchemaSalad.html ) .
90
90
An implementation may formally validate the structure of a CWL document using
91
91
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
93
93
94
94
## Identifiers
95
95
Original file line number Diff line number Diff line change 789
789
- job : v1.0/dir4-job.yml
790
790
output : {
791
791
" 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"
796
796
}
797
797
}
798
798
tool : v1.0/dir4.cwl
Original file line number Diff line number Diff line change @@ -70,6 +70,6 @@ provides for robust support of inline documentation.
70
70
.. _JSON-LD : http://json-ld.org
71
71
.. _Avro : http://avro.apache.org
72
72
.. _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
75
75
.. _RDF : https://www.w3.org/RDF/
Original file line number Diff line number Diff line change 9
9
type : File
10
10
outputBinding :
11
11
glob : output.txt
12
- arguments : ["cd" , "$(inputs. inf. dirname)" ,
12
+ arguments : ["cd" , "$(inputs. inf. dirname)/xtestdir " ,
13
13
{shellQuote : false, valueFrom : "&&" },
14
14
"find" , ". " ,
15
15
{shellQuote : false, valueFrom : "|" },
16
16
"sort" ]
17
- stdout : output.txt
17
+ stdout : output.txt
You can’t perform that action at this time.
0 commit comments