Skip to content

Commit c0fe4dc

Browse files
committed
Send NucContam JSON to MQC
1 parent 247f43e commit c0fe4dc

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

main.nf

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3131,9 +3131,10 @@ process multiqc {
31313131
input:
31323132
file multiqc_config from ch_multiqc_config
31333133
file (mqc_custom_config) from ch_multiqc_custom_config.collect().ifEmpty([])
3134+
file software_versions_mqc from software_versions_yaml.collect().ifEmpty([])
3135+
file logo from ch_eager_logo
31343136
file ('fastqc_raw/*') from ch_prefastqc_for_multiqc.collect().ifEmpty([])
31353137
path('fastqc/*') from ch_fastqc_after_clipping.collect().ifEmpty([])
3136-
file software_versions_mqc from software_versions_yaml.collect().ifEmpty([])
31373138
file ('adapter_removal/*') from ch_adapterremoval_logs.collect().ifEmpty([])
31383139
file ('mapping/bt2/*') from ch_bt2_for_multiqc.collect().ifEmpty([])
31393140
file ('flagstat/*') from ch_flagstat_for_multiqc.collect().ifEmpty([])
@@ -3151,7 +3152,7 @@ process multiqc {
31513152
file ('malt/*') from ch_malt_for_multiqc.collect().ifEmpty([])
31523153
file ('kraken/*') from ch_kraken_for_multiqc.collect().ifEmpty([])
31533154
file ('hops/*') from ch_hops_for_multiqc.collect().ifEmpty([])
3154-
file logo from ch_eager_logo
3155+
file ('nuclear_contamination/*') from ch_nuclear_contamination_for_multiqc.collect().ifEmpty([])
31553156

31563157
file workflow_summary from ch_workflow_summary.collectFile(name: "workflow_summary_mqc.yaml")
31573158

0 commit comments

Comments
 (0)