File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ include { FASTQ_QC_TRIM_FILTER_SETSTRANDEDNESS } from '../../subwor
7171
7272// Header files for MultiQC
7373ch_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 )
7575ch_clustering_header_multiqc = file(" $projectDir /workflows/rnaseq/assets/multiqc/deseq2_clustering_header.txt" , checkIfExists : true )
7676ch_biotypes_header_multiqc = file(" $projectDir /workflows/rnaseq/assets/multiqc/biotypes_header.txt" , checkIfExists : true )
7777ch_dummy_file = ch_pca_header_multiqc
You can’t perform that action at this time.
0 commit comments