comparison tomo/pipeline_combine.yaml @ 95:3283cbddcc1d draft

planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit 01388c69776c82e48e84676a3d17d4623f5e08bd-dirty
author ximgchess
date Wed, 24 May 2023 14:46:50 +0000
parents c63315c31cef
children 4b123ebffb06
comparison
equal deleted inserted replaced
94:5479b4b4f0e6 95:3283cbddcc1d
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'