view tomo/pipeline_combine.yaml @ 99:8889fd666989 draft

planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit b682c580a95bebc59bc33128973cee4eac8362c7-dirty
author ximgchess
date Wed, 24 May 2023 15:29:46 +0000
parents 4b123ebffb06
children e7fd2e5b53ba
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