view tomo/pipeline_reduce_nexus.yaml @ 83:9b6e931e0de0 draft

planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit 64d735e72badb6466fcf32843328300887a4a46e-dirty
author ximgchess
date Tue, 02 May 2023 15:07:28 +0000
parents 2679014bb6eb
children 72608a06dd7f
line wrap: on
line source

pipeline:

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