Closed bogdang989 closed 6 years ago
Glob can be specified as an array of strings(patterns) according to CWL1.0 spec, e.g. glob: ['*.txt','*.pdf'] should return both txt and pdf files.
glob: ['*.txt','*.pdf']
This is actually fixed in the latest version, I was testing with an old one. Sorry for opening the issue.
Glob can be specified as an array of strings(patterns) according to CWL1.0 spec, e.g.
glob: ['*.txt','*.pdf']
should return both txt and pdf files.