view tomo/pipeline_reduce_yaml.yaml @ 103:b67b9979ff74 draft

planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit 01388c69776c82e48e84676a3d17d4623f5e08bd-dirty
author ximgchess
date Wed, 24 May 2023 18:17:09 +0000
parents f71e55577c95
children
line wrap: on
line source

pipeline:

  # Reduce tomography images
  - pipeline.MultiplePipelineItem:
      items:
        - common.YAMLReader:
            filename: map.yaml
            schema: MapConfig
        - 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