view tomo/pipeline_reduce_yaml.yaml @ 139:59d672fde7fd draft

planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit 3d091903055c4f157d9e266f8af0157fac1c95fd-dirty
author ximgchess
date Thu, 22 Jun 2023 14:45:11 +0000
parents b67b9979ff74
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