Skip to content

Commit

Permalink
Merge pull request #1966 from mahesh-panchal/remove_multiqc_versions_…
Browse files Browse the repository at this point in the history
…channel_mix

Remove multiqc versions channel mix
  • Loading branch information
mahesh-panchal committed Oct 25, 2022
2 parents 84a083a + 38ed718 commit 81af6b7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nf_core/pipeline-template/workflows/pipeline.nf
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ workflow {{ short_name|upper }} {
ch_versions = ch_versions.mix(FASTQC.out.versions.first())

CUSTOM_DUMPSOFTWAREVERSIONS (
ch_versions.unique().collectFile(name: 'collated_versions.yml')
ch_versions.unique{ it.text }.collectFile(name: 'collated_versions.yml')
)

//
Expand All @@ -107,7 +107,6 @@ workflow {{ short_name|upper }} {
ch_multiqc_logo.toList()
)
multiqc_report = MULTIQC.out.report.toList()
ch_versions = ch_versions.mix(MULTIQC.out.versions)
}

/*
Expand Down

0 comments on commit 81af6b7

Please sign in to comment.