view tomo/pipeline_combine.yaml @ 83:9b6e931e0de0 draft

planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit 64d735e72badb6466fcf32843328300887a4a46e-dirty
author ximgchess
date Tue, 02 May 2023 15:07:28 +0000
parents dedb67bd8d6e
children 72608a06dd7f
line wrap: on
line source

pipeline:

  # Combine tomography stacks
  - common.MultipleReader:
      readers:
        - NexusReader:
            filename: reconstructed.nex
        - YAMLReader:
            filename: combine.yaml
            schema: TomoCombineConfig
  - tomo.TomoDataProcessor:
      output_folder: tomo_combine_plots
      save_figs: 'only'
  - common.NexusWriter:
      filename: output.nex
      force_overwrite: true