Skip to content
Snippets Groups Projects
Commit 4d1a9cc7 authored by Tammo Jan Dijkema's avatar Tammo Jan Dijkema
Browse files

Rename selector in parset_selector

parent a7042770
Branches
No related tags found
No related merge requests found
......@@ -2,13 +2,15 @@ class: ExpressionTool
cwlVersion: v1.0
id: parsetselector
inputs:
- id: selector
- id: select_a
type: boolean
doc: 'if true selects parset_a, files_a if false selects parset_b files_b'
- id: a_arguments
type: Any
type: Any[]
default: []
- id: b_arguments
type: Any
type: Any[]
default: []
outputs:
- id: output_arguments
type: Any
......
{
"selector": true,
"select_a": true,
"a_arguments": {"name": "a"},
"b_arguments": {"name": "b"}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment