@@ -18,7 +18,7 @@ inputs:
18
18
bam_input:
19
19
type : File
20
20
doc : The BAM file used as input
21
- format : http://edamontology.org/ format_2572
21
+ format : edam: format_2572
22
22
inputBinding :
23
23
position : 1
24
24
@@ -27,19 +27,18 @@ stdout: output.txt
27
27
outputs :
28
28
report:
29
29
type : File
30
- format : http://edamontology.org/ format_1964
30
+ format : edam: format_1964
31
31
outputBinding :
32
32
glob : "*. txt"
33
33
doc : A text file that contains a line count
34
34
35
35
baseCommand : ["wc" , "-l" ]
36
36
37
37
$namespaces:
38
- s: https://schema.org/
38
+ - s: https://schema.org/
39
+ - edam: https://edamontology.org/
39
40
40
41
$schemas:
41
- - http://dublincore.org/2012/06/14/dcterms.rdf
42
- - http://xmlns.com/foaf/spec/20140114.rdf
43
42
- https://schema.org/docs/schema_org_rdfa.html
44
43
45
44
s:author:
@@ -58,10 +57,10 @@ s:contributor:
58
57
s:email: dyuen@oicr. on. ca
59
58
s:name: Denis Yuen
60
59
61
- s:citation: https://figshare . com/articles/Common_Workflow_Language_draft_3/ 3115156/2
60
+ s:citation: https://dx . doi . org/10 . 6084/m9 . figshare . 3115156. v2
62
61
s:codeRepository: https://github. com/common-workflow-language/common-workflow-language
63
62
s:dateCreated: "2016-12-13"
64
63
s:license: https://www. apache. org/licenses/LICENSE-2. 0
65
64
66
- s:keywords: http://edamontology . org/ topic_0091 , http://edamontology . org/ topic_0622
65
+ s:keywords: edam: topic_0091 , edam: topic_0622
67
66
s:programmingLanguage: C
0 commit comments