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