Mercurial > repos > ximgchess > chap_test_20230411
annotate saxswaxs/pipeline.yaml @ 0:47d2a1f087d1 draft
planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit fe909397cd829fe9a784a810d0264ab1751ae090-dirty
author | ximgchess |
---|---|
date | Tue, 11 Apr 2023 14:41:16 +0000 |
parents | |
children | a560d5143348 |
rev | line source |
---|---|
0
47d2a1f087d1
planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit fe909397cd829fe9a784a810d0264ab1751ae090-dirty
ximgchess
parents:
diff
changeset
|
1 pipeline: |
47d2a1f087d1
planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit fe909397cd829fe9a784a810d0264ab1751ae090-dirty
ximgchess
parents:
diff
changeset
|
2 |
47d2a1f087d1
planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit fe909397cd829fe9a784a810d0264ab1751ae090-dirty
ximgchess
parents:
diff
changeset
|
3 # Download example data |
47d2a1f087d1
planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit fe909397cd829fe9a784a810d0264ab1751ae090-dirty
ximgchess
parents:
diff
changeset
|
4 - common.URLReader: |
47d2a1f087d1
planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit fe909397cd829fe9a784a810d0264ab1751ae090-dirty
ximgchess
parents:
diff
changeset
|
5 url: https://gitlab01.classe.cornell.edu/api/v4/projects/308/repository/files/saxswaxs%2frawdata_test_1d.tar/raw?ref=main |
47d2a1f087d1
planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit fe909397cd829fe9a784a810d0264ab1751ae090-dirty
ximgchess
parents:
diff
changeset
|
6 headers: |
47d2a1f087d1
planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit fe909397cd829fe9a784a810d0264ab1751ae090-dirty
ximgchess
parents:
diff
changeset
|
7 PRIVATE-TOKEN: # your token here |
47d2a1f087d1
planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit fe909397cd829fe9a784a810d0264ab1751ae090-dirty
ximgchess
parents:
diff
changeset
|
8 - common.URLResponseProcessor |
47d2a1f087d1
planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit fe909397cd829fe9a784a810d0264ab1751ae090-dirty
ximgchess
parents:
diff
changeset
|
9 - common.ExtractArchiveWriter: |
47d2a1f087d1
planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit fe909397cd829fe9a784a810d0264ab1751ae090-dirty
ximgchess
parents:
diff
changeset
|
10 filename: . |
47d2a1f087d1
planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit fe909397cd829fe9a784a810d0264ab1751ae090-dirty
ximgchess
parents:
diff
changeset
|
11 |
47d2a1f087d1
planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit fe909397cd829fe9a784a810d0264ab1751ae090-dirty
ximgchess
parents:
diff
changeset
|
12 # Collect map data |
47d2a1f087d1
planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit fe909397cd829fe9a784a810d0264ab1751ae090-dirty
ximgchess
parents:
diff
changeset
|
13 - common.YAMLReader: |
47d2a1f087d1
planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit fe909397cd829fe9a784a810d0264ab1751ae090-dirty
ximgchess
parents:
diff
changeset
|
14 filename: map.yaml |
47d2a1f087d1
planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit fe909397cd829fe9a784a810d0264ab1751ae090-dirty
ximgchess
parents:
diff
changeset
|
15 schema: MapConfig |
47d2a1f087d1
planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit fe909397cd829fe9a784a810d0264ab1751ae090-dirty
ximgchess
parents:
diff
changeset
|
16 - common.MapProcessor |
47d2a1f087d1
planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit fe909397cd829fe9a784a810d0264ab1751ae090-dirty
ximgchess
parents:
diff
changeset
|
17 - common.NexusWriter: |
47d2a1f087d1
planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit fe909397cd829fe9a784a810d0264ab1751ae090-dirty
ximgchess
parents:
diff
changeset
|
18 filename: map_specdata.nxs |
47d2a1f087d1
planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit fe909397cd829fe9a784a810d0264ab1751ae090-dirty
ximgchess
parents:
diff
changeset
|
19 force_overwrite: true |
47d2a1f087d1
planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit fe909397cd829fe9a784a810d0264ab1751ae090-dirty
ximgchess
parents:
diff
changeset
|
20 |
47d2a1f087d1
planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit fe909397cd829fe9a784a810d0264ab1751ae090-dirty
ximgchess
parents:
diff
changeset
|
21 # Integrate map detetcor data |
47d2a1f087d1
planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit fe909397cd829fe9a784a810d0264ab1751ae090-dirty
ximgchess
parents:
diff
changeset
|
22 - common.MultipleReader: |
47d2a1f087d1
planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit fe909397cd829fe9a784a810d0264ab1751ae090-dirty
ximgchess
parents:
diff
changeset
|
23 readers: |
47d2a1f087d1
planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit fe909397cd829fe9a784a810d0264ab1751ae090-dirty
ximgchess
parents:
diff
changeset
|
24 - YAMLReader: |
47d2a1f087d1
planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit fe909397cd829fe9a784a810d0264ab1751ae090-dirty
ximgchess
parents:
diff
changeset
|
25 filename: map.yaml |
47d2a1f087d1
planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit fe909397cd829fe9a784a810d0264ab1751ae090-dirty
ximgchess
parents:
diff
changeset
|
26 schema: MapConfig |
47d2a1f087d1
planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit fe909397cd829fe9a784a810d0264ab1751ae090-dirty
ximgchess
parents:
diff
changeset
|
27 - YAMLReader: |
47d2a1f087d1
planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit fe909397cd829fe9a784a810d0264ab1751ae090-dirty
ximgchess
parents:
diff
changeset
|
28 filename: integration.yaml |
47d2a1f087d1
planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit fe909397cd829fe9a784a810d0264ab1751ae090-dirty
ximgchess
parents:
diff
changeset
|
29 schema: IntegrationConfig |
47d2a1f087d1
planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit fe909397cd829fe9a784a810d0264ab1751ae090-dirty
ximgchess
parents:
diff
changeset
|
30 - common.IntegrateMapProcessor |
47d2a1f087d1
planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit fe909397cd829fe9a784a810d0264ab1751ae090-dirty
ximgchess
parents:
diff
changeset
|
31 - common.NexusWriter: |
47d2a1f087d1
planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit fe909397cd829fe9a784a810d0264ab1751ae090-dirty
ximgchess
parents:
diff
changeset
|
32 filename: map_reduceddata.nxs |
47d2a1f087d1
planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit fe909397cd829fe9a784a810d0264ab1751ae090-dirty
ximgchess
parents:
diff
changeset
|
33 force_overwrite: true |