view saxswaxs/pipeline.yaml @ 104:5d0c96f9c0ff draft

planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit 6697892ecc504b00077394d0c167431ec3ac12f7-dirty
author ximgchess
date Thu, 25 May 2023 12:44:16 +0000
parents b67b9979ff74
children 4205395a6091
line wrap: on
line source

pipeline:

  # Collect map data
  - common.YAMLReader:
      filename: map.yaml
      schema: MapConfig
  - common.MapProcessor
  - common.NexusWriter:
      filename: map_specdata.nxs
      force_overwrite: true

  # Integrate map detetcor 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