view tomo/pipeline_reduce_nexus.yaml @ 65:3af7a69bd3d6 draft

planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit c49c98aa168b9bb4c31c5e447712dfb9942572f6-dirty
author ximgchess
date Thu, 13 Apr 2023 13:54:53 +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