Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tdayris committed Jul 14, 2024
1 parent 86fde10 commit 3d34532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/rules/gatk_mutect2_calling_meta.smk
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ use rule filter_mutect_calls from gatk_mutect2_calling as fair_gatk_mutect2_filt
threads: 1
resources:
mem_mb=lambda wildcards, attempt: attempt * 30_000,
runtime=lambda wildcards, attempt: attempt * 60
runtime=lambda wildcards, attempt: attempt * 60,
tmpdir=tmp,
log:
"logs/fair_gatk_mutect2_filtermutectcalls/{species}.{build}.{release}.{datatype}/{sample}.log",
Expand Down

0 comments on commit 3d34532

Please sign in to comment.