Skip to content

Commit

Permalink
Merge pull request #148 from nf-core/fix/multiqc
Browse files Browse the repository at this point in the history
also put DRAW into MultiQC report
  • Loading branch information
subwaystation authored Aug 23, 2023
2 parents cefbdde + d1f0eec commit c06ddc5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions assets/multiqc_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ sp:
fn: "*viz_depth_multiqc.png"
odgi_viz_uncalled:
fn: "*viz_uncalled_multiqc.png"
testing_name:
fn: "*draw.png"
ignore_images: false

# Make the custom content stuff come after the ODGI module output
Expand Down
2 changes: 1 addition & 1 deletion workflows/pangenome.nf
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ workflow PANGENOME {
ch_multiqc_files = ch_multiqc_files.mix(CUSTOM_DUMPSOFTWAREVERSIONS.out.mqc_yml.collect())
if (!params.communities) {
if (!params.wfmash_only) {
ch_multiqc_files = ch_multiqc_files.mix(PGGB.out.qc.map{return it[1..8]})
ch_multiqc_files = ch_multiqc_files.mix(PGGB.out.qc.map{return it[1..9]})
}
} else {
ch_multiqc_files = ch_multiqc_files.mix(ODGI_QC.out.qc.map{return it[1..8]})
Expand Down

0 comments on commit c06ddc5

Please sign in to comment.