Skip to content

Commit ba014f7

Browse files
author
Toby Hodges
committed
add EDAM namespace and remove redundant schemas
1 parent 666d279 commit ba014f7

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

_includes/cwl/metadata_example.cwl

Lines changed: 4 additions & 5 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,13 +23,12 @@ 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
3030

3131
baseCommand: ["wc", "-l"]
3232

33-
$schemas:
34-
- http://dublincore.org/2012/06/14/dcterms.rdf
35-
- http://xmlns.com/foaf/spec/20140114.rdf
33+
$namespaces:
34+
edam: http://edamontology.org/

0 commit comments

Comments
 (0)