File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -55,13 +55,13 @@ spec:
55
55
command : [bash]
56
56
source : |
57
57
python -m papermill /tmp/notebook.ipynb /tmp/notebook-parametrized.ipynb \
58
- -p inpath ' {{`{{workflow.parameters.visitdir}}`}}' /scan/i14-' {{`{{inputs.parameters.singleFirst}}`}}' .nxs \
58
+ -p inpath " {{`{{ workflow.parameters.visitdir }}`}}/scan/i14-{{`{{ inputs.parameters.singleFirst }}`}}.nxs" \
59
59
-p process_configfile /tmp/config.yaml \
60
- -p outpath ' {{`{{inputs.parameters.outputFolder}}`}}'
60
+ -p outpath " {{`{{ inputs.parameters.outputFolder }}`}}"
61
61
python -m jupyter nbconvert --execute --allow-errors --to html --output dpc --output-dir /tmp /tmp/notebook-parametrized.ipynb
62
62
volumeMounts :
63
63
- name : session
64
- mountPath : " {{`{{workflow.parameters.visitdir}}`}}"
64
+ mountPath : " {{`{{ workflow.parameters.visitdir }}`}}"
65
65
- name : tmp
66
66
mountPath : /tmp
67
67
outputs :
83
83
volumes :
84
84
- name : session
85
85
hostPath :
86
- path : " {{`{{workflow.parameters.visitdir}}`}}"
86
+ path : " {{`{{ workflow.parameters.visitdir }}`}}"
87
87
type : Directory
88
88
- name : dpc
89
89
dag :
You can’t perform that action at this time.
0 commit comments