blob: d716812e4db17d11fba576e32d797ad7e62d8de0 [file] [log] [blame]
#!/usr/bin/env cwl-runner
cwlVersion: v1.0
class: Workflow
inputs:
name: string
outputs: []
steps:
step1:
run: example.cwl
inputs:
- id: text
source: "#x/name"
outputs: []