From 0062cb7797f01bd5d42a42e4232d739c37bfaeb3 Mon Sep 17 00:00:00 2001 From: Tammo Jan Dijkema <dijkema@astron.nl> Date: Thu, 26 Sep 2019 14:12:39 +0200 Subject: [PATCH] Fix names, initparsetgenerator --- steps/AveragingStepGenerator.cwl | 2 +- steps/InitParsetGenerator.cwl | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) mode change 100644 => 100755 steps/InitParsetGenerator.cwl diff --git a/steps/AveragingStepGenerator.cwl b/steps/AveragingStepGenerator.cwl index 0be4cc15..d055c481 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 8fa38cca..664cd843 --- 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 -- GitLab