File: test13.cwl

package info (click to toggle)
python-schema-salad 8.9.20250723145140-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,076 kB
  • sloc: python: 19,177; cpp: 2,631; cs: 1,869; java: 1,341; makefile: 187; xml: 184; sh: 103; javascript: 46
file content (21 lines) | stat: -rwxr-xr-x 302 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/usr/bin/env cwl-runner
cwlVersion: v1.0
class: Workflow
inputs:
  example_flag:
    type: boolean
    inputBinding:
      position: 1
      prefix: -f

outputs: []

steps:
  example_flag:
    in: []
    out: []
    run:
      id: blah
      class: CommandLineTool
      inputs: []
      outputs: []