Skip to content

Commit cc82b10

Browse files
committed
fixed runtime in gatc tracks
1 parent d386805 commit cc82b10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflow/rules/resources.smk

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ rule make_gatc_tracks:
133133
genome=lambda wildcards, output: output[0][:-9]
134134
threads: config["resources"]["fastqc"]["cpu"],
135135
resources:
136-
time=config["resources"]["fastqc"]["time"],
136+
runtime=config["resources"]["fastqc"]["time"],
137137
conda:
138138
"../envs/damid.yaml",
139139
log:

0 commit comments

Comments
 (0)