Closed ThomasHickman closed 6 years ago
I think this is now done. This is the extra cwl that now gets inserted:
outputs:
- id: genomicsdb-workspace-path-out
doc: Resulting GenomicsDB workspace (corresponding to the input genomicsdb-workspace-path).
type: Directory
outputBinding:
glob: $(inputs['genomicsdb-workspace-path'])
The spec isn't too explicit about it, but I think it's allowed to have type: Directory
on an output.
clarifying globbing behaviour with directories: common-workflow-language/cwl-v1.1#7
Type: Directory
and glob is valid, yes
It would be better to write $(inputs.genomicsdb-workspace-path)
which doesn't require InlineJavascriptRequirement
ImportGenomicsDB produces a folder referenced to by
genomicsdb-workspace-path
. This is not specified as an output parameter