view saxswaxs/pipeline.yaml @ 147:24113e913212 draft

planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit ee1df7ddb8e0942881598b461bbb5bdadbe7400d-dirty
author ximgchess
date Mon, 26 Jun 2023 12:54:36 +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