Skip to content

Commit b86a5b8

Browse files
committed
More processing job requests
1 parent e4cb4ce commit b86a5b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/murfey/client/contexts/tomo.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,7 @@ def _add_tilt(
398398
proc_url,
399399
json={
400400
"tag": tilt_series,
401+
"source": str(self._basepath),
401402
"recipe": "em-tomo-preprocess",
402403
"experiment_type": "tomography",
403404
},
@@ -406,6 +407,7 @@ def _add_tilt(
406407
proc_url,
407408
json={
408409
"tag": tilt_series,
410+
"source": str(self._basepath),
409411
"recipe": "em-tomo-align",
410412
"experiment_type": "tomography",
411413
},

0 commit comments

Comments
 (0)