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 5f40177 commit 9f45870Copy full SHA for 9f45870
src/murfey/workflows/clem/process_raw_tiffs.py
@@ -24,7 +24,9 @@ def zocalo_cluster_request(
24
):
25
if messenger:
26
# Construct path to session directory
27
- path_parts = list(tiff_list[0].parts)
+ path_parts = list(
28
+ (tiff_list[0].parent / (tiff_list[0].stem.split("--")[0])).parts
29
+ )
30
# Replace leading "/" in Unix paths
31
path_parts[0] = "" if path_parts[0] == "/" else path_parts[0]
32
try:
0 commit comments