10000 serialize to array of array instead of array · Issue #76 · rabix/cwl-ts · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

serialize to array of array instead of array #76

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 7EC5 statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
yoanncouillec opened this issue May 7, 2018 · 0 comments
Open

serialize to array of array instead of array #76

yoanncouillec opened this issue May 7, 2018 · 0 comments

Comments

@yoanncouillec
Copy link

base.inputs = <SBGWorkflowInputParameter[]> this.inputs.map(i => i.serialize());

Hi!
I faced a little bug while serializing CWL workflow.
When inputs type array contains more than one type it is serialize to an array of array like:
[ [ "int", "File" ] ]
However when the model contains only one typem the serialization is ok:
[ "File" ]

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
0