Skip to content

Commit

Permalink
fix(slurm): Fix wrongly formated job time for slurm
Browse files Browse the repository at this point in the history
  • Loading branch information
weber8thomas committed Jul 1, 2024
1 parent feca933 commit 54303fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/rules/breakpointr.smk
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ rule run_breakpointr:
"../envs/rtools.yaml"
resources:
mem_mb=get_mem_mb_heavy,
time=600,
time="10:00:00",
params:
input_bam=lambda wc: "{}/{}/selected".format(config["data_location"], wc.sample),
shell:
Expand Down

0 comments on commit 54303fb

Please sign in to comment.