diff 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 diff
--- a/saxswaxs/pipeline.yaml	Wed May 24 16:13:58 2023 +0000
+++ b/saxswaxs/pipeline.yaml	Wed May 24 17:03:19 2023 +0000
@@ -1,14 +1,5 @@
 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
@@ -19,12 +10,12 @@
       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