File tree Expand file tree Collapse file tree 3 files changed +28
-25
lines changed Expand file tree Collapse file tree 3 files changed +28
-25
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ outputs:
22
22
format : edam:format_1964
23
23
label : A text file that contains a line count
24
24
25
-
26
25
$namespaces:
27
- edam: http://edamontology.org/
26
+ edam: http://edamontology.org/
27
+ $schemas:
28
+ - http://edamontology.org/EDAM_1.18.owl
Original file line number Diff line number Diff line change 2
2
cwlVersion: v1.0
3
3
class: CommandLineTool
4
4
5
- label : An example tool demonstrating metadata. Note that this is an example and the metadata is not necessarily consistent.
6
-
5
+ label : An example tool demonstrating metadata.
6
+ doc : Note that this is an example and the metadata is not necessarily consistent.
7
7
8
8
inputs :
9
9
aligned_sequences:
@@ -23,26 +23,27 @@ outputs:
23
23
format : edam:format_1964
24
24
label : A text file that contains a line count
25
25
26
- $namespaces:
27
- s: https://schema.org/
28
- edam: http://edamontology.org/
29
-
30
- $schemas:
31
- - https://schema.org/docs/schema_org_rdfa.html
32
-
33
26
s:author:
34
27
- class: s:Person
35
- s:id : https://orcid.org/0000-0002-6130-1021
28
+ s:identifier : https://orcid.org/0000-0002-6130-1021
36
29
37
30
s:name: Denis Yuen
38
31
39
32
s:contributor:
40
33
- class: s:Person
41
- s:id : http://orcid.org/0000-0002-7681-6415
34
+ s:identifier : http://orcid.org/0000-0002-7681-6415
42
35
43
36
s:name: Brian O'Connor
44
37
45
38
s:citation: https://dx. doi. org/10. 6084/m9. figshare. 3115156. v2
46
39
s:codeRepository: https://github. com/common-workflow-language/common-workflow-language
47
40
s:dateCreated: "2016-12-13"
48
41
s:license: https://www. apache. org/licenses/LICENSE-2. 0
42
+
43
+ $namespaces:
44
+ s: https://schema. org/
45
+ edam: http://edamontology. org/
46
+
47
+ $schemas:
48
+ - https://schema. org/docs/schema_org_rdfa. html
49
+ - http://edamontology. org/EDAM_1. 18. owl
Original file line number Diff line number Diff line change 2
2
cwlVersion: v1.0
3
3
class: CommandLineTool
4
4
5
- label : An example tool demonstrating metadata. Note that this is an example and the metadata is not necessarily consistent.
6
-
5
+ label : An example tool demonstrating metadata.
6
+ doc : Note that this is an example and the metadata is not necessarily consistent.
7
7
8
8
hints :
9
- - class: ResourceRequirement
9
+ ResourceRequirement:
10
10
coresMin : 4
11
11
12
12
inputs :
@@ -27,22 +27,15 @@ outputs:
27
27
format : edam:format_1964
28
28
label : A text file that contains a line count
29
29
30
- $namespaces:
31
- - s: https://schema.org/
32
- - edam: https://edamontology.org/
33
-
34
- $schemas:
35
- - https://schema.org/docs/schema_org_rdfa.html
36
-
37
30
s:author:
38
31
- class: s:Person
39
- s:id : https://orcid.org/0000-0002-6130-1021
32
+ s:identifier : https://orcid.org/0000-0002-6130-1021
40
33
41
34
s:name: Denis Yuen
42
35
43
36
s:contributor:
44
37
- class: s:Person
45
- s:id : http://orcid.org/0000-0002-7681-6415
38
+ s:identifier : http://orcid.org/0000-0002-7681-6415
46
39
47
40
s:name: Brian O'Connor
48
41
@@ -53,3 +46,11 @@ s:license: https://www.apache.org/licenses/LICENSE-2.0
53
46
54
47
s:keywords: edam:topic_0091 , edam:topic_0622
55
48
s:programmingLanguage: C
49
+
50
+ $namespaces:
51
+ s: https://schema. org/
52
+ edam: https://edamontology. org/
53
+
54
+ $schemas:
55
+ - https://schema. org/docs/schema_org_rdfa. html
56
+ - http://edamontology. org/EDAM_1. 18. owl
You can’t perform that action at this time.
0 commit comments