Skip to content

Commit

Permalink
revert to old multiqc module for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachary Foster committed Oct 30, 2024
1 parent d6697bc commit b7b1997
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 22 deletions.
29 changes: 11 additions & 18 deletions modules/nf-core/multiqc/main.nf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion subworkflows/local/genome_assembly.nf
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ workflow GENOME_ASSEMBLY {

FLYE_NANOPORE (
filtered_input.nanopore_prokaryote.mix(filtered_input.nanopore_eukaryote),
"--nano-hq"
"--nano-raw"
)

FLYE_PACBIO (
Expand Down
4 changes: 1 addition & 3 deletions workflows/pathogensurveillance.nf
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,7 @@ workflow PATHOGENSURVEILLANCE {
multiqc_files,
multiqc_config.collect(sort: true).ifEmpty([]),
multiqc_custom_config.collect(sort: true).ifEmpty([]),
multiqc_logo.collect(sort: true).ifEmpty([]),
[],
[]
multiqc_logo.collect(sort: true).ifEmpty([])
)
versions = versions.mix(MULTIQC.out.versions)

Expand Down

0 comments on commit b7b1997

Please sign in to comment.