Skip to content

Commit

Permalink
Update executor.py
Browse files Browse the repository at this point in the history
remove the -l flag
  • Loading branch information
MehmedGIT committed Mar 6, 2024
1 parent 1c0012e commit ff8c8c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/operandi_utils/hpc/executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def trigger_slurm_job(
) -> str:

nextflow_script_id = nextflow_script_path.split('/')[-1]
command = "bash -lc"
command = "bash -c"
command += " 'sbatch"

if ws_pages_amount < nf_process_forks:
Expand Down

0 comments on commit ff8c8c3

Please sign in to comment.