common-workflow-language / common-workflow-language/user_guide

pulling out a specific member of an array

未关闭
#184 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Common Workflow Language
星标
42
派生
65
PR 合并指标
30 天内没有已合并 PR

描述

``` cwl
cwlVersion: v1.0
class: Workflow

inputs: []

steps:
generates_an_array:
run: array_of_files.cwl
in: {}
out: [ an_array_of_files ]
single_file_processor:
run: only_one_file_input_tool.cwl
in:
raw_file: # this is type: File
source: generates_an_array/an_array_of_files
valueFrom: $(self[0])
out: [ result ]

outputs:
result:
type: File
outputSource: single_file_processor/result
```

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。