comparison tomo/pipeline_reduce_yaml.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 # Reduce tomography images 3 # Reduce tomography images
4 - common.MultipleReader: 4 - pipeline.MultiplePipelineItem:
5 readers: 5 items:
6 - YAMLReader: 6 - common.YAMLReader:
7 filename: map.yaml 7 filename: map.yaml
8 schema: MapConfig 8 schema: MapConfig
9 - YAMLReader: 9 - common.YAMLReader:
10 filename: reduce.yaml 10 filename: reduce.yaml
11 schema: TomoReduceConfig 11 schema: TomoReduceConfig
12 - tomo.TomoDataProcessor: 12 - tomo.TomoDataProcessor:
13 output_folder: tomo_reduce_plots 13 output_folder: tomo_reduce_plots
14 save_figs: 'only' 14 save_figs: 'only'