diff --git a/steps/DP3.AveragerStepGenerator.cwl b/steps/DP3.AveragerStepGenerator.cwl
index 16b3b973c4b39e238897edad98eb5d1887748f9d..d5424919111a6c38f65053bfec5f2e299a98c076 100755
--- a/steps/DP3.AveragerStepGenerator.cwl
+++ b/steps/DP3.AveragerStepGenerator.cwl
@@ -5,7 +5,7 @@ cwlVersion: v1.0
 id: average_step_generator
 
 inputs:
-  - id: input_parset
+  - id: steps
     type: Any[]?
     default: []
   - id: step_name
@@ -61,7 +61,7 @@ steps:
       - id: step_id
         source: step_name
       - id: steps
-        source: input_parset
+        source: steps
       - id: parameters
         valueFrom: $(inputs)
       - id: timestep
diff --git a/steps/DP3.ParsetGenerator.cwl b/steps/DP3.ParsetGenerator.cwl
index 8cccf4cc7cf6c2dfd4f9e7fae536014d327d9cdd..f5837e9a3528135180143bee7fb406ef736b1efb 100644
--- a/steps/DP3.ParsetGenerator.cwl
+++ b/steps/DP3.ParsetGenerator.cwl
@@ -54,11 +54,11 @@ inputs:
     type: Any[]?
 
 outputs:
-  - id: output_parset
+  - id: parset
     doc: Parset output file
     type: File
     outputBinding:
-      glob: output_parset
+      glob: parset
   - id: input_files
     doc: additional input files
     type: File[]
@@ -145,4 +145,4 @@ outputs:
         return out_names
         }
 stdout:
-  output_parset
+  parset