changeset 98:463bf8621b88 draft

planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit b682c580a95bebc59bc33128973cee4eac8362c7-dirty
author ximgchess
date Wed, 24 May 2023 15:26:13 +0000
parents 96a9113ccce3
children 8889fd666989
files saxswaxs/pipeline.yaml
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/saxswaxs/pipeline.yaml	Wed May 24 15:22:38 2023 +0000
+++ b/saxswaxs/pipeline.yaml	Wed May 24 15:26:13 2023 +0000
@@ -10,12 +10,12 @@
       force_overwrite: true
 
   # Integrate map detetcor data
-  - common.MultipleReader:
-      readers:
-        - YAMLReader:
+  - pipeline.MultiplePipelineItem:
+      items:
+        - common.YAMLReader:
             filename: map.yaml
             schema: MapConfig
-        - YAMLReader:
+        - common.YAMLReader:
             filename: integration.yaml
             schema: IntegrationConfig
   - common.IntegrateMapProcessor