diff --git a/hisat2.wdl b/hisat2.wdl
index aafa3331855338de57d4ac8d2d836ee7f064937d..b65b2da95379e83363654fc6a58893586ed4ee12 100644
--- a/hisat2.wdl
+++ b/hisat2.wdl
@@ -56,7 +56,7 @@ task Hisat2 {
         --rg 'LB:~{library}' \
         --rg 'PL:~{platform}' \
         ~{true="--dta" false="" downstreamTranscriptomeAssembly} \
-        --summary-file ~{summaryFilePath} \
+        --new-summary ~{summaryFilePath} \
         | samtools sort > ~{outputBam}
         samtools index ~{outputBam} ~{bamIndexPath}
     }