Skip to content

Instantly share code, notes, and snippets.

@pgrosu
Created June 1, 2016 17:17
Show Gist options
  • Save pgrosu/dfd36fba955210c86e6c940db5cf9b73 to your computer and use it in GitHub Desktop.
Save pgrosu/dfd36fba955210c86e6c940db5cf9b73 to your computer and use it in GitHub Desktop.
tarfile:
class: File
path: hello.tar
cwlVersion: cwl:draft-3
class: CommandLineTool
baseCommand: [tar, xf]
inputs:
- id: tarfile
type: File
inputBinding:
position: 1
outputs:
- id: example_out
type: File
outputBinding:
glob: hello.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment