Mercurial > repos > ximgchess > chap_test_20230411
view saxswaxs/pipeline.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 source
pipeline: # Collect map data - common.YAMLReader: filename: map.yaml schema: MapConfig - common.MapProcessor - common.NexusWriter: filename: map_specdata.nxs force_overwrite: true # Integrate map detetcor data - pipeline.MultiplePipelineItem: items: - common.YAMLReader: filename: map.yaml schema: MapConfig - common.YAMLReader: filename: integration.yaml schema: IntegrationConfig - common.IntegrateMapProcessor - common.NexusWriter: filename: map_reduceddata.nxs force_overwrite: true