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

JS inputs from a scatter step #19

Open
KevinSayers opened this issue Jul 12, 2017 · 0 comments
Open

JS inputs from a scatter step #19

KevinSayers opened this issue Jul 12, 2017 · 0 comments

Comments

@KevinSayers
Copy link
Collaborator

When the JS inputs get parsed currently they do not work correctly. In CWL the scatter results in a single input for a given name. The parser currently parses everything at once so this results in a single array of files which do not have the JS attributes (e.g. nameroot).

read:[[class:File, path:tutorial/reads/SRR493366.fastq], [class:File, path:tutorial/reads/SRR493367.fastq], [class:File, path:tutorial/reads/SRR493368.fastq], [class:File, path:tutorial/reads/SRR493369.fastq], [class:File, path:tutorial/reads/SRR493370.fastq], [class:File, path:tutorial/reads/SRR493371.fastq]]

This should have each read separately with associated information.

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