diff tomo/pipeline_reconstruct.yaml @ 103:b67b9979ff74 draft

planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit 01388c69776c82e48e84676a3d17d4623f5e08bd-dirty
author ximgchess
date Wed, 24 May 2023 18:17:09 +0000
parents f71e55577c95
children
line wrap: on
line diff
--- a/tomo/pipeline_reconstruct.yaml	Wed May 24 17:03:19 2023 +0000
+++ b/tomo/pipeline_reconstruct.yaml	Wed May 24 18:17:09 2023 +0000
@@ -1,14 +1,14 @@
 pipeline:
 
   # Reconstruct tomography stacks
-  - common.MultipleReader:
-      readers:
-        - NexusReader:
+  - pipeline.MultiplePipelineItem:
+      items:
+        - common.NexusReader:
             filename: reduced.nex
-        - YAMLReader:
+        - common.YAMLReader:
             filename: reconstruct.yaml
             schema: TomoReconstructConfig
-        - YAMLReader:
+        - common.YAMLReader:
             filename: centers.yaml
             schema: TomoFindCenterConfig
   - tomo.TomoDataProcessor: