File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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([])
You can’t perform that action at this time.
0 commit comments