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

cwl-runner parses nested arrays repetively #124

Closed
lijiayong opened this issue Jul 13, 2016 · 1 comment
Closed

cwl-runner parses nested arrays repetively #124

lijiayong opened this issue Jul 13, 2016 · 1 comment

Comments

@lijiayong
Copy link
Contributor

nested-array.cwl

cwlVersion: cwl:draft-3
class: CommandLineTool
baseCommand: echo
inputs:
  - id: letters
    type:
      type: array
      items:
        type: array
        items: string
    inputBinding:
      position: 1
outputs: []

nested-array-job.yml
letters: [[a]]

cwl-runner echos 'a' twice:

$ cwl-runner nested-array.cwl nested-array-job.yml 
/home/jiayong/miniconda2/bin/cwl-runner 1.0.20160708190014
[job nested-array.cwl] /tmp/tmpOqjIQT$ echo \
    a \
    a
a a
Final process status is success
{}
@lijiayong
Copy link
Contributor Author

This is no longer an issue.

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