Mercurial > repos > ximgchess > chap_test_20230411
annotate tomo/pipeline_reconstruct.yaml @ 95:3283cbddcc1d draft
planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit 01388c69776c82e48e84676a3d17d4623f5e08bd-dirty
author | ximgchess |
---|---|
date | Wed, 24 May 2023 14:46:50 +0000 |
parents | c63315c31cef |
children | 4b123ebffb06 |
rev | line source |
---|---|
66
3b1dbe3fb91b
planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit 922ced93dce7a89190712f1ad9abad569fe52683
ximgchess
parents:
diff
changeset
|
1 pipeline: |
3b1dbe3fb91b
planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit 922ced93dce7a89190712f1ad9abad569fe52683
ximgchess
parents:
diff
changeset
|
2 |
3b1dbe3fb91b
planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit 922ced93dce7a89190712f1ad9abad569fe52683
ximgchess
parents:
diff
changeset
|
3 # Reconstruct tomography stacks |
95
3283cbddcc1d
planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit 01388c69776c82e48e84676a3d17d4623f5e08bd-dirty
ximgchess
parents:
93
diff
changeset
|
4 - pipeline.MultiplePipelineItem: |
3283cbddcc1d
planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit 01388c69776c82e48e84676a3d17d4623f5e08bd-dirty
ximgchess
parents:
93
diff
changeset
|
5 items: |
3283cbddcc1d
planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit 01388c69776c82e48e84676a3d17d4623f5e08bd-dirty
ximgchess
parents:
93
diff
changeset
|
6 - common.NexusReader: |
74
dedb67bd8d6e
planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit 919e80fa3f8a9160766ff4d2c6b8956ec5553ad3-dirty
ximgchess
parents:
66
diff
changeset
|
7 filename: reduced.nex |
95
3283cbddcc1d
planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit 01388c69776c82e48e84676a3d17d4623f5e08bd-dirty
ximgchess
parents:
93
diff
changeset
|
8 - common.YAMLReader: |
66
3b1dbe3fb91b
planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit 922ced93dce7a89190712f1ad9abad569fe52683
ximgchess
parents:
diff
changeset
|
9 filename: reconstruct.yaml |
3b1dbe3fb91b
planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit 922ced93dce7a89190712f1ad9abad569fe52683
ximgchess
parents:
diff
changeset
|
10 schema: TomoReconstructConfig |
95
3283cbddcc1d
planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit 01388c69776c82e48e84676a3d17d4623f5e08bd-dirty
ximgchess
parents:
93
diff
changeset
|
11 - common.YAMLReader: |
66
3b1dbe3fb91b
planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit 922ced93dce7a89190712f1ad9abad569fe52683
ximgchess
parents:
diff
changeset
|
12 filename: centers.yaml |
3b1dbe3fb91b
planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit 922ced93dce7a89190712f1ad9abad569fe52683
ximgchess
parents:
diff
changeset
|
13 schema: TomoFindCenterConfig |
3b1dbe3fb91b
planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit 922ced93dce7a89190712f1ad9abad569fe52683
ximgchess
parents:
diff
changeset
|
14 - tomo.TomoDataProcessor: |
3b1dbe3fb91b
planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit 922ced93dce7a89190712f1ad9abad569fe52683
ximgchess
parents:
diff
changeset
|
15 output_folder: tomo_reconstruct_plots |
3b1dbe3fb91b
planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit 922ced93dce7a89190712f1ad9abad569fe52683
ximgchess
parents:
diff
changeset
|
16 save_figs: 'only' |
3b1dbe3fb91b
planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit 922ced93dce7a89190712f1ad9abad569fe52683
ximgchess
parents:
diff
changeset
|
17 - common.NexusWriter: |
74
dedb67bd8d6e
planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit 919e80fa3f8a9160766ff4d2c6b8956ec5553ad3-dirty
ximgchess
parents:
66
diff
changeset
|
18 filename: output.nex |
66
3b1dbe3fb91b
planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit 922ced93dce7a89190712f1ad9abad569fe52683
ximgchess
parents:
diff
changeset
|
19 force_overwrite: true |