Workflow: revsort.cwl
Reverse the lines in a document, then sort those lines.
- Selected
- |
- Default Values
- Nested Workflows
- Tools
- Inputs/Outputs
This workflow is Open Source and may be reused according to the terms of:
Apache License 2.0
Note that the tools invoked by the workflow may have separate licenses.
Inputs
ID | Type | Title | Doc |
---|---|---|---|
reverse_sort | Boolean |
If true, reverse (decending) sort |
|
workflow_input | File [format] |
The input file to be processed. |
Steps
ID | Runs | Label | Doc |
---|---|---|---|
rev |
revtool.cwl
(CommandLineTool)
|
Reverse each line using the `rev` command |
|
sorted |
sorttool.cwl
(CommandLineTool)
|
Sort lines using the `sort` command |
Outputs
ID | Type | Label | Doc |
---|---|---|---|
sorted_output | File |
The output with the lines reversed and sorted. |
Permalink:
https://w3id.org/cwl/view/git/2710cfe731374cf7244116dd7186fc2b6e4af344/tests/wf/revsort.cwl