view tomo/pipeline_reduce_yaml.yaml @ 43:5d3313dbb8a2 draft

planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit eda217fb0afe5af50380a24b578c668db9c004f4-dirty
author ximgchess
date Wed, 12 Apr 2023 14:31:08 +0000
parents 84a215623d9e
children 2679014bb6eb
line wrap: on
line source

pipeline:

  # Reduce tomography images
  - common.MultipleReader:
      readers:
        - YAMLReader:
            filename: map.yaml
            schema: MapConfig
        - YAMLReader:
            filename: reduce.yaml
            schema: TomoReduceConfig
  - tomo.TomoDataProcessor
  - common.NexusWriter:
      filename: output.nex
      force_overwrite: true