Skip to content

Commit 32ecc10

Browse files
committed
Generate extract pj
1 parent 86ed2c6 commit 32ecc10

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/murfey/client/contexts/tomo.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,13 @@ def register_tomography_data_collections(
161161
data=dc_data,
162162
)
163163

164-
for recipe in ("em-tomo-preprocess", "em-tomo-align"):
164+
recipes_to_assign_pjids = [
165+
"em-tomo-preprocess",
166+
"em-tomo-align",
167+
]
168+
if not self._tilt_series_with_pjids:
169+
recipes_to_assign_pjids.append("em-tomo-class2d")
170+
for recipe in recipes_to_assign_pjids:
165171
capture_post(
166172
base_url=str(environment.url.geturl()),
167173
router_name="workflow.router",

0 commit comments

Comments
 (0)