From 5b55e1b657b4d6d9ee189317d7cc5054493ef863 Mon Sep 17 00:00:00 2001 From: davycats <davycats.dc@gmail.com> Date: Fri, 14 Oct 2022 15:26:38 +0200 Subject: [PATCH] typo --- fastp.wdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastp.wdl b/fastp.wdl index c7a4d19..572de7d 100644 --- a/fastp.wdl +++ b/fastp.wdl @@ -66,7 +66,7 @@ task Fastp { -z ~{compressionLevel} \ ~{if correction then "--correction" else ""} \ --length_required ~{lengthRequired} \ - --threads ~{threads} \ + --thread ~{threads} \ ~{"--split " + split} \ ~{if defined(split) then "-d 0" else ""} \ ~{if performAdapterTrimming then "" else "--disable_adapter_trimming"} -- GitLab