Mercurial > repos > ximgchess > chap_test_20230411
diff saxswaxs/pipeline.yaml @ 126:ca285a3cc30b draft
planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit e77d79bf9a41af058415953e35d20a42e014d90a
author | ximgchess |
---|---|
date | Tue, 30 May 2023 18:03:00 +0000 |
parents | 4205395a6091 |
children | d8baf7dafbd8 |
line wrap: on
line diff
--- a/saxswaxs/pipeline.yaml Tue May 30 15:18:46 2023 +0000 +++ b/saxswaxs/pipeline.yaml Tue May 30 18:03:00 2023 +0000 @@ -1,30 +1,12 @@ pipeline: - # Download example data - - common.URLReader: - url: https://gitlab01.classe.cornell.edu/api/v4/projects/308/repository/files/saxswaxs%2frawdata_test_1d.tar/raw?ref=main - headers: - PRIVATE-TOKEN: # your token here - - common.URLResponseProcessor - - common.ExtractArchiveWriter: - filename: . - - # 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 - - common.MultipleReader: - readers: - - YAMLReader: + - pipeline.MultiplePipelineItem: + items: + - common.YAMLReader: filename: map.yaml schema: MapConfig - - YAMLReader: + - common.YAMLReader: filename: integration.yaml schema: IntegrationConfig - common.IntegrateMapProcessor