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

Initial definition of a generic dppp parset step generation

parent 4b384e6f
No related branches found
No related tags found
No related merge requests found
cwlVersion: 1.1
class: CommandLineTool
baseCommand: [python, '-c']
inputs:
step_name:
type: string
doc: "name of the DPPP step"
step_type:
type: string
doc: "type of the DPPP step"
step_arguments:
type: array<string>
doc: "List of key=value parameters to pass"
outputs:
output_file:
type: File
doc: "Parset output file"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment