Mercurial > repos > ximgchess > chap_test_20230411
diff saxswaxs/pipeline.yaml @ 105:4205395a6091 draft
planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit 6697892ecc504b00077394d0c167431ec3ac12f7-dirty
| author | ximgchess |
|---|---|
| date | Fri, 26 May 2023 13:48:39 +0000 |
| parents | 5d0c96f9c0ff |
| children | ca285a3cc30b |
line wrap: on
line diff
--- a/saxswaxs/pipeline.yaml Thu May 25 12:44:16 2023 +0000 +++ b/saxswaxs/pipeline.yaml Fri May 26 13:48:39 2023 +0000 @@ -1,5 +1,14 @@ 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 @@ -10,12 +19,12 @@ force_overwrite: true # Integrate map detetcor data - - pipeline.MultiplePipelineItem: - items: - - common.YAMLReader: + - common.MultipleReader: + readers: + - YAMLReader: filename: map.yaml schema: MapConfig - - common.YAMLReader: + - YAMLReader: filename: integration.yaml schema: IntegrationConfig - common.IntegrateMapProcessor
