Skip to content
Snippets Groups Projects
Commit d1c4b85c authored by Mattia Mancini's avatar Mattia Mancini
Browse files

setting up valid GenericParsetGenerator step

parent 68dae318
No related branches found
No related tags found
No related merge requests found
class: CommandLineTool
cwlVersion: v1.0
id: GenericParsetGeneratorStep
baseCommand: [python, -c, 'import sys; print(sys.argv)']
$namespaces:
sbg: 'https://www.sevenbridges.com/'
id: _generic_parset_generator_step
baseCommand:
- python
- -c
- "import sys; print(sys.argv[1:])"
inputs:
- id: step_name
type: string
doc: "name of the DPPP step"
inputBinding:
position: 1
doc: name of the DPPP step
- id: step_type
type: string
doc: "type of the DPPP step"
inputBinding:
position: 2
doc: type of the DPPP step
- id: step_arguments
type: array<string>
doc: "List of key=value parameters to pass"
type: 'string[]'
inputBinding:
position: 3
doc: List of key=value parameters to pass
outputs:
- id: output_file
type: File
doc: "Parset output file"
output_file:
doc: Parset output file
type: stdout
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment