Skip to content

Commit

Permalink
fix: NF mets socket path param
Browse files Browse the repository at this point in the history
  • Loading branch information
MehmedGIT committed Dec 4, 2024
1 parent 18ffce8 commit 60ca64e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/operandi_utils/hpc/nhr_executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ def cmd_nextflow_run(
nf_run_command += f" --input_file_group {input_file_grp}"
nf_run_command += f" --mets_path /ws_data/{mets_basename}"
if use_mets_server:
nf_run_command += f" --mets_socket /ws_data/mets_server.sock"
nf_run_command += f" --mets_socket_path /ws_data/mets_server.sock"
nf_run_command += f" --workspace_dir /ws_data"
nf_run_command += f" --pages {ws_pages_amount}"

Expand Down

0 comments on commit 60ca64e

Please sign in to comment.