# HG changeset patch # User ximgchess # Date 1684929425 0 # Node ID 72608a06dd7fa797770740253cdfb54721e28d93 # Parent b930f59f334c198fed302c6746b1dfc2667f2956 planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit 01388c69776c82e48e84676a3d17d4623f5e08bd-dirty diff -r b930f59f334c -r 72608a06dd7f tomo/pipeline_combine.yaml --- a/tomo/pipeline_combine.yaml Wed May 24 11:14:21 2023 +0000 +++ b/tomo/pipeline_combine.yaml Wed May 24 11:57:05 2023 +0000 @@ -1,11 +1,11 @@ pipeline: # Combine tomography stacks - - common.MultipleReader: - readers: - - NexusReader: + - pipeline.MultiplePipelineItem: + items: + - common.NexusReader: filename: reconstructed.nex - - YAMLReader: + - common.YAMLReader: filename: combine.yaml schema: TomoCombineConfig - tomo.TomoDataProcessor: diff -r b930f59f334c -r 72608a06dd7f tomo/pipeline_find_center.yaml --- a/tomo/pipeline_find_center.yaml Wed May 24 11:14:21 2023 +0000 +++ b/tomo/pipeline_find_center.yaml Wed May 24 11:57:05 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: diff -r b930f59f334c -r 72608a06dd7f tomo/pipeline_reconstruct.yaml --- a/tomo/pipeline_reconstruct.yaml Wed May 24 11:14:21 2023 +0000 +++ b/tomo/pipeline_reconstruct.yaml Wed May 24 11:57:05 2023 +0000 @@ -1,14 +1,14 @@ pipeline: # Reconstruct tomography stacks - - common.MultipleReader: - readers: - - NexusReader: + - pipeline.MultiplePipelineItem: + items: + - common.NexusReader: filename: reduced.nex - - YAMLReader: + - common.YAMLReader: filename: reconstruct.yaml schema: TomoReconstructConfig - - YAMLReader: + - common.YAMLReader: filename: centers.yaml schema: TomoFindCenterConfig - tomo.TomoDataProcessor: diff -r b930f59f334c -r 72608a06dd7f tomo/pipeline_reduce_nexus.yaml --- a/tomo/pipeline_reduce_nexus.yaml Wed May 24 11:14:21 2023 +0000 +++ b/tomo/pipeline_reduce_nexus.yaml Wed May 24 11:57:05 2023 +0000 @@ -1,11 +1,11 @@ pipeline: # Reduce tomography images - - common.MultipleReader: - readers: - - NexusReader: + - pipeline.MultiplePipelineItem: + items: + - common.NexusReader: filename: setup.nex - - YAMLReader: + - common.YAMLReader: filename: reduce.yaml schema: TomoReduceConfig - tomo.TomoDataProcessor: diff -r b930f59f334c -r 72608a06dd7f tomo/pipeline_reduce_yaml.yaml --- a/tomo/pipeline_reduce_yaml.yaml Wed May 24 11:14:21 2023 +0000 +++ b/tomo/pipeline_reduce_yaml.yaml Wed May 24 11:57:05 2023 +0000 @@ -1,12 +1,12 @@ pipeline: # Reduce tomography images - - common.MultipleReader: - readers: - - YAMLReader: + - pipeline.MultiplePipelineItem: + items: + - common.YAMLReader: filename: map.yaml schema: MapConfig - - YAMLReader: + - common.YAMLReader: filename: reduce.yaml schema: TomoReduceConfig - tomo.TomoDataProcessor: diff -r b930f59f334c -r 72608a06dd7f tomo/tomo_reduce_old.xml --- a/tomo/tomo_reduce_old.xml Wed May 24 11:14:21 2023 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,94 +0,0 @@ - - Reduce tomography images - - tomo_macros.xml - - - - reduce.yaml && - #else - cp $input_file setup.nex && - cp $tool_config reduce.yaml && - #end if - CHAP --config - #if str($map.type_selector) == "yaml" - $__tool_directory__/pipeline_reduce_yaml.yaml - #else - $__tool_directory__/pipeline_reduce_nexus.yaml - #end if - ]]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -