Created
June 1, 2016 17:17
-
-
Save pgrosu/dfd36fba955210c86e6c940db5cf9b73 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