Skip to content

Commit 10a73f5

Browse files
Update workflows/rnaseq/main.nf
Co-authored-by: Adam Talbot <[email protected]>
1 parent dabbdaa commit 10a73f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflows/rnaseq/main.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ include { FASTQ_QC_TRIM_FILTER_SETSTRANDEDNESS } from '../../subwor
7171

7272
// Header files for MultiQC
7373
ch_pca_header_multiqc = file("$projectDir/workflows/rnaseq/assets/multiqc/deseq2_pca_header.txt", checkIfExists: true)
74-
sample_status_header_multiqc = file("$projectDir/workflows/rnaseq/assets/multiqc/sample_status_header.txt", checkIfExists: true)
74+
sample_status_header_multiqc = file("$projectDir/workflows/rnaseq/assets/multiqc/sample_status_header.txt", checkIfExists: true)
7575
ch_clustering_header_multiqc = file("$projectDir/workflows/rnaseq/assets/multiqc/deseq2_clustering_header.txt", checkIfExists: true)
7676
ch_biotypes_header_multiqc = file("$projectDir/workflows/rnaseq/assets/multiqc/biotypes_header.txt", checkIfExists: true)
7777
ch_dummy_file = ch_pca_header_multiqc

0 commit comments

Comments
 (0)