projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
16470: Fixes reload() API to match the overridden function.
[arvados.git]
/
doc
/
user
/
cwl
/
federated
/
merge.cwl
1
cwlVersion: v1.0
2
class: CommandLineTool
3
requirements:
4
SchemaDefRequirement:
5
types:
6
- $import: FileOnCluster.yml
7
inputs:
8
dataset:
9
type: File[]
10
inputBinding:
11
position: 1
12
merge_py:
13
type: File
14
default:
15
class: File
16
location: merge.py
17
outputs:
18
out:
19
type: File
20
outputBinding:
21
glob: merged.csv
22
23
arguments: [python, $(inputs.merge_py)]