Mercurial > repos > ximgchess > chap_test_20230411
comparison tomo/pipeline_reduce_nexus.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.NexusReader: | 6 - NexusReader: |
7 filename: setup.nex | 7 filename: setup.nex |
8 - common.YAMLReader: | 8 - YAMLReader: |
9 filename: reduce.yaml | 9 filename: reduce.yaml |
10 schema: TomoReduceConfig | 10 schema: TomoReduceConfig |
11 - tomo.TomoDataProcessor: | 11 - tomo.TomoDataProcessor: |
12 output_folder: tomo_reduce_plots | 12 output_folder: tomo_reduce_plots |
13 save_figs: 'only' | 13 save_figs: 'only' |