You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to provide support for ES6 in rabix executor?
My understanding is that CWL 1.0 is ES5.1 and CWL 1.1 is ES6. The cwltool
executor however provides support via an additional requirement
(common-workflow-language/cwl-v1.3#67)
Hi @zymergen-mbarton , could you share the CWL you are trying to run (private message is fine, if this is confidential). Rabix Executor runs both ES5 and ES6 and does not require strict mode like CWLtool and toil do. For this reason it is a more admissive executor. It would be helpful to see what expression is failing on RE. Thanks!
Would it be possible to provide support for ES6 in rabix executor?
My understanding is that CWL 1.0 is ES5.1 and CWL 1.1 is ES6. The cwltool
executor however provides support via an additional requirement
(common-workflow-language/cwl-v1.3#67)
Would it be possible to do something similar for rabix in the mean time?
The text was updated successfully, but these errors were encountered: