Skip to content

Commit 99bcfbe

Browse files
author
Toby Hodges
committed
remove duplicate author/contributor info and add DOI for citation
1 parent 2e6ec6f commit 99bcfbe

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

_includes/cwl/metadata_example2.cwl

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ inputs:
1414
bam_input:
1515
type: File
1616
doc: The BAM file used as input
17-
format: http://edamontology.org/format_2572
17+
format: edam:format_2572
1818
inputBinding:
1919
position: 1
2020

@@ -23,7 +23,7 @@ stdout: output.txt
2323
outputs:
2424
report:
2525
type: File
26-
format: http://edamontology.org/format_1964
26+
format: edam:format_1964
2727
outputBinding:
2828
glob: "*.txt"
2929
doc: A text file that contains a line count
@@ -32,6 +32,7 @@ baseCommand: ["wc", "-l"]
3232

3333
$namespaces:
3434
s: https://schema.org/
35+
edam: http://edamontology.org/
3536

3637
$schemas:
3738
- https://schema.org/docs/schema_org_rdfa.html
@@ -47,13 +48,8 @@ s:contributor:
4748
s:id: http://orcid.org/0000-0002-7681-6415
4849
4950
s:name: Brian O'Connor
50-
- class: s:Person
51-
s:id: https://orcid.org/0000-0002-6130-1021
52-
s:email: dyuen@oicr.on.ca
53-
s:name: Denis Yuen
54-
5551
56-
s:citation: https://figshare.com/articles/Common_Workflow_Language_draft_3/3115156/2
52+
s:citation: https://dx.doi.org/10.6084/m9.figshare.3115156.v2
5753
s:codeRepository: https://github.com/common-workflow-language/common-workflow-language
5854
s:dateCreated: "2016-12-13"
5955
s:license: https://www.apache.org/licenses/LICENSE-2.0

0 commit comments

Comments
 (0)