Actions
Bug #9588
closed[CWL] cwl-runner parses nested arrays repetively
Status:
Resolved
Priority:
Normal
Assigned To:
Tom Morris
Category:
-
Target version:
-
Story points:
-
Description
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
{}
Updated by Peter Amstutz over 9 years ago
Can you file an issue at https://github.com/common-workflow-language/cwltool/issues
Updated by Jiayong Li over 9 years ago
Updated by Tom Morris over 9 years ago
- Target version set to Arvados Future Sprints
- Assigned To set to Tom Morris
Updated by Jiayong Li about 9 years ago
- Status changed from New to Resolved
This is no longer an issue.
Updated by Tom Morris about 7 years ago
- Target version deleted (
Arvados Future Sprints)
Actions