view tomo/pipeline_combine.yaml @ 120:00eb84d2c84a draft

planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit 6697892ecc504b00077394d0c167431ec3ac12f7-dirty
author ximgchess
date Tue, 30 May 2023 14:41:09 +0000
parents b67b9979ff74
children
line wrap: on
line source

pipeline:

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