comparison tomo/pipeline_combine.yaml @ 100:e7fd2e5b53ba draft

planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit 01388c69776c82e48e84676a3d17d4623f5e08bd-dirty
author ximgchess
date Wed, 24 May 2023 16:05:52 +0000
parents 4b123ebffb06
children f71e55577c95
comparison
equal deleted inserted replaced
99:8889fd666989 100:e7fd2e5b53ba
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'