comparison tomo/pipeline_reduce_yaml.yaml @ 93:c63315c31cef draft

planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit b682c580a95bebc59bc33128973cee4eac8362c7
author ximgchess
date Wed, 24 May 2023 14:33:59 +0000
parents 72608a06dd7f
children 3283cbddcc1d
comparison
equal deleted inserted replaced
92:142f73036013 93:c63315c31cef
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'