We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86ed2c6 commit 32ecc10Copy full SHA for 32ecc10
src/murfey/client/contexts/tomo.py
@@ -161,7 +161,13 @@ def register_tomography_data_collections(
161
data=dc_data,
162
)
163
164
- for recipe in ("em-tomo-preprocess", "em-tomo-align"):
+ 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:
171
capture_post(
172
base_url=str(environment.url.geturl()),
173
router_name="workflow.router",
0 commit comments