view tomo/pipeline_reduce_yaml.yaml @ 1:84a215623d9e draft

planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit f4980be19456f3f51758e06e2eb7520924ce1e3a
author ximgchess
date Tue, 11 Apr 2023 15:49:53 +0000
parents
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