rabix / bunny

[Legacy] Executor for CWL workflows. Executes sbg:draft-2 and CWL 1.0
http://rabix.io
Apache License 2.0
74 stars 28 forks source link

Array of strings in glob is not supported #440

Closed bogdang989 closed 6 years ago

bogdang989 commented 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.

bogdang989 commented 6 years ago

This is actually fixed in the latest version, I was testing with an old one. Sorry for opening the issue.