diff tomo/pipeline_combine.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 dedb67bd8d6e
children c63315c31cef
line wrap: on
line diff
--- a/tomo/pipeline_combine.yaml	Wed May 24 11:14:21 2023 +0000
+++ b/tomo/pipeline_combine.yaml	Wed May 24 11:57:05 2023 +0000
@@ -1,11 +1,11 @@
 pipeline:
 
   # Combine tomography stacks
-  - common.MultipleReader:
-      readers:
-        - NexusReader:
+  - pipeline.MultiplePipelineItem:
+      items:
+        - common.NexusReader:
             filename: reconstructed.nex
-        - YAMLReader:
+        - common.YAMLReader:
             filename: combine.yaml
             schema: TomoCombineConfig
   - tomo.TomoDataProcessor: