Mercurial > repos > shellac > guppy_basecaller
comparison env/lib/python3.7/site-packages/cwltool/tests/echo-position-expr.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 class: CommandLineTool | |
| 4 cwlVersion: v1.0 | |
| 5 requirements: | |
| 6 InlineJavascriptRequirement: {} | |
| 7 inputs: | |
| 8 one: | |
| 9 type: int | |
| 10 inputBinding: | |
| 11 position: $(self) | |
| 12 two: | |
| 13 type: int | |
| 14 inputBinding: | |
| 15 valueFrom: sensation! | |
| 16 position: ${return self+1;} | |
| 17 arguments: | |
| 18 - position: ${return 2;} | |
| 19 valueFrom: singular | |
| 20 outputs: | |
| 21 out: | |
| 22 type: string | |
| 23 outputBinding: | |
| 24 glob: out.txt | |
| 25 loadContents: true | |
| 26 outputEval: $(self[0].contents) | |
| 27 baseCommand: echo | |
| 28 stdout: out.txt |
