diff --git a/fastp.wdl b/fastp.wdl index c7a4d19fbe7778dc3ef79c37c38e23a8242f1d1f..572de7dc603fa82b4b2da92b66df520af32ef408 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"}