view saxswaxs/pipeline.yaml @ 166:f554351c0a06 draft

planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit c860fa7080cf5e8038672a876975bc7f9ca26d59
author ximgchess
date Wed, 05 Jul 2023 13:35:34 +0000
parents d8baf7dafbd8
children
line wrap: on
line source

pipeline:

  # Integrate map detector data
  - pipeline.MultiplePipelineItem:
      items:
        - common.YAMLReader:
            filename: map.yaml
            schema: MapConfig
        - common.YAMLReader:
            filename: integration.yaml
            schema: IntegrationConfig
  - common.IntegrateMapProcessor
  - common.NexusWriter:
      filename: map_reduceddata.nxs
      force_overwrite: true