-
-
Notifications
You must be signed in to change notification settings - Fork 196
Closed
Description
In conformance_test_v1.0.yaml
test id 63 expected empty output.
(metadata.cwl, cat-job.json)
- output: {}
job: v1.0/cat-job.json
tool: v1.0/metadata.cwl
label: metadata
id: 63
doc: Test metadata
tags: [ required ]
In metadata.cwl , following lines are written.
outputs: []
baseCommand: cat
Name of file is metadata.cwl
and the file have metadata information.
I thinkdoc field is different expected result.
doc: "Print the contents of a file to stdout using 'cat' running in a docker container."
dct:creator:
id: "http://orcid.org/0000-0003-3566-7705"
class: foaf:Person
foaf:name: Peter Amstutz
foaf:mbox: "mailto:[email protected]"
I think because of filename , this test MUST be test about metadata.
And doc field MUST be updated.
Or change filename and doc field.
Metadata
Metadata
Assignees
Labels
No labels