# HG changeset patch # User ximgchess # Date 1685469780 0 # Node ID ca285a3cc30b918bdc495c893061f7d389420c06 # Parent 1d40ef04d7ec9c7eedc6b3319177d4029d117ad0 planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit e77d79bf9a41af058415953e35d20a42e014d90a diff -r 1d40ef04d7ec -r ca285a3cc30b saxswaxs/pipeline.yaml --- 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 diff -r 1d40ef04d7ec -r ca285a3cc30b saxswaxs/reduce.xml --- a/saxswaxs/reduce.xml Tue May 30 15:18:46 2023 +0000 +++ b/saxswaxs/reduce.xml Tue May 30 18:03:00 2023 +0000 @@ -1,7 +1,7 @@ - chessanalysispipeline - requests + chessanalysispipeline + nexusformat pyfai pydantic @@ -16,14 +16,12 @@ - -