We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d386805 commit cc82b10Copy full SHA for cc82b10
workflow/rules/resources.smk
@@ -133,7 +133,7 @@ rule make_gatc_tracks:
133
genome=lambda wildcards, output: output[0][:-9]
134
threads: config["resources"]["fastqc"]["cpu"],
135
resources:
136
- time=config["resources"]["fastqc"]["time"],
+ runtime=config["resources"]["fastqc"]["time"],
137
conda:
138
"../envs/damid.yaml",
139
log:
0 commit comments