File tree Expand file tree Collapse file tree
copier_template/src/{{ project_name }}/templates
python_interface_to_workflows/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{% raw %}
22apiVersion: argoproj.io/v1alpha1
3- kind: WorkflowTemplate
3+ kind: ClusterWorkflowTemplate
44metadata:
55 name: visr-recon-with-{% endraw %} {{repo_name}}{% raw %}
66 annotations:
77 workflows.argoproj.io/description: |-
8- ViSR recon
9- example.yaml
8+ ViSR recon example rewritten using Hera,
9+ to convert a given .nxs file into an hdf5 file
1010 workflows.argoproj.io/title: ViSR recon
1111 workflows.diamond.ac.uk/repository: https://github.com/{% endraw %} {{github_org}}{% raw %} /{% endraw %} {{repo_name}}{% raw %}
1212 labels:
@@ -108,9 +108,9 @@ spec:
108108 }
109109 ]
110110 - name: input
111- value: ' /dls/i12/data/2025/.......'
111+ value: /dls/i12/data/2025/.......
112112 - name: output
113- value: ' /dls/i12/data/2025/.......'
113+ value: /dls/i12/data/2025/........
114114 - name: recon_outdir_name
115115 value: sweep-run
116116 - name: nprocs
Original file line number Diff line number Diff line change 11apiVersion: argoproj.io/v1alpha1
2- kind: WorkflowTemplate
2+ kind: ClusterWorkflowTemplate
33metadata:
44 name: visr-recon-with-python-interface-to-workflows
55 annotations:
66 workflows.argoproj.io/description: |-
7- ViSR recon
8- example.yaml
7+ ViSR recon example rewritten using Hera,
8+ to convert a given .nxs file into an hdf5 file
99 workflows.argoproj.io/title: ViSR recon
1010 workflows.diamond.ac.uk/repository: https://github.com/DiamondLightSource/python-interface-to-workflows
1111 labels:
@@ -107,9 +107,9 @@ spec:
107107 }
108108 ]
109109 - name: input
110- value: ' /dls/i12/data/2025/.......'
110+ value: /dls/i12/data/2025/.......
111111 - name: output
112- value: ' /dls/i12/data/2025/.......'
112+ value: /dls/i12/data/2025/........
113113 - name: recon_outdir_name
114114 value: sweep-run
115115 - name: nprocs
You can’t perform that action at this time.
0 commit comments