Skip to content

Instantly share code, notes, and snippets.

@pgrosu
Created June 1, 2016 17:15
Show Gist options
  • Save pgrosu/96250042463896da5314a7837a4e341b to your computer and use it in GitHub Desktop.
Save pgrosu/96250042463896da5314a7837a4e341b 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