Created
June 1, 2016 17:15
-
-
Save pgrosu/96250042463896da5314a7837a4e341b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tarfile: | |
class: File | |
path: hello.tar |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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