view tomo/pipeline_reduce_nexus.yaml @ 53:e6848e9c1c3c draft

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

pipeline:

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