blob: 1081a0ff6a077b866c952e65d4e107f19f7475a8 [file] [log] [blame]
#!/usr/bin/env cwl-runner
cwlVersion: v1.0
class: CommandLineTool
baseCommand: python3.6
inputs:
test_script:
type: string
inputBinding:
position: 1
arg_file:
type: string
inputBinding:
position: 2
outputs: []