Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for ECMAScript 6.0 in rabix executor and composer #451

Open
zymergen-mbarton opened this issue Jan 24, 2019 · 2 comments
Open

Support for ECMAScript 6.0 in rabix executor and composer #451

zymergen-mbarton opened this issue Jan 24, 2019 · 2 comments

Comments

@zymergen-mbarton
Copy link

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/common-workflow-language#329)

requirements:
  cwltool:ECMAScriptVersionRequirement:
    ecmascriptVersion: 6

Would it be possible to do something similar for rabix in the mean time?

@ghost
Copy link

ghost commented Jan 28, 2019

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!

@zymergen-mbarton
Copy link
Author

zymergen-mbarton commented Jan 28, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant