Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions e02/templates/Notebook_simple.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ spec:
hostPath:
path: "{{`{{ workflow.parameters.visitdir }}`}}"
type: Directory
- name: software
hostPath:
path: /dls_sw/e02/medipix_mask
type: Directory
volumeClaimTemplates:
- metadata:
name: tmp
Expand Down Expand Up @@ -77,8 +73,6 @@ spec:
mountPath: "{{`{{ workflow.parameters.visitdir }}`}}"
- name: tmp
mountPath: /tmp
- name: software
mountPath: /dls_sw/e02/medipix_mask
command: [bash]
source: |
ERROR_TXT="raise error"
Expand All @@ -89,7 +83,7 @@ spec:
-p visit "{{`{{ workflow.parameters.visitdir }}`}}" \
-p sample "{{`{{ workflow.parameters.sample }}`}}" \
-p timestamp "{{`{{workflow.parameters.timestamp}}`}}" \
-p maskpath /software/29042024_12bitmask2.h5 \
-p maskpath "/home/ruska/29042024_12bitmask2.h5" \
-p lower "{{`{{workflow.parameters.thresh_lower}}`}}" \
-p upper "{{`{{workflow.parameters.thresh_upper}}`}}" \
> $OUTPUT/papermill.log 2>&1
Expand Down