comparison 0.3.0/modules/multiqc/main.nf @ 97:8d7f482c64de

"planemo upload"
author kkonganti
date Fri, 29 Jul 2022 11:11:07 -0400
parents 295c2597a475
children
comparison
equal deleted inserted replaced
96:ef0b422978fd 97:8d7f482c64de
13 13
14 output: 14 output:
15 path "*multiqc*" 15 path "*multiqc*"
16 path "*multiqc_report.html", emit: report 16 path "*multiqc_report.html", emit: report
17 path "*_data" , emit: data 17 path "*_data" , emit: data
18 path "*_plots" , optional:true, emit: plots 18 path "*_plots" , optional: true, emit: plots
19 path "versions.yml" , emit: versions 19 path "versions.yml" , emit: versions
20 20
21 when: 21 when:
22 task.ext.when == null || task.ext.when 22 task.ext.when == null || task.ext.when
23 23