File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
src/murfey/workflows/clem Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -98,6 +98,7 @@ murfey = "murfey.client:run"
9898[project .entry-points ."murfey .config .extraction" ]
9999"murfey_machine" = " murfey.util.config:get_extended_machine_config"
100100[project .entry-points ."murfey .workflows" ]
101+ "clem.align_and_merge" = " murfey.workflows.clem.align_and_merge:submit_cluster_request"
101102"process_raw_lifs" = " murfey.workflows.clem.process_raw_lifs:zocalo_cluster_request"
102103"process_raw_tiffs" = " murfey.workflows.clem.process_raw_tiffs:zocalo_cluster_request"
103104"register_lif_preprocessing_result" = " murfey.workflows.clem.register_preprocessing_results:register_lif_preprocessing_result"
Original file line number Diff line number Diff line change 1+ """
2+ Script to allow Murfey to request for an image alignment, colorisation, and merge job
3+ from cryoemservices.
4+ """
5+
6+
7+ def submit_cluster_request ():
8+ return True
You can’t perform that action at this time.
0 commit comments