We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb3b078 commit 4f6196bCopy full SHA for 4f6196b
_includes/cwl/metadata_example.cwl
@@ -14,7 +14,7 @@ inputs:
14
bam_input:
15
type: File
16
doc: The BAM file used as input
17
- format: edam: format_2572
+ format: edam:format_2572
18
inputBinding:
19
position: 1
20
@@ -23,7 +23,7 @@ stdout: output.txt
23
outputs:
24
report:
25
26
- format: edam: format_1964
+ format: edam:format_1964
27
outputBinding:
28
glob: "*.txt"
29
doc: A text file that contains a line count
0 commit comments