diff --git a/steps/AveragingStepGenerator.cwl b/steps/AveragingStepGenerator.cwl index 0be4cc15232de2e1d7a4347a1a51c72a7d05881f..d055c481df99057e245d937f7bdc84f1eb8cf242 100755 --- a/steps/AveragingStepGenerator.cwl +++ b/steps/AveragingStepGenerator.cwl @@ -2,7 +2,7 @@ class: CommandLineTool cwlVersion: v1.0 -id: AverageStepGenerator +id: average_step_generator baseCommand: [parset_concat.py] requirements: diff --git a/steps/InitParsetGenerator.cwl b/steps/InitParsetGenerator.cwl old mode 100644 new mode 100755 index 8fa38ccae58f12f86ba9bd69aca20b53898f9467..664cd84364b64ad188e5c80d43bb3464ec6d6460 --- a/steps/InitParsetGenerator.cwl +++ b/steps/InitParsetGenerator.cwl @@ -1,7 +1,11 @@ -cwlVersion: 1.1 +#!/usr/bin/env cwl-runner + +cwlVersion: v1.0 class: CommandLineTool baseCommand: [echo, 'steps=[]'] +inputs: [] + outputs: empty_parset: type: stdout