# HG changeset patch # User ximgchess # Date 1684941973 0 # Node ID 463bf8621b88aaecd853ddd32baa518fd772f2ab # Parent 96a9113ccce3dcad28506124d8fc0eff04aa85c8 planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit b682c580a95bebc59bc33128973cee4eac8362c7-dirty diff -r 96a9113ccce3 -r 463bf8621b88 saxswaxs/pipeline.yaml --- 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