comparison tomo/pipeline_reconstruct.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 # Reconstruct tomography stacks 3 # Reconstruct tomography stacks
4 - pipeline.MultiplePipelineItem: 4 - common.MultipleReader:
5 items: 5 readers:
6 - common.NexusReader: 6 - NexusReader:
7 filename: reduced.nex 7 filename: reduced.nex
8 - common.YAMLReader: 8 - YAMLReader:
9 filename: reconstruct.yaml 9 filename: reconstruct.yaml
10 schema: TomoReconstructConfig 10 schema: TomoReconstructConfig
11 - common.YAMLReader: 11 - YAMLReader:
12 filename: centers.yaml 12 filename: centers.yaml
13 schema: TomoFindCenterConfig 13 schema: TomoFindCenterConfig
14 - tomo.TomoDataProcessor: 14 - tomo.TomoDataProcessor:
15 output_folder: tomo_reconstruct_plots 15 output_folder: tomo_reconstruct_plots
16 save_figs: 'only' 16 save_figs: 'only'