18870: Need to declare NODES as array
[arvados.git] / sdk / cwl / tests / 13931-size.cwl
1 cwlVersion: v1.0
2 class: CommandLineTool
3 inputs:
4   fastq1: File
5 outputs:
6   out: stdout
7 baseCommand: echo
8 arguments:
9   - $(inputs.fastq1.size)
10 stdout: size.txt