Skip to content

Instantly share code, notes, and snippets.

@anton-khodak
Created January 22, 2018 18:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anton-khodak/a49af4acd5b3fe39b5a902441f324da4 to your computer and use it in GitHub Desktop.
Save anton-khodak/a49af4acd5b3fe39b5a902441f324da4 to your computer and use it in GitHub Desktop.
#!/usr/bin/env cwl-runner
class: Workflow
cwlVersion: v1.0
inputs: []
outputs: []
steps:
step1:
in: []
out: []
run:
class: CommandLineTool
inputs: []
outputs: []
baseCommand: "sleep"
arguments:
- "5"
step2:
in: []
out: []
run:
class: CommandLineTool
inputs: []
outputs: []
baseCommand: "sleep"
arguments:
- "6"
step3:
in: []
out: []
run:
class: CommandLineTool
inputs: []
outputs: []
baseCommand: "sleep"
arguments:
- "7"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment