Skip to content

Commit c69261d

Browse files
committed
Address issues with qualimap / multiqc / multiple samples and reporting
1 parent 24ea4b7 commit c69261d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

main.nf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1144,8 +1144,8 @@ process multiqc {
11441144
file ('adapter_removal/*') from ch_adapterremoval_logs.collect().ifEmpty([])
11451145
file ('idxstats/*') from ch_idxstats_for_multiqc.collect().ifEmpty([])
11461146
file ('preseq/*') from ch_preseq_results.collect().ifEmpty([])
1147-
file ('damageprofiler/dmgprof*') from ch_damageprofiler_results.collect().ifEmpty([])
1148-
file ('qualimap*') from ch_qualimap_results.collect().ifEmpty([])
1147+
file ('damageprofiler/dmgprof*/*') from ch_damageprofiler_results.collect().ifEmpty([])
1148+
file ('qualimap/qualimap*/*') from ch_qualimap_results.collect().ifEmpty([])
11491149
file ('markdup/*') from ch_markdup_results_for_multiqc.collect().ifEmpty([])
11501150
file ('dedup*/*') from ch_dedup_results_for_multiqc.collect().ifEmpty([])
11511151
file ('fastp/*') from ch_fastp_for_multiqc.collect().ifEmpty([])

0 commit comments

Comments
 (0)