comparison env/lib/python3.9/site-packages/cwltool/tests/wf/formattest.cwl @ 0:4f3585e2f14b draft default tip

"planemo upload commit 60cee0fc7c0cda8592644e1aad72851dec82c959"
author shellac
date Mon, 22 Mar 2021 18:12:50 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:4f3585e2f14b
1 #!/usr/bin/env cwl-runner
2 $namespaces:
3 edam: "http://edamontology.org/"
4 $schemas:
5 - empty.ttl
6 cwlVersion: v1.0
7 class: CommandLineTool
8 doc: "Reverse each line using the `rev` command"
9 inputs:
10 input:
11 type: File
12 inputBinding: {}
13 format: edam:format_2330
14
15 outputs:
16 output:
17 type: File
18 outputBinding:
19 glob: output.txt
20 format: edam:format_2330
21
22 baseCommand: rev
23 stdout: output.txt