Add 'sdk/java-v2/' from commit '55f103e336ca9fb8bf1720d2ef4ee8dd4e221118'
[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