Mercurial > repos > shellac > guppy_basecaller
comparison env/lib/python3.7/site-packages/cwltool/tests/wf/tar-param.cwl @ 5:9b1c78e6ba9c draft default tip
"planemo upload commit 6c0a8142489327ece472c84e558c47da711a9142"
author | shellac |
---|---|
date | Mon, 01 Jun 2020 08:59:25 -0400 |
parents | 79f47841a781 |
children |
comparison
equal
deleted
inserted
replaced
4:79f47841a781 | 5:9b1c78e6ba9c |
---|---|
1 #!/usr/bin/env cwl-runner | |
2 | |
3 cwlVersion: v1.0 | |
4 class: CommandLineTool | |
5 baseCommand: [tar, xf] | |
6 inputs: | |
7 tarfile: | |
8 type: File | |
9 inputBinding: | |
10 position: 1 | |
11 extractfile: | |
12 type: string | |
13 inputBinding: | |
14 position: 2 | |
15 outputs: | |
16 example_out: | |
17 type: File | |
18 outputBinding: | |
19 glob: $(inputs.extractfile) |