Skip to content

Commit 4f6196b

Browse files
author
Toby Hodges
committed
fixed namespace references
1 parent bb3b078 commit 4f6196b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_includes/cwl/metadata_example.cwl

Lines changed: 2 additions & 2 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: edam: 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: edam: format_1964
26+
format: edam:format_1964
2727
outputBinding:
2828
glob: "*.txt"
2929
doc: A text file that contains a line count

0 commit comments

Comments
 (0)