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

Make step parse

parent 8880ce64
No related branches found
No related tags found
No related merge requests found
cwlVersion: 1.1
class: CommandLineTool class: CommandLineTool
baseCommand: [python, '-c'] cwlVersion: v1.0
id: GenericParsetGeneratorStep
baseCommand: [python, -c, 'import sys; print(sys.argv)']
inputs: inputs:
step_name: - id: step_name
type: string type: string
doc: "name of the DPPP step" doc: "name of the DPPP step"
step_type: - id: step_type
type: string type: string
doc: "type of the DPPP step" doc: "type of the DPPP step"
step_arguments: - id: step_arguments
type: array<string> type: array<string>
doc: "List of key=value parameters to pass" doc: "List of key=value parameters to pass"
outputs: outputs:
output_file: - id: output_file
type: File type: File
doc: "Parset output 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