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 666d279 commit ba014f7Copy full SHA for ba014f7
_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: http://edamontology.org/format_2572
+ format: edam: format_2572
18
inputBinding:
19
position: 1
20
@@ -23,13 +23,12 @@ stdout: output.txt
23
outputs:
24
report:
25
26
- format: http://edamontology.org/format_1964
+ format: edam: format_1964
27
outputBinding:
28
glob: "*.txt"
29
doc: A text file that contains a line count
30
31
baseCommand: ["wc", "-l"]
32
33
-$schemas:
34
-- http://dublincore.org/2012/06/14/dcterms.rdf
35
-- http://xmlns.com/foaf/spec/20140114.rdf
+$namespaces:
+ edam: http://edamontology.org/
0 commit comments