view tomo/pipeline_reduce_nexus.yaml @ 147:24113e913212 draft

planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit ee1df7ddb8e0942881598b461bbb5bdadbe7400d-dirty
author ximgchess
date Mon, 26 Jun 2023 12:54:36 +0000
parents b67b9979ff74
children
line wrap: on
line source

pipeline:

  # Reduce tomography images
  - pipeline.MultiplePipelineItem:
      items:
        - common.NexusReader:
            filename: setup.nex
        - common.YAMLReader:
            filename: reduce.yaml
            schema: TomoReduceConfig
  - tomo.TomoDataProcessor:
      output_folder: tomo_reduce_plots
      save_figs: 'only'
  - common.NexusWriter:
      filename: output.nex
      force_overwrite: true