diff tomo/pipeline_reduce_yaml.yaml @ 91:72608a06dd7f draft

planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit 01388c69776c82e48e84676a3d17d4623f5e08bd-dirty
author ximgchess
date Wed, 24 May 2023 11:57:05 +0000
parents 2679014bb6eb
children c63315c31cef
line wrap: on
line diff
--- a/tomo/pipeline_reduce_yaml.yaml	Wed May 24 11:14:21 2023 +0000
+++ b/tomo/pipeline_reduce_yaml.yaml	Wed May 24 11:57:05 2023 +0000
@@ -1,12 +1,12 @@
 pipeline:
 
   # Reduce tomography images
-  - common.MultipleReader:
-      readers:
-        - YAMLReader:
+  - pipeline.MultiplePipelineItem:
+      items:
+        - common.YAMLReader:
             filename: map.yaml
             schema: MapConfig
-        - YAMLReader:
+        - common.YAMLReader:
             filename: reduce.yaml
             schema: TomoReduceConfig
   - tomo.TomoDataProcessor: