Mercurial > repos > ximgchess > chap_test_20230411
diff tomo/pipeline_reconstruct.yaml @ 102:f71e55577c95 draft
planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit b682c580a95bebc59bc33128973cee4eac8362c7-dirty
author | ximgchess |
---|---|
date | Wed, 24 May 2023 17:03:19 +0000 |
parents | e7fd2e5b53ba |
children | b67b9979ff74 |
line wrap: on
line diff
--- a/tomo/pipeline_reconstruct.yaml Wed May 24 16:13:58 2023 +0000 +++ b/tomo/pipeline_reconstruct.yaml Wed May 24 17:03:19 2023 +0000 @@ -1,14 +1,14 @@ pipeline: # Reconstruct tomography stacks - - pipeline.MultiplePipelineItem: - items: - - common.NexusReader: + - common.MultipleReader: + readers: + - NexusReader: filename: reduced.nex - - common.YAMLReader: + - YAMLReader: filename: reconstruct.yaml schema: TomoReconstructConfig - - common.YAMLReader: + - YAMLReader: filename: centers.yaml schema: TomoFindCenterConfig - tomo.TomoDataProcessor: