view saxswaxs/pipeline.yaml @ 168:7883df4af8ab draft default tip

planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit 509f8f9b035d9dc3f4878cea2d14769819fe2349-dirty
author ximgchess
date Wed, 23 Aug 2023 18:33:28 +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