Skip to content

Commit fabd1a3

Browse files
committed
Should fix the remaining issues
1 parent 76e0cbd commit fabd1a3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

main.nf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1139,12 +1139,12 @@ process multiqc {
11391139
file multiqc_config from ch_multiqc_config.collect().ifEmpty([])
11401140
file ('fastqc_raw/*') from ch_fastqc_results.collect().ifEmpty([])
11411141
file('fastqc/*') from ch_fastqc_after_clipping.collect().ifEmpty([])
1142-
file ('software_versions/*') from software_versions_yaml.collect().ifEmpty([])
1142+
file ('software_versions/software_versions_mqc*') from software_versions_yaml.collect().ifEmpty([])
11431143
file ('adapter_removal/*') from ch_adapterremoval_logs.collect().ifEmpty([])
11441144
file ('idxstats/*') from ch_idxstats_for_multiqc.collect().ifEmpty([])
11451145
file ('preseq/*') from ch_preseq_results.collect().ifEmpty([])
1146-
file ('damageprofiler/*') from ch_damageprofiler_results.collect().ifEmpty([])
1147-
file ('qualimap/*') from ch_qualimap_results.collect().ifEmpty([])
1146+
file ('damageprofiler/dmgprof*') from ch_damageprofiler_results.collect().ifEmpty([])
1147+
file ('qualimap*') from ch_qualimap_results.collect().ifEmpty([])
11481148
file ('markdup/*') from ch_markdup_results_for_multiqc.collect().ifEmpty([])
11491149
file ('dedup*/*') from ch_dedup_results_for_multiqc.collect().ifEmpty([])
11501150
file ('fastp/*') from ch_fastp_for_multiqc.collect().ifEmpty([])

0 commit comments

Comments
 (0)