Mercurial > repos > ximgchess > chap_test_20230411
diff tomo/pipeline_reconstruct.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 |
line wrap: on
line diff
--- a/tomo/pipeline_reconstruct.yaml Wed May 24 13:55:45 2023 +0000 +++ b/tomo/pipeline_reconstruct.yaml Wed May 24 14:33:59 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: