Skip to content

Commit 4dcba67

Browse files
committed
docs: updates copier and nomral template
1 parent c5f333b commit 4dcba67

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

src/copier_template/src/{{ project_name }}/templates/visr_recon.txt.jinja

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{% raw %}
22
apiVersion: argoproj.io/v1alpha1
3-
kind: WorkflowTemplate
3+
kind: ClusterWorkflowTemplate
44
metadata:
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

src/python_interface_to_workflows/templates/visr_recon.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
apiVersion: argoproj.io/v1alpha1
2-
kind: WorkflowTemplate
2+
kind: ClusterWorkflowTemplate
33
metadata:
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

0 commit comments

Comments
 (0)