diff --git a/workflow/rna-seq.nf b/workflow/rna-seq.nf
index 917f1999f3779d9ed1e102961122f0c4861f38fc..211ff0639613e8397c60c17c7a73802d23446e8a 100644
--- a/workflow/rna-seq.nf
+++ b/workflow/rna-seq.nf
@@ -406,7 +406,7 @@ process alignSampleData {
     if [ "${ends}" == "se" ]
     then
       echo "LOG: running Hisat2 with single-end settings" >> ${repRID}.${ref}.alignSampleData.err
-      hisat2 -p `nproc` --add-chrname -S ${ref}.sampled.sam -x hisat2/genome -U ${fastq1} --summary-file ${repRID}.alignSampleSummary.txt --new-summary 1>> ${repRID}.${ref}.alignSampleData.out 2>> ${repRID}.${ref}.alignSampleData.err
+      hisat2 -p `nproc` --add-chrname -S ${ref}.sampled.sam -x hisat2/genome -U ${fastq1} --summary-file ${ref}.alignSampleSummary.txt --new-summary 1>> ${repRID}.${ref}.alignSampleData.out 2>> ${repRID}.${ref}.alignSampleData.err
     elif [ "${ends}" == "pe" ]
     then
       echo "LOG: running Hisat2 with paired-end settings" >> ${repRID}.${ref}.alignSampleData.err