From bd8dedf881a2f90763ab69bdfc0c3cb5f117b037 Mon Sep 17 00:00:00 2001 From: mancini <mancini@astron.nl> Date: Mon, 11 Oct 2021 11:44:00 +0200 Subject: [PATCH] Change bin name --- steps/DPPP.cwl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/steps/DPPP.cwl b/steps/DPPP.cwl index 08d519b..de36a5c 100755 --- a/steps/DPPP.cwl +++ b/steps/DPPP.cwl @@ -2,7 +2,7 @@ class: CommandLineTool cwlVersion: v1.1 id: dppp baseCommand: - - DPPP + - DP3 inputs: - id: parset type: File? -- GitLab