comparison tomo/pipeline_reduce_yaml.yaml @ 96:4b123ebffb06 draft

planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit b682c580a95bebc59bc33128973cee4eac8362c7-dirty
author ximgchess
date Wed, 24 May 2023 14:47:49 +0000
parents 3283cbddcc1d
children e7fd2e5b53ba
comparison
equal deleted inserted replaced
95:3283cbddcc1d 96:4b123ebffb06
1 pipeline: 1 pipeline:
2 2
3 # Reduce tomography images 3 # Reduce tomography images
4 - pipeline.MultiplePipelineItem: 4 - common.MultipleReader:
5 items: 5 readers:
6 - common.YAMLReader: 6 - YAMLReader:
7 filename: map.yaml 7 filename: map.yaml
8 schema: MapConfig 8 schema: MapConfig
9 - common.YAMLReader: 9 - 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'