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

Fix names, initparsetgenerator

parent 0f5bf10b
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
class: CommandLineTool
cwlVersion: v1.0
id: AverageStepGenerator
id: average_step_generator
baseCommand: [parset_concat.py]
requirements:
......
cwlVersion: 1.1
#!/usr/bin/env cwl-runner
cwlVersion: v1.0
class: CommandLineTool
baseCommand: [echo, 'steps=[]']
inputs: []
outputs:
empty_parset:
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