Skip to content

Commit e526c87

Browse files
author
Toby Hodges
committed
add edam namespace and remove redundant schemas
1 parent d4e2843 commit e526c87

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

_includes/cwl/metadata_example3.cwl

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ inputs:
1818
bam_input:
1919
type: File
2020
doc: The BAM file used as input
21-
format: http://edamontology.org/format_2572
21+
format: edam:format_2572
2222
inputBinding:
2323
position: 1
2424

@@ -27,19 +27,18 @@ stdout: output.txt
2727
outputs:
2828
report:
2929
type: File
30-
format: http://edamontology.org/format_1964
30+
format: edam:format_1964
3131
outputBinding:
3232
glob: "*.txt"
3333
doc: A text file that contains a line count
3434

3535
baseCommand: ["wc", "-l"]
3636

3737
$namespaces:
38-
s: https://schema.org/
38+
- s: https://schema.org/
39+
- edam: https://edamontology.org/
3940

4041
$schemas:
41-
- http://dublincore.org/2012/06/14/dcterms.rdf
42-
- http://xmlns.com/foaf/spec/20140114.rdf
4342
- https://schema.org/docs/schema_org_rdfa.html
4443

4544
s:author:
@@ -58,10 +57,10 @@ s:contributor:
5857
s:email: dyuen@oicr.on.ca
5958
s:name: Denis Yuen
6059
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
6261
s:codeRepository: https://github.com/common-workflow-language/common-workflow-language
6362
s:dateCreated: "2016-12-13"
6463
s:license: https://www.apache.org/licenses/LICENSE-2.0
6564
66-
s:keywords: http://edamontology.org/topic_0091 , http://edamontology.org/topic_0622
65+
s:keywords: edam:topic_0091 , edam:topic_0622
6766
s:programmingLanguage: C

0 commit comments

Comments
 (0)