Mercurial > repos > ximgchess > chap_test_20230411
diff tomo/pipeline_find_center.yaml @ 100:e7fd2e5b53ba draft
planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit 01388c69776c82e48e84676a3d17d4623f5e08bd-dirty
author | ximgchess |
---|---|
date | Wed, 24 May 2023 16:05:52 +0000 |
parents | 4b123ebffb06 |
children | f71e55577c95 |
line wrap: on
line diff
--- a/tomo/pipeline_find_center.yaml Wed May 24 15:29:46 2023 +0000 +++ b/tomo/pipeline_find_center.yaml Wed May 24 16:05:52 2023 +0000 @@ -1,11 +1,11 @@ pipeline: # Find rotation axis centers for the tomography stacks - - common.MultipleReader: - readers: - - NexusReader: + - pipeline.MultiplePipelineItem: + items: + - common.NexusReader: filename: reduced.nex - - YAMLReader: + - common.YAMLReader: filename: find_center.yaml schema: TomoFindCenterConfig - tomo.TomoDataProcessor: