comparison tomo/pipeline_combine.yaml @ 91:72608a06dd7f draft

planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit 01388c69776c82e48e84676a3d17d4623f5e08bd-dirty
author ximgchess
date Wed, 24 May 2023 11:57:05 +0000
parents dedb67bd8d6e
children c63315c31cef
comparison
equal deleted inserted replaced
90:b930f59f334c 91:72608a06dd7f
1 pipeline: 1 pipeline:
2 2
3 # Combine tomography stacks 3 # Combine tomography stacks
4 - common.MultipleReader: 4 - pipeline.MultiplePipelineItem:
5 readers: 5 items:
6 - NexusReader: 6 - common.NexusReader:
7 filename: reconstructed.nex 7 filename: reconstructed.nex
8 - YAMLReader: 8 - common.YAMLReader:
9 filename: combine.yaml 9 filename: combine.yaml
10 schema: TomoCombineConfig 10 schema: TomoCombineConfig
11 - tomo.TomoDataProcessor: 11 - tomo.TomoDataProcessor:
12 output_folder: tomo_combine_plots 12 output_folder: tomo_combine_plots
13 save_figs: 'only' 13 save_figs: 'only'