We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 692be6e commit 64a85ebCopy full SHA for 64a85eb
1 file changed
src/murfey/workflows/sxt/process_sxt_tilt_series.py
@@ -53,7 +53,7 @@ def process_sxt_tilt_series_workflow(
53
tag=tilt_series_info.tag,
54
rsync_source=tilt_series_info.source,
55
tilt_series_length=tilt_series_info.tilt_series_length,
56
- processing_requested=True,
+ processing_requested=False,
57
)
58
murfey_db.add(tilt_series)
59
murfey_db.commit()
@@ -116,3 +116,6 @@ def process_sxt_tilt_series_workflow(
116
logger.info(
117
f"No transport object found. Zocalo message would be {sanitise(str(zocalo_message))}"
118
119
+ tilt_series.processing_requested = True
120
+ murfey_db.add(tilt_series)
121
+ murfey_db.commit()
0 commit comments