Mercurial > repos > ximgchess > chap_test_20230411
view tomo/pipeline_reconstruct.yaml @ 121:d523d6396e58 draft
planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit 6697892ecc504b00077394d0c167431ec3ac12f7-dirty
| author | ximgchess |
|---|---|
| date | Tue, 30 May 2023 14:52:07 +0000 |
| parents | b67b9979ff74 |
| children |
line wrap: on
line source
pipeline: # Reconstruct tomography stacks - pipeline.MultiplePipelineItem: items: - common.NexusReader: filename: reduced.nex - common.YAMLReader: filename: reconstruct.yaml schema: TomoReconstructConfig - common.YAMLReader: filename: centers.yaml schema: TomoFindCenterConfig - tomo.TomoDataProcessor: output_folder: tomo_reconstruct_plots save_figs: 'only' - common.NexusWriter: filename: output.nex force_overwrite: true
