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 7820501 commit 51c528cCopy full SHA for 51c528c
src/murfey/workflows/lif_to_stack.py
@@ -34,7 +34,7 @@ def zocalo_cluster_request(
34
f"Unable to find the root folder {root_folder!r} in the file path {file!r}"
35
)
36
37
- # Construct the session
+ # Construct the session and job name
38
session_dir = "/".join(path_parts[:root_index])
39
job_name = "--".join(
40
[p.replace(" ", "_") if " " in p else p for p in path_parts][
0 commit comments